Searched defs:aes_key (Results 1 – 6 of 6) sorted by relevance
71 let aes_key = hkdf_expand(AES_256_KEY_LENGTH, &prk, b"AES-256-GCM key") in agree_key() localVariable84 let aes_key = sender_key in encrypt_message() localVariable102 let aes_key = self in decrypt_message() localVariable
286 pub fn aes_key(&mut self, boot_level: usize) -> Result<Option<ZVec>> { in aes_key() method
409 let aes_key = aes::Key::new(key.clone()).unwrap(); in test_aes_gcm() localVariable422 let aes_key = aes::Key::new(key.clone()).unwrap(); in test_aes_gcm() localVariable436 let aes_key = aes::Key::new(key.clone()).unwrap(); in test_aes_gcm() localVariable451 let aes_key = aes::Key::new(key).unwrap(); in test_aes_gcm() localVariable
94 AES_KEY aes_key; in InitializeKeyWrappingContext() local
565 UniquePtr<Key> aes_key; in UnwrapKey() local
116 let aes_key = aes::Key::new_from(data)?; in import_key() localVariable