Searched refs:P384 (Results 1 – 11 of 11) sorted by relevance
/system/keymint/common/src/crypto/ |
D | ec.rs | 61 P384 = 2, enumerator 71 NistCurve::P384 => 48, in coord_len() 82 NistCurve::P384 => EcCurve::P384, in from() 94 EcCurve::P384 => Ok(NistCurve::P384), in try_from() 156 NistCurve::P384 => &ALGO_PARAM_P384_OID, in subject_public_key_info() 196 NistCurve::P384 => coset::iana::EllipticCurve::P_384, in public_cose_key() 238 P384(NistKey), enumerator 256 Key::P384(key) => &key.0, in private_key_bytes() 266 Key::P224(_) | Key::P256(_) | Key::P384(_) | Key::P521(_) => CurveType::Nist, in curve_type() 277 Key::P384(_) => EcCurve::P384, in curve() [all …]
|
D | traits.rs | 348 | Key::P384(nist_key) in subject_public_key()
|
/system/keymint/tests/src/bin/ |
D | auth-keyblob-parse.rs | 120 EcCurve::P384 => KeyMaterial::Ec( in process() 121 EcCurve::P384, in process() 123 ec::Key::P384(ec::NistKey(raw_key)).into(), in process()
|
/system/keymint/boringssl/src/ |
D | ec.rs | 65 ec::NistCurve::P384 => Key::P384(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() 409 ec::NistCurve::P384 => Nid::SECP384R1, in nist_curve_to_group() 420 ec::Key::P384(_) => Nid::SECP384R1, in nist_key_to_group()
|
/system/ca-certificates/files/ |
D | 252252d2.0 | 21 Issuer: C=US, O=DigiCert, Inc., CN=DigiCert TLS ECC P384 Root G5 25 Subject: C=US, O=DigiCert, Inc., CN=DigiCert TLS ECC P384 Root G5
|
D | 9aef356c.0 | 24 …=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P384 Certification Autho… 28 …=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P384 Certification Autho…
|
/system/keymaster/include/keymaster/cppcose/ |
D | cppcose.h | 87 enum CoseKeyCurve : int { P256 = 1, P384 = 2, X25519 = 4, ED25519 = 6 }; enumerator 218 auto key = parse(coseKey, EC2, ES384, P384); in parseP384()
|
/system/keymint/common/src/ |
D | crypto.rs | 270 (EcCurve::P384, CurveType::Nist) => ec::Key::P384(ec::NistKey(raw_key)), in from_cbor_value()
|
D | tag.rs | 492 (EcCurve::P384, _) => KeyGenInfo::NistEc(ec::NistCurve::P384), in check_ec_gen_params() 621 EcCurve::P384 if *key_size == KeySizeInBits(384) => {} in check_ec_params()
|
/system/security/keystore2/src/crypto/tests/ |
D | certificate_utils_test.cpp | 101 P384, enumerator
|
/system/keymint/wire/src/ |
D | keymint.rs | 160 P384 = 2, enumerator
|