Home
last modified time | relevance | path

Searched refs:OpensslEvpPkeyKeyGenInit (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_common_param_spec_generator_openssl.c83 if (OpensslEvpPkeyKeyGenInit(paramsCtx) != HCF_OPENSSL_SUCCESS) { in GenerateDhKnownGroupEvpKey()
H A Ddh_asy_key_generator_openssl.c436 if (OpensslEvpPkeyKeyGenInit(paramsCtx) != HCF_OPENSSL_SUCCESS) { in ConstructDhOsslParamsAndGenPkey()
477 if (OpensslEvpPkeyKeyGenInit(pkeyCtx) != HCF_OPENSSL_SUCCESS) { in GenerateDhEvpKey()
H A Ddsa_asy_key_generator_openssl.c409 if (OpensslEvpPkeyKeyGenInit(pkeyCtx) != HCF_OPENSSL_SUCCESS) { in GenerateDsaEvpKey()
H A Dalg_25519_asy_key_generator_openssl.c467 if (OpensslEvpPkeyKeyGenInit(paramsCtx) != HCF_OPENSSL_SUCCESS) { in GenerateAlg25519EvpKey()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_adapter.h165 int OpensslEvpPkeyKeyGenInit(EVP_PKEY_CTX *ctx);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c556 int OpensslEvpPkeyKeyGenInit(EVP_PKEY_CTX *ctx) in OpensslEvpPkeyKeyGenInit() function
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c883 int OpensslEvpPkeyKeyGenInit(EVP_PKEY_CTX *ctx) in OpensslEvpPkeyKeyGenInit() function