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

  /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|
  /system/tpm/trunks/
tpm_utility_test.cc     [all...]

Completed in 79 milliseconds