Searched refs:NID_SECP192R1_LEN (Results 1 – 2 of 2) sorted by relevance
479 static constexpr int32_t NID_SECP192R1_LEN = 24; variable
46 (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()