Searched refs:aes_256_gcm_randnonce (Results 1 – 2 of 2) sorted by relevance
56 pub fn aes_256_gcm_randnonce() -> Self { in aes_256_gcm_randnonce() method
94 Ok(AeadContext::new(Aead::aes_256_gcm_randnonce(), key.as_slice(), /* tag_len */ None)?) in aead_ctx_from_secret()