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

  /external/wpa_supplicant_8/src/crypto/
aes_wrap.h 46 const u8 *aad, size_t aad_len,
51 const u8 *aad, size_t aad_len, const u8 *tag,
55 const u8 *aad, size_t aad_len, u8 *tag);
58 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
61 const u8 *aad, size_t aad_len, const u8 *auth,
aes-gcm.c 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len,
241 ghash(H, aad, aad_len, S);
256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag)
272 aes_gcm_ghash(H, aad, aad_len, crypt, plain_len, S);
290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain)
306 aes_gcm_ghash(H, aad, aad_len, crypt, crypt_len, S);
323 const u8 *aad, size_t aad_len, u8 *tag)
325 return aes_gcm_ae(key, key_len, iv, iv_len, NULL, 0, aad, aad_len, NULL,
aes-ccm.c 29 const u8 *aad, size_t aad_len, size_t plain_len,
50 os_memcpy(aad_buf + 2, aad, aad_len);
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth)
163 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, plain_len, x);
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain)
201 aes_ccm_auth_start(aes, M, L, nonce, aad, aad_len, crypt_len, x);
  /external/openssl/include/openssl/
modes.h 93 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad,
119 const unsigned char *aad, size_t alen);
  /external/llvm/test/MC/X86/
x86-32.s 640 // CHECK: aad $1
642 aad $1
644 // CHECK: aad
646 aad $0xA
648 // CHECK: aad
650 aad
  /external/openssl/crypto/modes/
ccm128.c 105 const unsigned char *aad,size_t alen)
144 for(;i<16 && alen;++i,++aad,--alen)
145 ctx->cmac.c[i] ^= *aad;
gcm128.c 768 ctx->len.u[0] = 0; /* AAD length */
826 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx,const unsigned char *aad,size_t len)
849 ctx->Xi.c[n] ^= *(aad++);
862 GHASH(ctx,aad,i);
863 aad += i;
868 for (i=0; i<16; ++i) ctx->Xi.c[i] ^= aad[i];
870 aad += 16;
876 for (i=0; i<len; ++i) ctx->Xi.c[i] ^= aad[i];
910 /* First call to encrypt finalizes GHASH(AAD) */
1057 /* First call to decrypt finalizes GHASH(AAD) */
    [all...]
  /external/qemu/target-i386/
helper.h 25 DEF_HELPER_1(aad, void, int)
  /external/valgrind/main/exp-dhat/
dh_main.c 1115 ULong aad = api->deaths == 0 local
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 861 TEST_BCD(aad, 0x12340407, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));
    [all...]
test-i386.c 823 TEST_BCD(aad, 0x12340407, CC_A, (CC_C | CC_P | CC_Z | CC_S | CC_O | CC_A));
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 282 milliseconds