Home
last modified time | relevance | path

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

/system/keymint/common/src/crypto/
Dec.rs59 P224 = 0, enumerator
69 NistCurve::P224 => 28, in coord_len()
80 NistCurve::P224 => EcCurve::P224, in from()
92 EcCurve::P224 => Ok(NistCurve::P224), in try_from()
154 NistCurve::P224 => &ALGO_PARAM_P224_OID, in subject_public_key_info()
190 NistCurve::P224 => { in public_cose_key()
236 P224(NistKey), enumerator
254 Key::P224(key) => &key.0, in private_key_bytes()
266 Key::P224(_) | Key::P256(_) | Key::P384(_) | Key::P521(_) => CurveType::Nist, in curve_type()
275 Key::P224(_) => EcCurve::P224, in curve()
[all …]
Dtraits.rs346 Key::P224(nist_key) in subject_public_key()
/system/keymint/tests/src/bin/
Dauth-keyblob-parse.rs110 EcCurve::P224 => KeyMaterial::Ec( in process()
111 EcCurve::P224, in process()
113 ec::Key::P224(ec::NistKey(raw_key)).into(), in process()
/system/keymint/boringssl/src/
Dec.rs63 ec::NistCurve::P224 => Key::P224(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()
407 ec::NistCurve::P224 => Nid::SECP224R1, in nist_curve_to_group()
418 ec::Key::P224(_) => Nid::SECP224R1, in nist_key_to_group()
/system/keymint/common/src/
Dcrypto.rs268 (EcCurve::P224, CurveType::Nist) => ec::Key::P224(ec::NistKey(raw_key)), in from_cbor_value()
Dtag.rs490 (EcCurve::P224, _) => KeyGenInfo::NistEc(ec::NistCurve::P224), in check_ec_gen_params()
619 EcCurve::P224 if *key_size == KeySizeInBits(224) => {} in check_ec_params()
/system/security/keystore2/src/crypto/tests/
Dcertificate_utils_test.cpp99 P224, enumerator
/system/keymint/wire/src/
Dkeymint.rs158 P224 = 0, enumerator