Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Ddh_openssl_common.h30 char *GetNidNameByDhPLen(int32_t pLen);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Ddh_openssl_common.c126 char *GetNidNameByDhPLen(int32_t pLen) in GetNidNameByDhPLen() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_common_param_spec_generator_openssl.c154 char *nidName = GetNidNameByDhPLen(pLen); in HcfDhCommonParamSpecCreate()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_key_agreement_test.cpp718 EXPECT_EQ(GetNidNameByDhPLen(id), nullptr);