Home
last modified time | relevance | path

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

12345

/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
/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
H A Dcipher_chacha20_poly1305.h25 struct { uint64_t aad, text; } len; member
26 unsigned int aad : 1; member
H A Dcipher_rc4_hmac_md5_hw.c165 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 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
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/common/
H A DpublicDoString.js
/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
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h35 PacketData aad; member
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dencrypt_decrypt.h35 PacketData aad; member
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_crypto.h45 unsigned char *aad; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_openssl.h55 uint8_t aad[GCM_MAX_AAD_LENGTH]; member
H A Dnstackx_mbedtls.h49 uint8_t aad[GCM_MAX_AAD_LENGTH]; member

Completed in 12 milliseconds

12345