Home
last modified time | relevance | path

Searched refs:formatValue (Results 1 - 8 of 8) sorted by relevance

/base/security/crypto_framework/frameworks/key/
H A Decc_key_util.c137 HcfFormatValue formatValue = 0; in HcfGetEncodedPoint() local
138 HcfResult ret = GetFormatValueByFormatName(format, &formatValue); in HcfGetEncodedPoint()
140 LOGE("Failed to get formatValue."); in HcfGetEncodedPoint()
156 ret = HcfEngineGetEncodedPoint(algValue, point, formatValue, returnBlob); in HcfGetEncodedPoint()
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/inc/
H A Decc_common_param_spec_generator_openssl.h33 const int32_t formatValue, HcfBlob *returnBlob);
/base/security/crypto_framework/common/inc/
H A Dparams_parser.h195 HcfFormatValue formatValue; member
261 HcfResult GetFormatValueByFormatName(const char *formatName, HcfFormatValue *formatValue);
/base/security/crypto_framework/common/src/
H A Dparams_parser.c291 HcfResult GetFormatValueByFormatName(const char *formatName, HcfFormatValue *formatValue) in GetFormatValueByFormatName() argument
293 if (formatName == NULL || formatValue == NULL) { in GetFormatValueByFormatName()
300 *formatValue = FORMAT_MAP[i].formatValue; in GetFormatValueByFormatName()
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_common.c124 int32_t formatValue; member
181 HcfResult GetFormatTypeByFormatValue(int32_t formatValue, int32_t *formatType) in GetFormatTypeByFormatValue() argument
188 if (FORMAT_TYPE_MAP[i].formatValue == formatValue) { in GetFormatTypeByFormatValue()
193 LOGE("Invalid format value: %d", formatValue); in GetFormatTypeByFormatValue()
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c355 static HcfResult GetECCPointEncoded(const int32_t formatValue, EC_GROUP *ecGroup, in GetECCPointEncoded() argument
359 if (GetFormatTypeByFormatValue(formatValue, &formatType) != HCF_SUCCESS) { in GetECCPointEncoded()
434 const int32_t formatValue, HcfBlob *returnBlob) in HcfEngineGetEncodedPoint()
436 if ((curveNameValue == 0) || (point == NULL) || (formatValue == 0) || (returnBlob == NULL)) { in HcfEngineGetEncodedPoint()
467 ret = GetECCPointEncoded(formatValue, ecGroup, ecPoint, returnBlob); in HcfEngineGetEncodedPoint()
433 HcfEngineGetEncodedPoint(const int32_t curveNameValue, HcfPoint *point, const int32_t formatValue, HcfBlob *returnBlob) HcfEngineGetEncodedPoint() argument
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Dopenssl_common.h47 HcfResult GetFormatTypeByFormatValue(int32_t formatValue, int32_t *formatType);
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java553 String formatValue = formatter.format(-1); in getMinusSign()
556 if (formatValue.length() > 0) { in getMinusSign()
557 String temp = formatValue.substring(0, formatValue.indexOf(description.charAt(1))); in getMinusSign()

Completed in 7 milliseconds