/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/ |
H A D | detailed_ccm_params.h | 28 HcfBlob aad; member
|
H A D | detailed_gcm_params.h | 28 HcfBlob aad; member
|
/third_party/libwebsockets/lib/jose/jwe/enc/ |
H A D | aesgcm.c | 53 lws_jwe_encrypt_gcm(struct lws_jwe *jwe, uint8_t *enc_cek, uint8_t *aad, int aad_len) lws_jwe_encrypt_gcm() argument 117 lws_jwe_auth_and_decrypt_gcm(struct lws_jwe *jwe, uint8_t *enc_cek, uint8_t *aad, int aad_len) lws_jwe_auth_and_decrypt_gcm() argument
|
H A D | aescbc.c | 29 lws_jwe_encrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *cek, uint8_t *aad, int aad_len) lws_jwe_encrypt_cbc_hs() argument 162 lws_jwe_auth_and_decrypt_cbc_hs(struct lws_jwe *jwe, uint8_t *enc_cek, uint8_t *aad, int aad_len) lws_jwe_auth_and_decrypt_cbc_hs() argument
|
/base/security/asset/services/core_service/src/operations/ |
H A D | common.rs | 144 let mut aad = Vec::new(); in build_aad_v1() variables 171 let mut aad = Vec::new(); in build_aad_v2() variables [all...] |
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | aes_openssl_common.h | 35 unsigned char *aad; member
|
/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_ccm_cipher_test.cpp | 48 uint8_t aad[8] = {0}; in HWTEST_F() local 101 uint8_t aad[8] = {0}; in HWTEST_F() local 154 uint8_t aad[8] = {0}; HWTEST_F() local 207 uint8_t aad[8] = {0}; HWTEST_F() local 260 uint8_t aad[8] = {0}; HWTEST_F() local 314 uint8_t aad[8] = {0}; HWTEST_F() local 367 uint8_t aad[CCM_AAD_LEN] = { 0 }; HWTEST_F() local 419 uint8_t aad[CCM_AAD_LEN] = { 0 }; HWTEST_F() local 503 uint8_t aad[CCM_AAD_LEN] = { 0 }; HWTEST_F() local 545 uint8_t aad[CCM_AAD_LEN] = { 0 }; HWTEST_F() local 587 uint8_t aad[CCM_AAD_LEN] = { 0 }; HWTEST_F() local [all...] |
H A D | crypto_aes_gcm_cipher_test.cpp | 48 uint8_t aad[8] = {0}; in HWTEST_F() local 102 uint8_t aad[8] = {0}; in HWTEST_F() local 156 uint8_t aad[8] = {0}; HWTEST_F() local 210 uint8_t aad[8] = {0}; HWTEST_F() local 264 uint8_t aad[8] = {0}; HWTEST_F() local 318 uint8_t aad[8] = {0}; HWTEST_F() local 372 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 425 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 546 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 590 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 633 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 729 uint8_t aad[GCM_AAD_LONG_LEN] = { 0 }; HWTEST_F() local 783 uint8_t aad[GCM_AAD_LONG_LEN] = { 0 }; HWTEST_F() local 837 uint8_t aad[GCM_AAD_SHORT_LEN] = { 0 }; HWTEST_F() local 945 uint8_t aad[8] = {0}; HWTEST_F() local 991 uint8_t aad[8] = {0}; HWTEST_F() local [all...] |
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_gcm_cipher_test.cpp | 50 uint8_t aad[8] = {0}; in HWTEST_F() local 104 uint8_t aad[8] = {0}; in HWTEST_F() local 158 uint8_t aad[8] = {0}; HWTEST_F() local 212 uint8_t aad[8] = {0}; HWTEST_F() local 266 uint8_t aad[8] = {0}; HWTEST_F() local 320 uint8_t aad[8] = {0}; HWTEST_F() local 442 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 486 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 529 uint8_t aad[GCM_AAD_LEN] = { 0 }; HWTEST_F() local 625 uint8_t aad[GCM_AAD_LONG_LEN] = { 0 }; HWTEST_F() local 679 uint8_t aad[GCM_AAD_LONG_LEN] = { 0 }; HWTEST_F() local 733 uint8_t aad[GCM_AAD_SHORT_LEN] = { 0 }; HWTEST_F() local 841 uint8_t aad[8] = {0}; HWTEST_F() local 887 uint8_t aad[8] = {0}; HWTEST_F() local [all...] |
H A D | crypto_sm4_cfb_cipher_test.cpp | 719 uint8_t aad[8] = {0}; in HWTEST_F() local
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aes_ccm.h | 21 ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_ccm_encrypt() argument 31 ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_ccm_decrypt() argument
|
H A D | aes_gcm.h | 13 ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_gcm_encrypt() argument 22 ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_gcm_decrypt() argument
|
H A D | aes_gmac.c | 17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument
|
H A D | aes_cmac.c | 24 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac() argument 48 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac_256() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | aes_gcm.h | 13 ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_gcm_encrypt() argument 22 ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_gcm_decrypt() argument
|
H A D | aes_ccm.h | 21 ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_ccm_encrypt() argument 31 ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, u8 *data, size_t data_len, u8 *mic) ieee80211_aes_ccm_decrypt() argument
|
H A D | aes_gmac.c | 17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument
|
H A D | aes_cmac.c | 25 void ieee80211_aes_cmac(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac() argument 49 void ieee80211_aes_cmac_256(struct crypto_shash *tfm, const u8 *aad, in ieee80211_aes_cmac_256() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad() argument
|
H A D | ciphercommon_gcm_hw.c | 20 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, in ossl_gcm_aad_update() argument 51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot() argument
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad() argument
|
H A D | ciphercommon_gcm_hw.c | 20 int ossl_gcm_aad_update(PROV_GCM_CTX *ctx, const unsigned char *aad, in ossl_gcm_aad_update() argument 51 int ossl_gcm_one_shot(PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, in ossl_gcm_one_shot() argument
|
/base/security/asset/test/unittest/module_test/src/ |
H A D | huks_wrapper_test.cpp | 109 uint8_t aad[8] = { 0 }; in HWTEST_F() local 134 uint8_t aad[8] = { 0 }; in HWTEST_F() local
|
/base/security/crypto_framework/test/unittest/src/native/ |
H A D | native_sym_cipher_test.cpp | 148 uint8_t aad[8] = {0}; in HWTEST_F() local
|
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/ |
H A D | hks_base_check_test.cpp | 294 struct HksBlob aad = { .size = strlen(aadData), .data = (uint8_t *)aadData }; in HWTEST_F() local 320 struct HksBlob aad = { .size = strlen(aadData), .data = (uint8_t *)aadData }; in HWTEST_F() local
|