Home
last modified time | relevance | path

Searched defs:alg (Results 376 - 400 of 823) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/node/deps/openssl/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/crypto/cms/
H A Dcms_ec.c161 X509_ALGOR *alg, *kekalg = NULL; in ecdh_cms_set_shared_info() local
228 X509_ALGOR *alg; in ecdh_cms_decrypt() local
72 ecdh_cms_set_peerkey(EVP_PKEY_CTX *pctx, X509_ALGOR *alg, ASN1_BIT_STRING *pubkey) ecdh_cms_set_peerkey() argument
[all...]
/third_party/openssl/apps/
H A Ddhparam.c182 const char *alg = dsaparam ? "DSA" : "DH"; in dhparam_main() local
/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
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_sm4.c402 hi_void ext_sm4_setmode(hi_void *ctx, symc_alg alg, symc_mode mode, symc_width width) in ext_sm4_setmode() 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

Completed in 23 milliseconds

1...<<11121314151617181920>>...33