/third_party/openssl/crypto/ts/ |
H A D | ts_req_utils.c | 48 int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg) in TS_MSG_IMPRINT_set_algo() argument
|
/third_party/openssl/crypto/x509/ |
H A D | x509_set.c | 196 static int x509_sig_info_init(X509_SIG_INFO *siginf, const X509_ALGOR *alg, in x509_sig_info_init() argument
|
/third_party/openssl/test/ |
H A D | algorithmid_test.c | 26 X509_ALGOR *alg = NULL; in test_spki_aid() local 114 const X509_ALGOR *alg = NULL; in test_x509_sig_aid() local
|
H A D | filterprov.c | 30 OSSL_ALGORITHM alg[MAX_ALG_FILTERS + 1]; member
|
H A D | evp_fetch_prov_test.c | 25 static char *alg = "digest"; variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | pkcs5.c | 25 } alg; member 48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid() argument 58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid() argument 67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid() argument [all...] |
H A D | tlsv1_client_ocsp.c | 67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data() argument 118 struct x509_algorithm_identifier alg; in tls_process_ocsp_single_response() local 363 struct x509_algorithm_identifier alg; tls_process_basic_ocsp_response() local [all...] |
H A D | tlsv1_common.c | 346 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ft.c | 454 enum wpa_alg alg; in wpa_ft_install_ptk() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | pkcs5.c | 25 } alg; member 48 static int pkcs5_is_oid(struct asn1_oid *oid, unsigned long alg) in pkcs5_is_oid() argument 58 static int enc_alg_is_oid(struct asn1_oid *oid, unsigned long alg) in enc_alg_is_oid() argument 67 static int pkcs12_is_pbe_oid(struct asn1_oid *oid, unsigned long alg) in pkcs12_is_pbe_oid() argument [all...] |
H A D | tlsv1_client_ocsp.c | 67 static unsigned int ocsp_hash_data(struct asn1_oid *alg, const u8 *data, in ocsp_hash_data() argument 118 struct x509_algorithm_identifier alg; in tls_process_ocsp_single_response() local 354 struct x509_algorithm_identifier alg; tls_process_basic_ocsp_response() local [all...] |
H A D | tlsv1_common.c | 346 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dsa_sign_test.cpp | 476 const char *alg = sign->getAlgoName(sign); in HWTEST_F() local
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_crypt.cpp | 731 static bool CheckDigestAlg(uint32_t alg) in CheckDigestAlg() argument 743 const EVP_MD* GetOpensslAlg(uint32_t alg) in GetOpensslAlg() argument 757 static uint32_t GetHashLen(uint32_t alg) in GetHashLen() argument 768 static bool HashCheckParam(uint32_t alg, const struct DlpBlob* msg, struct DlpBlob* hash) in HashCheckParam() argument 794 DlpOpensslHash(uint32_t alg, const struct DlpBlob* msg, struct DlpBlob* hash) DlpOpensslHash() argument 815 DlpOpensslHashInit(void** cryptoCtx, uint32_t alg) DlpOpensslHashInit() argument [all...] |
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_crypto_adapter.c | 603 int32_t HksSetKeyToMaterial(uint32_t alg, bool isPubKey, const struct HksBlob *key, struct HksBlob *keyMaterial)
in HksSetKeyToMaterial() argument 629 int32_t HksGetKeyFromMaterial(uint32_t alg, bool isPubKey, const struct HksBlob *keyMaterial, struct HksBlob *key)
in HksGetKeyFromMaterial() argument 641 int32_t HksFormatKeyFromMaterial(uint32_t alg, cons argument [all...] |
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_engine.c | 156 int32_t HksCryptoHalHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksCryptoHalHash() argument 163 int32_t HksCryptoHalHashInit(uint32_t alg, void **ctx) in HksCryptoHalHashInit() argument
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_engine.c | 130 const EVP_MD *GetOpensslAlg(uint32_t alg) in GetOpensslAlg() argument 273 int32_t HksCryptoHalHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksCryptoHalHash() argument 280 int32_t HksCryptoHalHashInit(uint32_t alg, void **ctx) in HksCryptoHalHashInit() argument
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_import_wrapped_x25519_suite_test.cpp | 318 static int32_t ConstructImportedCurve25519Key(uint32_t alg, uint32_t keySize, uint32_t importType, in ConstructImportedCurve25519Key() argument 277 ConstructCurve25519Key(struct TestImportKeyData *key, uint32_t alg, uint32_t keySize, uint32_t importType, struct HksBlob *outKey) ConstructCurve25519Key() argument
|
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_sm_import_wrap_key.c | 560 struct HksParam *alg = NULL; in CheckAlgAndGetSuit() local
|
H A D | hks_keynode.c | 95 static int32_t SetAesCcmModeTag(struct HksParamSet *paramSet, const uint32_t alg, const uint32_t pur, bool *tag) in SetAesCcmModeTag() argument 131 static void KeyNodeFreeCtx(uint32_t purpose, uint32_t alg, bool hasCalcHash, void **ctx) in KeyNodeFreeCtx() argument
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client_test.cpp | 1460 unsigned int alg = 1; in HWTEST_F() local
|
/third_party/libwebsockets/lib/cose/ |
H A D | cose_key.c | 140 lws_cose_key_checks(const lws_cose_key_t *key, int64_t kty, cose_param_t alg, in lws_cose_key_checks() argument [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-netdev.h | 177 uint8_t alg; member
|
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 211 import_key_from_file(psa_key_usage_t usage, psa_algorithm_t alg, const char *key_file_name, psa_key_id_t *master_key) import_key_from_file() argument
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_result.c | 343 const X509_ALGOR *alg = NULL; in try_key_value_legacy() local
|