Searched refs:nonce_length (Results 1 – 2 of 2) sorted by relevance
72 pub fn nonce_length(&self) -> usize { in nonce_length() method
142 assert_eq!(aead_ctx.aead().nonce_length(), AES_256_GCM_NONCE1.len()); in aes_256_gcm_encrypt()