Searched refs:ec_point_oct_to_point (Results 1 – 3 of 3) sorted by relevance
21 ec_key_marshal_private_key, ec_key_parse_private_key, ec_point_oct_to_point,65 let other_public_key = ec_point_oct_to_point(other_public_key) in agree_key()
25 ec_key_marshal_private_key, ec_key_parse_private_key, ec_point_oct_to_point,168 let check_ecpoint = ec_point_oct_to_point(ec_oct_buf);
409 pub fn ec_point_oct_to_point(buf: &[u8]) -> Result<OwnedECPoint, Error> { in ec_point_oct_to_point() function567 let pub0 = ec_point_oct_to_point(&pub0s)?; in test_ec()568 let pub1 = ec_point_oct_to_point(&pub1s)?; in test_ec()