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