Lines Matching refs:Algorithm
60 fn algorithm(&self) -> &'static Algorithm; in algorithm() argument
82 fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
257 fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
389 algorithm: &'static Algorithm,
412 algorithm: &'static Algorithm, in new() argument
425 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
430 impl From<hkdf::Okm<'_, &'static Algorithm>> for UnboundKey {
431 fn from(okm: hkdf::Okm<&'static Algorithm>) -> Self { in from()
440 impl hkdf::KeyType for &'static Algorithm { implementation
548 pub fn algorithm(&self) -> &'static Algorithm { in algorithm() argument
562 pub struct Algorithm { struct
596 impl Algorithm { argument
618 derive_debug_via_id!(Algorithm);
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() argument