Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Decc_common.h479 static constexpr int32_t NID_SECP192R1_LEN = 24; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Decc_asy_key_common.cpp46 (reinterpret_cast<HcfECFieldFp *>(eccCommSpec->field))->p.len = NID_SECP192R1_LEN; in ConstructEcc192CommParamsSpec()
48 eccCommSpec->a.len = NID_SECP192R1_LEN; in ConstructEcc192CommParamsSpec()
50 eccCommSpec->b.len = NID_SECP192R1_LEN; in ConstructEcc192CommParamsSpec()
52 eccCommSpec->g.x.len = NID_SECP192R1_LEN; in ConstructEcc192CommParamsSpec()
54 eccCommSpec->g.y.len = NID_SECP192R1_LEN; in ConstructEcc192CommParamsSpec()
56 eccCommSpec->n.len = NID_SECP192R1_LEN; in ConstructEcc192CommParamsSpec()