Home
last modified time | relevance | path

Searched refs:ec_point_oct_to_point (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dec_crypto.rs20 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()
/aosp12/system/security/keystore2/src/crypto/
H A Dlib.rs401 pub fn ec_point_oct_to_point(buf: &[u8]) -> Result<OwnedECPoint, Error> { in ec_point_oct_to_point() function
559 let pub0 = ec_point_oct_to_point(&pub0s)?; in test_ec()
560 let pub1 = ec_point_oct_to_point(&pub1s)?; in test_ec()