Lines Matching defs:Algorithm
60 fn algorithm(&self) -> &'static Algorithm; in algorithm()
82 fn algorithm(&self) -> &'static Algorithm { in algorithm()
257 fn algorithm(&self) -> &'static Algorithm { in algorithm()
412 algorithm: &'static Algorithm, in new()
425 pub fn algorithm(&self) -> &'static Algorithm { in algorithm()
440 impl hkdf::KeyType for &'static Algorithm { implementation
548 pub fn algorithm(&self) -> &'static Algorithm { in algorithm()
562 pub struct Algorithm { struct
582 id: AlgorithmID, argument
596 impl Algorithm { implementation
627 impl PartialEq for Algorithm { implementation
633 impl Eq for Algorithm {} implementation
654 fn check_per_nonce_max_bytes(alg: &Algorithm, in_out_len: usize) -> Result<(), error::Unspecified> { in check_per_nonce_max_bytes()