| /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
|
| /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
|
| H A D | cipher_chacha20_poly1305.h | 25 struct { uint64_t aad, text; } len; member 26 unsigned int aad : 1; member
|
| H A D | cipher_rc4_hmac_md5_hw.c | 165 cipher_hw_rc4_hmac_md5_tls_init(PROV_CIPHER_CTX *bctx, unsigned char *aad, size_t aad_len) cipher_hw_rc4_hmac_md5_tls_init() 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
|
| /test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/common/ |
| H A D | publicDoString.js | |
| /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
|
| /foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/ |
| H A D | encrypt_decrypt.h | 35 PacketData aad; member
|
| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/ |
| H A D | encrypt_decrypt.h | 35 PacketData aad;
member
|
| /foundation/communication/dsoftbus/adapter/common/include/ |
| H A D | softbus_adapter_crypto.h | 45 unsigned char *aad; member
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
| H A D | nstackx_openssl.h | 55 uint8_t aad[GCM_MAX_AAD_LENGTH]; member
|
| H A D | nstackx_mbedtls.h | 49 uint8_t aad[GCM_MAX_AAD_LENGTH]; member
|