Searched refs:KEY_LEN (Results 1 – 1 of 1) sorted by relevance
| /rust/bssl-crypto/src/ |
| A D | aead.rs | 118 struct EvpAead<const KEY_LEN: usize, const NONCE_LEN: usize, const TAG_LEN: usize>( 123 impl<const KEY_LEN: usize, const NONCE_LEN: usize, const TAG_LEN: usize> 124 EvpAead<KEY_LEN, NONCE_LEN, TAG_LEN> 127 unsafe fn new(key: &[u8; KEY_LEN], evp_aead: *const bssl_sys::EVP_AEAD) -> Self { in new() argument 271 impl<const KEY_LEN: usize, const NONCE_LEN: usize, const TAG_LEN: usize> Drop 272 for EvpAead<KEY_LEN, NONCE_LEN, TAG_LEN> 352 struct TestCase<const KEY_LEN: usize, const NONCE_LEN: usize> { 353 key: [u8; KEY_LEN], 361 const KEY_LEN: usize, in check_test_cases() consts 364 F: Fn(&[u8; KEY_LEN]) -> Box<dyn Aead<Nonce = [u8; NONCE_LEN], Tag = [u8; TAG_LEN]>>, in check_test_cases() [all …]
|
Completed in 29 milliseconds