Searched defs:aad (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-gcm.c | 229 static void aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, in aes_gcm_ghash() 256 const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) in aes_gcm_ae() 290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad() 323 const u8 *aad, size_t aad_len, u8 *tag) in aes_gmac()
|
D | aes-ccm.c | 29 const u8 *aad, size_t aad_len, size_t plain_len, in aes_ccm_auth_start() 150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae() 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
/external/boringssl/src/crypto/cipher/ |
D | cipher_test.cc | 111 const std::vector<uint8_t> &aad, in TestOperation() 204 std::vector<uint8_t> key, iv, plaintext, ciphertext, aad, tag; in TestCipher() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.c | 439 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; in mesh_rsn_protect_frame() local 513 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; in mesh_rsn_process_ampe() local
|
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 568 int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const uint8_t *aad, size_t len) { in CRYPTO_gcm128_aad()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLCipher.java | 871 private byte[] aad; field in OpenSSLCipher.EVP_AEAD
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 1115 ULong aad = api->deaths == 0 in show_APInfo() local
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5212 UniquePtr<ScopedByteArrayRO> aad; local
|