Home
last modified time | relevance | path

Searched defs:aad (Results 126 - 150 of 151) sorted by relevance

1234567

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c154 const u8 *aad[1]; in wpa_eapol_key_send() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp387 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 Dhuks_adapter.c502 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 Dhuks_adapter_mock_for_pake.c468 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 Dhuks_adapter_mock.c468 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 Ddrv_cipher_kapi.h259 compat_addr aad; /* Associated Data */ member
/kernel/linux/linux-5.10/drivers/crypto/
H A Dsa2ul.h250 struct sa_cmdl_param_info aad; member
/kernel/linux/linux-5.10/net/tls/
H A Dtls_sw.c1424 u8 *aad, *iv, *mem = NULL; in decrypt_internal() local
/kernel/linux/linux-6.6/drivers/crypto/
H A Dsa2ul.h254 struct sa_cmdl_param_info aad; member
/kernel/linux/linux-6.6/net/tls/
H A Dtls_sw.c65 u8 aad[TLS_MAX_AAD_SIZE]; member
/third_party/libcoap/src/
H A Dcoap_tinydtls.c1570 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 Dcoap_openssl.c3777 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 Dcoap_mbedtls.c2828 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 Dcoap_gnutls.c3071 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 De_aes.c1169 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 De_aes.c1175 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 Dacvp_test.c716 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 Devp_test.c536 unsigned char *aad[AAD_NUM]; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c104 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 Dwpa_auth.c1543 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 Dspeed.c803 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 Dspeed.c803 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 Dwpa_auth.c1622 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 Dda7219.h809 struct da7219_aad_priv *aad; member
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dda7219.h809 struct da7219_aad_priv *aad; member

Completed in 78 milliseconds

1234567