Home
last modified time | relevance | path

Searched refs:opmode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreCipherSpiBase.java134 protected final void engineInit(int opmode, Key key, SecureRandom random) in engineInit() argument
151 mCipher.init(opmode, key, spec, random); in engineInit()
157 mCipher.init(opmode, key, spec, random); in engineInit()
164 mCipher.init(opmode, key, spec, random); in engineInit()
171 mCipher.init(opmode, key, spec, random); in engineInit()
173 mCipher.init(opmode, key, random); in engineInit()
185 init(opmode, key, random); in engineInit()
201 protected final void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() argument
211 mCipher.init(opmode, key, params, random); in engineInit()
220 init(opmode, key, random); in engineInit()
[all …]
DAndroidKeyStoreRSACipherSpi.java402 protected final void initKey(int opmode, Key key) throws InvalidKeyException { in initKey() argument
421 switch (opmode) { in initKey()
430 "RSA private keys cannot be used with " + opmodeToString(opmode) in initKey()
438 "RSA private keys cannot be used with opmode: " + opmode); in initKey()
442 switch (opmode) { in initKey()
450 "RSA public keys cannot be used with " + opmodeToString(opmode) in initKey()
457 "RSA public keys cannot be used with " + opmodeToString(opmode)); in initKey()
DAndroidKeyStoreUnauthenticatedAESCipherSpi.java154 protected final void initKey(int opmode, Key key) throws InvalidKeyException { in initKey() argument
DAndroidKeyStoreAuthenticatedAESCipherSpi.java283 protected final void initKey(int opmode, Key key) throws InvalidKeyException { in initKey() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...