/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dsa_verify_test.cpp | 72 const char *alg = verify->getAlgoName(verify); in HWTEST_F() local
|
/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_common.c | 51 static int32_t TranslateToInnerCurve25519Format(const uint32_t alg, const struct HksBlob *key,
in TranslateToInnerCurve25519Format() argument
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_hash.c | 34 static int32_t CheckDigestAlg(uint32_t alg)
in CheckDigestAlg() argument 66 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash)
in HashCheckParam() argument 76 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash)
in HksOpensslHash() argument 92 int32_t HksOpensslHashInit(void **cryptoCtx, uint32_t alg)
in HksOpensslHashInit() argument [all...] |
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_hmac_helper.c | 44 static const EVP_MD *GetAlg(uint32_t alg) in GetAlg() argument
|
/third_party/libcoap/include/coap3/ |
H A D | coap_crypto_internal.h | 60 cose_alg_t alg; /**< The COSE algorith to use */ member
|
/third_party/mbedtls/tests/src/drivers/ |
H A D | hash.c | 22 mbedtls_test_transparent_hash_compute( psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_test_transparent_hash_compute() argument 58 mbedtls_test_transparent_hash_setup( mbedtls_transparent_test_driver_hash_operation_t *operation, psa_algorithm_t alg) mbedtls_test_transparent_hash_setup() argument
|
H A D | test_driver_key_agreement.c | 31 mbedtls_test_transparent_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_test_transparent_key_agreement() argument 124 mbedtls_test_opaque_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_test_opaque_key_agreement() argument
|
/third_party/ltp/lib/ |
H A D | tst_crypto.c | 68 tst_crypto_add_alg(struct tst_crypto_session *ses, const struct crypto_user_alg *alg) tst_crypto_add_alg() argument 84 tst_crypto_del_alg(struct tst_crypto_session *ses, const struct crypto_user_alg *alg) tst_crypto_del_alg() argument
|
/third_party/ltp/testcases/kernel/crypto/ |
H A D | crypto_user02.c | 62 struct crypto_user_alg alg; in setup() local 89 struct crypto_user_alg alg = {}; in run() local [all...] |
/third_party/node/deps/openssl/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 129 OSSL_ALGORITHM alg; member
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 57 X509_ALGOR *alg; in STACK_OF() local
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_fat.c | 50 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb() argument [all...] |
/third_party/openssl/crypto/engine/ |
H A D | eng_fat.c | 50 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb() argument [all...] |
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_attr.c | 53 X509_ALGOR *alg; in STACK_OF() local
|
/third_party/openssl/providers/common/include/prov/ |
H A D | provider_util.h | 129 OSSL_ALGORITHM alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_mlme.c | 23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_mlme.c | 23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str() argument
|
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common/ |
H A D | pake_protocol_ec_common.c | 91 Algorithm alg = (params->curveType == CURVE_256) ? P256 : X25519; in GenerateEcPakeParams() local 124 Algorithm alg = (params->curveType == CURVE_256) ? P256 : X25519; in AgreeEcSharedSecret() local
|
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/ |
H A D | hks_keyblob_test.cpp | 219 uint32_t alg; in HWTEST_F() local 241 uint32_t alg; in HWTEST_F() local 265 uint32_t alg; in HWTEST_F() local
|
/foundation/multimedia/camera_framework/test/fuzztest/smoothzoom_fuzzer/ |
H A D | smooth_zoom_fuzzer.cpp | 68 auto alg = fuzz->GetZoomAlgorithm(mode);
in Test() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/ |
H A D | hash.cpp | 32 static HASH_ALGORITHM_TYPE GetHashAlgorithm(const string &alg) in GetHashAlgorithm() argument
|
/third_party/fsverity-utils/lib/ |
H A D | lib_private.h | 40 const struct fsverity_hash_alg *alg; member
|
/third_party/libwebsockets/lib/cose/ |
H A D | cose_sign_alg.c | 32 lws_cose_sig_alg_t *alg = lws_zalloc(sizeof(*alg), __func__); in lws_cose_sign_alg_create() local 169 lws_cose_sign_alg_hash(lws_cose_sig_alg_t *alg, const uint8_t *in, size_t in_len) lws_cose_sign_alg_hash() argument 196 lws_cose_sign_alg_complete(lws_cose_sig_alg_t *alg) lws_cose_sign_alg_complete() argument [all...] |
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 108 const psa_algorithm_t alg = PSA_ALG_HMAC(PSA_ALG_SHA_256); in hmac_demo() local
|
/third_party/mbedtls/library/ |
H A D | psa_crypto_hash.c | 91 mbedtls_psa_hash_setup( mbedtls_psa_hash_operation_t *operation, psa_algorithm_t alg) mbedtls_psa_hash_setup() argument 433 mbedtls_psa_hash_compute( psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_compute() argument [all...] |