Searched refs:ec_point_oct_to_point (Results 1 – 2 of 2) sorted by relevance
20 ec_key_marshal_private_key, ec_key_parse_private_key, ec_point_oct_to_point,70 let other_public_key = ec_point_oct_to_point(other_public_key) in agree_key()
401 pub fn ec_point_oct_to_point(buf: &[u8]) -> Result<OwnedECPoint, Error> { in ec_point_oct_to_point() function559 let pub0 = ec_point_oct_to_point(&pub0s)?; in test_ec()560 let pub1 = ec_point_oct_to_point(&pub1s)?; in test_ec()