Searched refs:nist_curve (Results 1 – 2 of 2) sorted by relevance
152 let nist_curve: NistCurve = (*curve).try_into()?; in subject_public_key_info() localVariable153 let params_oid = match nist_curve { in subject_public_key_info()187 let nist_curve: NistCurve = curve.try_into()?; in public_cose_key() localVariable188 let (x, y) = coordinates_from_pub_key(pub_key, nist_curve)?; in public_cose_key()189 let cose_nist_curve = match nist_curve { in public_cose_key()
355 let nist_curve: ec::NistCurve = ec_key.curve().try_into()?; in subject_public_key() localVariable356 Ok(self.nist_public_key(nist_key, nist_curve)?) in subject_public_key()