Searched refs:P384_CURVE (Results 1 – 1 of 1) sorted by relevance
47 const P384_CURVE: iana::EllipticCurve = iana::EllipticCurve::P_384; constant108 crv if crv == &Value::from(P384_CURVE.to_i64()) => EcKey::new_p384()?, in from_cose_public_key()486 NID_secp384r1 => Ok(P384_CURVE), in coset_curve()