Searched refs:check_private_key_bytes (Results 1 – 4 of 4) sorted by relevance
20 $check_private_key_bytes:ident, $generate_private_key:ident,39 check_private_key_bytes: $check_private_key_bytes,44 fn $check_private_key_bytes(bytes: &[u8]) -> Result<(), error::Unspecified> {
26 check_private_key_bytes: fn(bytes: &[u8]) -> Result<(), error::Unspecified>, field
53 (curve.check_private_key_bytes)(bytes)?; in from_bytes()
25 check_private_key_bytes: x25519_check_private_key_bytes,