Home
last modified time | relevance | path

Searched refs:ec_key_parse_private_key (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,
38 ec_key_parse_private_key(buf) in from_private_key()
/system/security/keystore2/src/crypto/
Dlib.rs364 pub fn ec_key_parse_private_key(buf: &[u8]) -> Result<ECKey, Error> { in ec_key_parse_private_key() function
558 let priv0 = ec_key_parse_private_key(&priv0s)?; in test_ec()