Home
last modified time | relevance | path

Searched defs:alg (Results 126 - 150 of 319) sorted by relevance

12345678910>>...13

/third_party/openssl/crypto/ts/
H A Dts_req_utils.c48 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 Dx509_set.c196 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 Dalgorithmid_test.c26 X509_ALGOR *alg = NULL; in test_spki_aid() local
114 const X509_ALGOR *alg = NULL; in test_x509_sig_aid() local
H A Dfilterprov.c30 OSSL_ALGORITHM alg[MAX_ALG_FILTERS + 1]; member
H A Devp_fetch_prov_test.c25 static char *alg = "digest"; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dpkcs5.c25 } 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 Dtlsv1_client_ocsp.c67 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 Dtlsv1_common.c346 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 Dwpa_ft.c454 enum wpa_alg alg; in wpa_ft_install_ptk() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dpkcs5.c25 } 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 Dtlsv1_client_ocsp.c67 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 Dtlsv1_common.c346 enum crypto_hash_alg alg; in tlsv12_key_x_server_params_hash() local
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dsa_sign_test.cpp476 const char *alg = sign->getAlgoName(sign); in HWTEST_F() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp731 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 Dhks_crypto_adapter.c603 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 Dhks_mbedtls_engine.c156 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 Dhks_openssl_engine.c130 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 Dhks_import_wrapped_x25519_suite_test.cpp318 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 Dhks_sm_import_wrap_key.c560 struct HksParam *alg = NULL; in CheckAlgAndGetSuit() local
H A Dhks_keynode.c95 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 Dwifi_hdi_wpa_client_test.cpp1460 unsigned int alg = 1; in HWTEST_F() local
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c140 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 Dlws-netdev.h177 uint8_t alg; member
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c211 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 Dstore_result.c343 const X509_ALGOR *alg = NULL; in try_key_value_legacy() local

Completed in 24 milliseconds

12345678910>>...13