| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | wpa.c | 154 const u8 *aad[1]; in wpa_eapol_key_send() local
|
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| H A D | napi_utils.cpp | 387 static bool GetIvAndAadBlob(napi_env env, napi_value arg, HcfBlob **iv, HcfBlob **aad) in GetIvAndAadBlob() argument 407 HcfBlob *aad = nullptr; in GetGcmParamsSpec() local 463 HcfBlob *aad = nullptr; GetCcmParamsSpec() local [all...] |
| /base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
| H A D | huks_adapter.c | 502 init_aes_gcm_encrypt_param_set(struct HksParamSet **param_set, struct random_value *nonce, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_encrypt_param_set() argument 548 aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, struct aes_aad *aad, struct uint8_buff *out_cipher) aes_gcm_encrypt() argument 589 init_aes_gcm_decrypt_param_set(struct HksParamSet **param_set, const struct uint8_buff *cipher, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_decrypt_param_set() argument 635 aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, struct aes_aad *aad, struct uint8_buff *out_plain) aes_gcm_decrypt() argument [all...] |
| /base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
| H A D | huks_adapter_mock_for_pake.c | 468 init_aes_gcm_encrypt_param_set(struct HksParamSet **param_set, struct random_value *nonce, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_encrypt_param_set() argument 502 aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, struct aes_aad *aad, struct uint8_buff *out_cipher) aes_gcm_encrypt() argument 543 init_aes_gcm_decrypt_param_set(struct HksParamSet **param_set, const struct uint8_buff *cipher, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_decrypt_param_set() argument 580 aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, struct aes_aad *aad, struct uint8_buff *out_plain) aes_gcm_decrypt() argument [all...] |
| H A D | huks_adapter_mock.c | 468 init_aes_gcm_encrypt_param_set(struct HksParamSet **param_set, struct random_value *nonce, struct aes_aad *aad, uint32_t key_byte_size) init_aes_gcm_encrypt_param_set() argument 502 aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, struct aes_aad *aad, struct uint8_buff *out_cipher) aes_gcm_encrypt() argument 546 aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, struct aes_aad *aad, struct uint8_buff *out_plain) aes_gcm_decrypt() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/ |
| H A D | drv_cipher_kapi.h | 259 compat_addr aad; /* Associated Data */ member
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| H A D | sa2ul.h | 250 struct sa_cmdl_param_info aad; member
|
| /kernel/linux/linux-5.10/net/tls/ |
| H A D | tls_sw.c | 1424 u8 *aad, *iv, *mem = NULL; in decrypt_internal() local
|
| /kernel/linux/linux-6.6/drivers/crypto/ |
| H A D | sa2ul.h | 254 struct sa_cmdl_param_info aad; member
|
| /kernel/linux/linux-6.6/net/tls/ |
| H A D | tls_sw.c | 65 u8 aad[TLS_MAX_AAD_SIZE]; member
|
| /third_party/libcoap/src/ |
| H A D | coap_tinydtls.c | 1570 coap_crypto_aead_encrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_encrypt() argument 1620 coap_crypto_aead_decrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_decrypt() argument
|
| H A D | coap_openssl.c | 3777 coap_crypto_aead_encrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_encrypt() argument 3837 coap_crypto_aead_decrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_decrypt() argument [all...] |
| H A D | coap_mbedtls.c | 2828 coap_crypto_aead_encrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) global() argument 2912 coap_crypto_aead_decrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) global() argument
|
| H A D | coap_gnutls.c | 3071 coap_crypto_aead_encrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_encrypt() argument 3134 coap_crypto_aead_decrypt(const coap_crypto_param_t *params, coap_bin_const_t *data, coap_bin_const_t *aad, uint8_t *result, size_t *max_result_len) coap_crypto_aead_decrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_aes.c | 1169 static int s390x_aes_gcm_aad(S390X_AES_GCM_CTX *ctx, const unsigned char *aad, in s390x_aes_gcm_aad() argument 1711 static void s390x_aes_ccm_aad(S390X_AES_CCM_CTX *ctx, const unsigned char *aad, in s390x_aes_ccm_aad() argument [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | e_aes.c | 1175 static int s390x_aes_gcm_aad(S390X_AES_GCM_CTX *ctx, const unsigned char *aad, in s390x_aes_gcm_aad() argument 1717 static void s390x_aes_ccm_aad(S390X_AES_CCM_CTX *ctx, const unsigned char *aad, in s390x_aes_ccm_aad() argument [all...] |
| /third_party/openssl/test/ |
| H A D | acvp_test.c | 716 aes_ccm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) aes_ccm_enc_dec() argument 803 aes_gcm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) aes_gcm_enc_dec() argument [all...] |
| H A D | evp_test.c | 536 unsigned char *aad[AAD_NUM]; member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| H A D | wpa.c | 104 const u8 *aad[1]; in wpa_eapol_key_send() local 2124 const u8 *aad[1]; in wpa_supp_aead_decrypt() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | wpa_auth.c | 1543 const u8 *aad[1]; in __wpa_send_eapol() local 2341 const u8 *aad[1]; in wpa_aead_decrypt() local 2491 const u8 *aad[5]; in fils_decrypt_assoc() local 2581 const u8 *aad[5]; fils_encrypt_assoc() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | speed.c | 803 unsigned char aad[13] = { 0xcc }; in EVP_Update_loop_aead() local 3674 unsigned char aad[EVP_AEAD_TLS1_AAD_LEN]; in multiblock_speed() local [all...] |
| /third_party/openssl/apps/ |
| H A D | speed.c | 803 unsigned char aad[13] = { 0xcc }; in EVP_Update_loop_aead() local 3650 unsigned char aad[EVP_AEAD_TLS1_AAD_LEN]; in multiblock_speed() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wpa_auth.c | 1622 const u8 *aad[1]; in __wpa_send_eapol() local 2460 const u8 *aad[1]; in wpa_aead_decrypt() local 2610 const u8 *aad[5]; in fils_decrypt_assoc() local 2700 const u8 *aad[5]; fils_encrypt_assoc() local [all...] |
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| H A D | da7219.h | 809 struct da7219_aad_priv *aad; member
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| H A D | da7219.h | 809 struct da7219_aad_priv *aad; member
|