Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_common.h47 HcfResult GetFormatTypeByFormatValue(int32_t formatValue, int32_t *formatType);
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_openssl_common_test.cpp57 HcfResult ret = GetFormatTypeByFormatValue(0, nullptr);
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c184 HcfResult GetFormatTypeByFormatValue(int32_t formatValue, int32_t *formatType) in GetFormatTypeByFormatValue() function
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c358 if (GetFormatTypeByFormatValue(formatValue, &formatType) != HCF_SUCCESS) { in GetECCPointEncoded()