Home
last modified time | relevance | path

Searched refs:withDuplicate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Ddh_openssl_common.c81 EVP_PKEY *NewEvpPkeyByDh(DH *dh, bool withDuplicate) in NewEvpPkeyByDh() argument
93 if (withDuplicate) { in NewEvpPkeyByDh()
H A Drsa_openssl_common.c83 EVP_PKEY *NewEvpPkeyByRsa(RSA *rsa, bool withDuplicate) in NewEvpPkeyByRsa() argument
95 if (withDuplicate) { in NewEvpPkeyByRsa()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Ddh_openssl_common.h28 EVP_PKEY *NewEvpPkeyByDh(DH *dh, bool withDuplicate);
H A Drsa_openssl_common.h32 EVP_PKEY *NewEvpPkeyByRsa(RSA *rsa, bool withDuplicate);