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

  /external/boringssl/src/crypto/aes/
mode_wrappers.c 60 (block128_f)AES_encrypt);
66 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
68 if (AES_ENCRYPT == enc) {
69 AES_encrypt(in, out, key);
81 CRYPTO_cbc128_encrypt(in, out, len, key, ivec, (block128_f)AES_encrypt);
100 (block128_f)AES_encrypt);
107 (block128_f)AES_encrypt);
aes.c     [all...]
  /external/boringssl/src/include/openssl/
aes.h 62 #define AES_ENCRYPT 1
94 /* AES_encrypt encrypts a single block from |in| to |out| with |key|. The |in|
96 OPENSSL_EXPORT void AES_encrypt(const uint8_t *in, uint8_t *out,
  /external/boringssl/
android_compat_keywrap.c 80 AES_encrypt(B, B, key);
  /external/openssh/
cipher-ctr.c 73 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
umac.c 170 AES_encrypt((u_char *)(in),(u_char *)(out),(AES_KEY *)int_key)
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 192 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
199 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
252 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
  /system/keymaster/
ocb.c 351 AES_encrypt((unsigned char*)(blks + nblks), (unsigned char*)(blks + nblks), key);
391 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y)
397 AES_encrypt((unsigned char*)(blks + nblks), (unsigned char*)(blks + nblks), key);
553 static inline void AES_encrypt(const unsigned char* in, unsigned char* out, const AES_KEY* key) {
725 AES_encrypt((unsigned char*)&ctx->cached_Top, (unsigned char*)&ctx->Lstar, &ctx->encrypt_key);
778 AES_encrypt(tmp.u8, (unsigned char*)&ctx->KtopStr, &ctx->encrypt_key);
    [all...]
ocb_utils.cpp 106 AES_encrypt(hash_buf.get(), derived_key.get(), &aes_key);
  /external/boringssl/src/crypto/modes/
gcm_test.c 358 CRYPTO_gcm128_init(&ctx, &aes_key, (block128_f) AES_encrypt);
  /external/boringssl/src/crypto/cipher/
e_aes.c 326 dat->block = (block128_f)AES_encrypt;
335 dat->block = (block128_f)AES_encrypt;
435 CRYPTO_gcm128_init(gcm_ctx, aes_key, (block128_f)AES_encrypt);
438 *out_block = (block128_f) AES_encrypt;
456 CRYPTO_gcm128_init(gcm_ctx, aes_key, (block128_f)AES_encrypt);
459 *out_block = (block128_f) AES_encrypt;
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 261 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
268 AES_encrypt(pData->value, pData->key, &pData->sessionRoundKeys);
    [all...]
  /external/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1544 bl AES_encrypt
    [all...]

Completed in 435 milliseconds