Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Ddh_openssl_common.h29 char *GetNidNameByDhId(int32_t pLen);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Ddh_openssl_common.c111 char *GetNidNameByDhId(int32_t pLen) in GetNidNameByDhId() function
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_key_agreement_test.cpp717 EXPECT_EQ(GetNidNameByDhId(id), nullptr);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_asy_key_generator_openssl.c429 char *nidName = GetNidNameByDhId(dhId); in ConstructDhOsslParamsAndGenPkey()