Searched refs:AES_256_GCM (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/ring/tests/ |
D | aead_tests.rs | 64 &aead::AES_256_GCM, in aead_aes_gcm_256() 70 &aead::AES_256_GCM, in aead_aes_gcm_256() 416 let key = aead::UnboundKey::new(&aead::AES_256_GCM, &key_bytes).unwrap(); in test_aead_key_debug() 423 &aead::AES_256_GCM, in test_aead_key_debug() 433 &aead::AES_256_GCM, in test_aead_key_debug() 442 let key: aead::LessSafeKey = make_less_safe_key(&aead::AES_256_GCM, &key_bytes); in test_aead_key_debug()
|
/external/rust/crates/ring/src/aead/ |
D | aes_gcm.rs | 32 pub static AES_256_GCM: aead::Algorithm = aead::Algorithm { variable 37 id: aead::AlgorithmID::AES_256_GCM, 297 super::AES_256_GCM.max_input_len * 8, in max_input_len_test()
|
/external/rust/crates/ring/src/ |
D | aead.rs | 29 aes_gcm::{AES_128_GCM, AES_256_GCM}, 623 AES_256_GCM, enumerator
|
/external/rust/crates/quiche/src/ |
D | crypto.rs | 74 Algorithm::AES256_GCM => &aead::AES_256_GCM, in get_ring_aead()
|
/external/libwebsockets/READMEs/ |
D | README.crypto-apis.md | 156 |`RSAES-OAEP`|`AES_256_GCM`|
|