Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common.h34 HcfResult GetFieldSize(const EC_GROUP *group, int32_t *fieldSize);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c425 HcfResult GetFieldSize(const EC_GROUP *group, int32_t *fieldSize) in GetFieldSize() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dsm2_asy_key_generator_openssl.c693 ret = GetFieldSize(group, returnInt); in GetSm2KeySpecInt()
H A Decc_asy_key_generator_openssl.c1520 res = GetFieldSize(group, returnInt); in GetEcKeySpecInt()