Home
last modified time | relevance | path

Searched refs:NID_brainpoolP320r1_len (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H A Decc_openssl_common_param_spec.h33 static const int32_t NID_brainpoolP320r1_len = 40; variable
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c332 BIGNUM *pStd = OpensslBin2Bn(g_bp320r1CorrectBigP, NID_brainpoolP320r1_len, NULL); in CheckBP320r1CurveId()
333 BIGNUM *bStd = OpensslBin2Bn(g_bp320r1CorrectBigB, NID_brainpoolP320r1_len, NULL); in CheckBP320r1CurveId()
334 BIGNUM *xStd = OpensslBin2Bn(g_bp320r1CorrectBigGX, NID_brainpoolP320r1_len, NULL); in CheckBP320r1CurveId()
335 BIGNUM *yStd = OpensslBin2Bn(g_bp320r1CorrectBigGY, NID_brainpoolP320r1_len, NULL); in CheckBP320r1CurveId()