Searched refs:get_ec_curve (Results 1 – 3 of 3) sorted by relevance
113 let curve_val = tag::get_ec_curve(&combined).expect("characteristics missing EC curve"); in process()
204 pub fn get_ec_curve(params: &[KeyParam]) -> Result<EcCurve, Error> { in get_ec_curve() function492 let ec_curve = get_ec_curve(params)?; in check_ec_gen_params()538 KeyFormat::Raw if get_ec_curve(params)? == EcCurve::Curve25519 => { in check_ec_import_params()1159 let curve = get_ec_curve(chars)?; in check_begin_ec_params()
98 crypto::ec::curve_to_signing_oid(tag::get_ec_curve(chars)?) in tbs_certificate()