Home
last modified time | relevance | path

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

123

/third_party/node/test/fixtures/
Daead-vectors.js10 ct: '4be13896f64dfa2c2d0f2c76', aad: '000000FF', property
30 password: 'very bad password', aad: '63616c76696e', property
78 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
94 aad: 'feedfacedeadbeeffeedfacedeadbeef' + property
114 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
163 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
179 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
198 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
247 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
263 aad: 'feedfacedeadbeeffeedfacedeadbeefabaddad2', property
[all …]
/third_party/libwebsockets/lib/jose/jwe/enc/
Daesgcm.c54 uint8_t *enc_cek, uint8_t *aad, int aad_len) in lws_jwe_encrypt_gcm()
118 uint8_t *enc_cek, uint8_t *aad, int aad_len) in lws_jwe_auth_and_decrypt_gcm()
Daescbc.c30 uint8_t *aad, int aad_len) in lws_jwe_encrypt_cbc_hs()
163 uint8_t *aad, int aad_len) in lws_jwe_auth_and_decrypt_cbc_hs()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dciphercommon_gcm_hw.c20 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, in ossl_gcm_aad_update()
51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot()
Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member
26 unsigned int aad : 1; member
Dciphercommon_ccm_hw.c19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad()
Dcipher_rc4_hmac_md5_hw.c166 unsigned char *aad, size_t aad_len) in cipher_hw_rc4_hmac_md5_tls_init()
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_gcm_hw.c20 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, in ossl_gcm_aad_update()
51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot()
Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member
26 unsigned int aad : 1; member
Dciphercommon_ccm_hw.c19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad()
Dcipher_rc4_hmac_md5_hw.c166 unsigned char *aad, size_t aad_len) in cipher_hw_rc4_hmac_md5_tls_init()
/third_party/mbedtls/library/
Dchachapoly.c144 const unsigned char *aad, in mbedtls_chachapoly_update_aad()
248 const unsigned char *aad, in chachapoly_crypt_and_tag()
280 const unsigned char *aad, in mbedtls_chachapoly_encrypt_and_tag()
294 const unsigned char *aad, in mbedtls_chachapoly_auth_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/node/test/parallel/
Dtest-crypto-authenticated-stream.js128 aad: Buffer.alloc(1), property
137 aad: Buffer.alloc(1), property
Dtest-crypto-authenticated.js636 aad: '50515253c0c1c2c3c4c5c6c7', property
763 const aad = Buffer.from(testCase.aad, 'hex'); constant
800 const aad = Buffer.from(testCase.aad, 'hex'); constant
/third_party/node/deps/openssl/openssl/crypto/evp/
De_chacha20_poly1305.c158 struct { uint64_t aad, text; } len; member
159 int aad, mac_inited, tag_len, nonce_len; member
574 unsigned char *aad = ptr; in chacha20_poly1305_ctrl() local
/third_party/openssl/crypto/evp/
De_chacha20_poly1305.c158 struct { uint64_t aad, text; } len; member
159 int aad, mac_inited, tag_len, nonce_len; member
574 unsigned char *aad = ptr; in chacha20_poly1305_ctrl() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dsymm.rs1277 …let aad = "45074844c97d515c65bbe37c210a5a4b08c21c588efe5c5f73c4d9c17d34dacddc0bb6a8a53f7bf477b9780… in test_aes128_gcm() localVariable
1313 let aad = "2c16724296ff85e079627be3053ea95adf35722c21886baba343bd6c79b5cb57"; in test_aes128_ccm() localVariable
1350 let aad = "2c16724296ff85e079627be3053ea95adf35722c21886baba343bd6c79b5cb57"; in test_aes128_ccm_verify_fail() localVariable
1371 let aad = "404f5df97ece7431987bc098cce994fc3c063b519ffa47b0365226a0015ef695"; in test_aes256_ccm() localVariable
1408 let aad = "404f5df97ece7431987bc098cce994fc3c063b519ffa47b0365226a0015ef695"; in test_aes256_ccm_verify_fail() localVariable
1428 let aad = "0001020304050607"; in test_aes_128_ocb() localVariable
1464 let aad = "0001020304050607"; in test_aes_128_ocb_fail() localVariable
1500 let aad = "50515253c0c1c2c3c4c5c6c7"; in test_chacha20_poly1305() localVariable
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c767 const uint8_t *aad, size_t aadlen) { in ngtcp2_crypto_encrypt_cb()
779 const uint8_t *aad, size_t aadlen) { in ngtcp2_crypto_decrypt_cb()
910 uint8_t aad[sizeof(version) + sizeof(ngtcp2_sockaddr_storage) + in ngtcp2_crypto_generate_retry_token() local
987 uint8_t aad[sizeof(version) + sizeof(ngtcp2_sockaddr_storage) + in ngtcp2_crypto_verify_retry_token() local
1093 uint8_t aad[sizeof(ngtcp2_sockaddr_in6)]; in ngtcp2_crypto_generate_regular_token() local
1164 uint8_t aad[sizeof(ngtcp2_sockaddr_in6)]; in ngtcp2_crypto_verify_regular_token() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_rsn.c540 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; in mesh_rsn_protect_frame() local
644 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; in mesh_rsn_process_ampe() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_rsn.c552 const u8 *aad[] = { rsn->wpa_s->own_addr, sta->addr, cat }; in mesh_rsn_protect_frame() local
652 const u8 *aad[] = { sta->addr, wpa_s->own_addr, cat }; in mesh_rsn_process_ampe() local
/third_party/libcoap/src/
Dcoap_notls.c351 coap_bin_const_t *aad, in coap_crypto_aead_encrypt()
365 coap_bin_const_t *aad, in coap_crypto_aead_decrypt()

123