Home
last modified time | relevance | path

Searched defs:aad (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c229 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()
Daes-ccm.c29 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/
Dcipher_test.cc111 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/
Dmesh_rsn.c439 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/
Dgcm.c568 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/
DOpenSSLCipher.java871 private byte[] aad; field in OpenSSLCipher.EVP_AEAD
/external/valgrind/exp-dhat/
Ddh_main.c1115 ULong aad = api->deaths == 0 in show_APInfo() local
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5212 UniquePtr<ScopedByteArrayRO> aad; local