Home
last modified time | relevance | path

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

/system/security/keystore2/src/
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()
/system/security/keystore2/src/crypto/
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()