HomeSort by relevance Sort by last modified time
    Searched refs:AES_DECRYPT (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/crypto/aes/
mode_wrappers.c 66 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
71 AES_decrypt(in, out, key);
83 CRYPTO_cbc128_decrypt(in, out, len, key, ivec, (block128_f)AES_decrypt);
  /external/boringssl/src/include/openssl/
aes.h 63 #define AES_DECRYPT 0
99 /* AES_decrypt decrypts a single block from |in| to |out| with |key|. The |in|
101 OPENSSL_EXPORT void AES_decrypt(const uint8_t *in, uint8_t *out,
116 /* AES_ecb_encrypt encrypts (or decrypts, if |enc| == |AES_DECRYPT|) a single,
121 /* AES_cbc_encrypt encrypts (or decrypts, if |enc| == |AES_DECRYPT|) |len|
134 /* AES_cfb128_encrypt encrypts (or decrypts, if |enc| == |AES_DECRYPT|) |len|
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 184 AES_DECRYPT);
  /system/security/keystore/
blob.cpp 192 AES_DECRYPT);
  /system/tpm/trunks/
hmac_authorization_delegate.cc 206 AesOperation(parameter, tpm_nonce_, caller_nonce_, AES_DECRYPT);
tpm_utility_test.cc     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 404 &aes_key, mAESInitVec, AES_DECRYPT);
    [all...]

Completed in 1281 milliseconds