Home
last modified time | relevance | path

Searched refs:MODE_DECRYPT (Results 1 – 6 of 6) sorted by relevance

/external/openthread/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c66 #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/
Dcrypt_and_hash.c52 #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/
DKMOperationImpl.java134 return Cipher.MODE_DECRYPT; in mapPurpose()
174 mode = Cipher.MODE_DECRYPT; in initRsa()
DKMAndroidSEProvider.java484 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/
DKMOperationImpl.java134 return Cipher.MODE_DECRYPT; in mapPurpose()
174 mode = Cipher.MODE_DECRYPT; in initRsa()
DKMAndroidSEProvider.java484 aesGcmCipher.init(key, Cipher.MODE_DECRYPT, nonce, nonceStart, nonceLen); in aesGCMDecrypt()
633 rsaOaepDecipher.init(key, Cipher.MODE_DECRYPT); in rsaDecipherOAEP256()