Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common.h35 HcfResult GetFieldType(const HcfKey *self, const bool isPrivate, char **returnString);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c435 HcfResult GetFieldType(const HcfKey *self, const bool isPrivate, char **returnString) in GetFieldType() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c653 ret = GetFieldType(self, isPrivate, returnString); in GetSm2KeySpecString()
H A Decc_asy_key_generator_openssl.c1484 res = GetFieldType(self, isPrivate, returnString); in GetEcKeySpecString()