Searched defs:needPrivateExponent (Results 1 – 7 of 7) sorted by relevance
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_dsa.c | 49 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()
|
| D | hks_openssl_rsa.c | 100 static RSA *InitRsaStruct(const struct HksBlob *key, const bool needPrivateExponent) in InitRsaStruct()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_dh.c | 185 static int32_t DhKeyMaterialToCtx(const struct HksBlob *key, const bool needPrivateExponent, mbedtl… in DhKeyMaterialToCtx()
|
| D | hks_mbedtls_rsa.c | 187 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/ |
| D | openssl_dh_helper.c | 105 static DH *InitDhStruct(const struct HksBlob *key, const bool needPrivateExponent) in InitDhStruct()
|
| D | openssl_dsa_helper.c | 77 static DSA *InitDsa(struct HksBlob *key, const bool needPrivateExponent) in InitDsa()
|
| D | openssl_rsa_helper.c | 163 static RSA *InitRsa(struct HksBlob *key, const bool needPrivateExponent) in InitRsa()
|