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

  /external/openssl/crypto/aes/
aes_ecb.c 66 assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
68 if (AES_ENCRYPT == enc)
69 AES_encrypt(in, out, key);
aes.h 63 #define AES_ENCRYPT 1
98 void AES_encrypt(const unsigned char *in, unsigned char *out,
aes_ige.c 87 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
92 if (AES_ENCRYPT == enc)
107 AES_encrypt((unsigned char *)outp->data, (unsigned char *)outp->data, key);
133 AES_encrypt((unsigned char *)tmp2.data, (unsigned char *)tmp2.data, key);
228 OPENSSL_assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
231 if (AES_ENCRYPT == enc)
243 AES_encrypt(out, out, key);
266 AES_encrypt(out, out, key);
  /external/openssl/include/openssl/
aes.h 63 #define AES_ENCRYPT 1
98 void AES_encrypt(const unsigned char *in, unsigned char *out,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 163 initVector, AES_ENCRYPT);
  /external/openssl/apps/
speed.c     [all...]
  /system/security/keystore/
keystore.cpp 270 * Kenc = AES_encrypt(masterKey, "Encrypt")
271 * Kmac = AES_encrypt(masterKey, "MAC")
372 aes_key, vector, AES_ENCRYPT);
    [all...]

Completed in 565 milliseconds