Searched refs:import_raw_x25519_key (Results 1 – 3 of 3) sorted by relevance
443 import_raw_x25519_key(&key_info.private_key[2..]) in import_pkcs8_key_impl()463 pub fn import_raw_x25519_key(data: &[u8]) -> Result<KeyMaterial, Error> { in import_raw_x25519_key() function
328 fn import_raw_x25519_key( in import_raw_x25519_key() method333 ec::import_raw_x25519_key(data) in import_raw_x25519_key()
526 (ec.import_raw_x25519_key(key_data, params)?, EcCurve::Curve25519) in check_ec_import_params()