Searched refs:MODE_DECRYPT (Results 1 – 6 of 6) sorted by relevance
/external/openthread/third_party/mbedtls/repo/programs/aes/ |
D | crypt_and_hash.c | 66 #define MODE_DECRYPT 1 macro 154 if( mode != MODE_ENCRYPT && mode != MODE_DECRYPT ) in main() 442 if( mode == MODE_DECRYPT ) in main()
|
/external/mbedtls/programs/aes/ |
D | crypt_and_hash.c | 52 #define MODE_DECRYPT 1 macro 135 if( mode != MODE_ENCRYPT && mode != MODE_DECRYPT ) in main() 429 if( mode == MODE_DECRYPT ) in main()
|
/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
D | KMOperationImpl.java | 134 return Cipher.MODE_DECRYPT; in mapPurpose() 174 mode = Cipher.MODE_DECRYPT; in initRsa()
|
D | KMAndroidSEProvider.java | 484 aesGcmCipher.init(key, Cipher.MODE_DECRYPT, nonce, nonceStart, nonceLen); in aesGCMDecrypt() 633 rsaOaepDecipher.init(key, Cipher.MODE_DECRYPT); in rsaDecipherOAEP256()
|
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
D | KMOperationImpl.java | 134 return Cipher.MODE_DECRYPT; in mapPurpose() 174 mode = Cipher.MODE_DECRYPT; in initRsa()
|
D | KMAndroidSEProvider.java | 484 aesGcmCipher.init(key, Cipher.MODE_DECRYPT, nonce, nonceStart, nonceLen); in aesGCMDecrypt() 633 rsaOaepDecipher.init(key, Cipher.MODE_DECRYPT); in rsaDecipherOAEP256()
|