Searched refs:SealingKey (Results 1 – 3 of 3) sorted by relevance
41 pub struct SealingKey { struct45 impl SealingKey { implementation47 pub fn new(key_material: &[u8; KEY_LEN]) -> SealingKey { in new() argument48 SealingKey {
243 pub struct SealingKey<N: NonceSequence> { struct248 impl<N: NonceSequence> BoundKey<N> for SealingKey<N> { implementation262 impl<N: NonceSequence> core::fmt::Debug for SealingKey<N> { implementation270 impl<N: NonceSequence> SealingKey<N> { impl
264 let mut s_key: aead::SealingKey<OneNonceSequence> = make_key(algorithm, key, nonce); in seal_with_key()385 let s_key = aead::chacha20_poly1305_openssh::SealingKey::new(&key_bytes); in aead_chacha20_poly1305_openssh()422 let sealing_key: aead::SealingKey<OneNonceSequence> = make_key( in test_aead_key_debug()