Lines Matching defs:Algorithm
59 pub enum Algorithm { enum
70 impl Algorithm { implementation
71 fn get_ring_aead(self) -> &'static aead::Algorithm { in get_ring_aead()
79 fn get_ring_hp(self) -> &'static aead::quic::Algorithm { in get_ring_hp()
87 fn get_ring_digest(self) -> hkdf::Algorithm { in get_ring_digest()
124 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], in new()
144 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Open> { in from_secret()
191 pub fn alg(&self) -> Algorithm { in alg()
208 alg: Algorithm, key: &[u8], iv: &[u8], hp_key: &[u8], in new()
228 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Seal> { in from_secret()
285 pub fn alg(&self) -> Algorithm { in alg()
370 aead: Algorithm, secret: &[u8], out: &mut [u8], in derive_hdr_key()
385 aead: Algorithm, secret: &[u8], out: &mut [u8], in derive_pkt_key()
400 aead: Algorithm, secret: &[u8], out: &mut [u8], in derive_pkt_iv()