Home
last modified time | relevance | path

Searched defs:needPrivateExponent (Results 1 – 7 of 7) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_dsa.c49 static int InitDsaStructKey(const struct HksBlob *key, const bool needPrivateExponent, DSA *dsa, ui… in InitDsaStructKey()
90 static int InitDsaStructParameter(const struct HksBlob *key, const bool needPrivateExponent, DSA *d… in InitDsaStructParameter()
133 static DSA *InitDsaStruct(const struct HksBlob *key, const bool needPrivateExponent) in InitDsaStruct()
Dhks_openssl_rsa.c100 static RSA *InitRsaStruct(const struct HksBlob *key, const bool needPrivateExponent) in InitRsaStruct()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_dh.c185 static int32_t DhKeyMaterialToCtx(const struct HksBlob *key, const bool needPrivateExponent, mbedtl… in DhKeyMaterialToCtx()
Dhks_mbedtls_rsa.c187 static int32_t RsaKeyMaterialToCtx(const struct HksBlob *key, const bool needPrivateExponent, mbedt… in RsaKeyMaterialToCtx()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_dh_helper.c105 static DH *InitDhStruct(const struct HksBlob *key, const bool needPrivateExponent) in InitDhStruct()
Dopenssl_dsa_helper.c77 static DSA *InitDsa(struct HksBlob *key, const bool needPrivateExponent) in InitDsa()
Dopenssl_rsa_helper.c163 static RSA *InitRsa(struct HksBlob *key, const bool needPrivateExponent) in InitRsa()