Home
last modified time | relevance | path

Searched refs:P521 (Results 1 – 8 of 8) sorted by relevance

/system/keymint/common/src/crypto/
Dec.rs62 P521 = 3, enumerator
72 NistCurve::P521 => 66, in coord_len()
83 NistCurve::P521 => EcCurve::P521, in from()
95 EcCurve::P521 => Ok(NistCurve::P521), in try_from()
157 NistCurve::P521 => &ALGO_PARAM_P521_OID, in subject_public_key_info()
197 NistCurve::P521 => coset::iana::EllipticCurve::P_521, in public_cose_key()
239 P521(NistKey), enumerator
257 Key::P521(key) => &key.0, in private_key_bytes()
266 Key::P224(_) | Key::P256(_) | Key::P384(_) | Key::P521(_) => CurveType::Nist, in curve_type()
278 Key::P521(_) => EcCurve::P521, in curve()
[all …]
Dtraits.rs349 | Key::P521(nist_key) => { in subject_public_key()
/system/keymint/tests/src/bin/
Dauth-keyblob-parse.rs125 EcCurve::P521 => KeyMaterial::Ec( in process()
126 EcCurve::P521, in process()
128 ec::Key::P521(ec::NistKey(raw_key)).into(), in process()
/system/keymint/boringssl/src/
Dec.rs66 ec::NistCurve::P521 => Key::P521(nist_key), in generate_nist_key()
156 Key::P224(key) | Key::P256(key) | Key::P384(key) | Key::P521(key) => { in begin_sign()
191 Key::P224(key) | Key::P256(key) | Key::P384(key) | Key::P521(key) => { in finish()
410 ec::NistCurve::P521 => Nid::SECP521R1, in nist_curve_to_group()
421 ec::Key::P521(_) => Nid::SECP521R1, in nist_key_to_group()
/system/keymint/common/src/
Dcrypto.rs271 (EcCurve::P521, CurveType::Nist) => ec::Key::P521(ec::NistKey(raw_key)), in from_cbor_value()
Dtag.rs493 (EcCurve::P521, _) => KeyGenInfo::NistEc(ec::NistCurve::P521), in check_ec_gen_params()
622 EcCurve::P521 if *key_size == KeySizeInBits(521) => {} in check_ec_params()
/system/security/keystore2/src/crypto/tests/
Dcertificate_utils_test.cpp102 P521, enumerator
/system/keymint/wire/src/
Dkeymint.rs161 P521 = 3, enumerator