Home
last modified time | relevance | path

Searched defs:aad (Results 1 - 25 of 135) sorted by relevance

123456

/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/
H A Ddetailed_ccm_params.h28 HcfBlob aad; member
H A Ddetailed_gcm_params.h28 HcfBlob aad; member
/third_party/libwebsockets/lib/jose/jwe/enc/
H A Daesgcm.c53 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 Daescbc.c29 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 Dcommon.rs144 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 Daes_openssl_common.h35 unsigned char *aad; member
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ccm_cipher_test.cpp48 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 Dcrypto_aes_gcm_cipher_test.cpp48 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 Dcrypto_sm4_gcm_cipher_test.cpp50 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 Dcrypto_sm4_cfb_cipher_test.cpp719 uint8_t aad[8] = {0}; in HWTEST_F() local
/kernel/linux/linux-5.10/net/mac80211/
H A Daes_ccm.h21 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 Daes_gcm.h13 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 Daes_gmac.c17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument
H A Daes_cmac.c24 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 Daes_gcm.h13 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 Daes_ccm.h21 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 Daes_gmac.c17 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() argument
H A Daes_cmac.c25 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 Dciphercommon_ccm_hw.c19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad() argument
H A Dciphercommon_gcm_hw.c20 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 Dciphercommon_ccm_hw.c19 int ossl_ccm_generic_setaad(PROV_CCM_CTX *ctx, const unsigned char *aad, in ossl_ccm_generic_setaad() argument
H A Dciphercommon_gcm_hw.c20 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 Dhuks_wrapper_test.cpp109 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 Dnative_sym_cipher_test.cpp148 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 Dhks_base_check_test.cpp294 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

Completed in 11 milliseconds

123456