Home
last modified time | relevance | path

Searched refs:AES_256_GCM (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ring/tests/
Daead_tests.rs64 &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/
Daes_gcm.rs32 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/
Daead.rs29 aes_gcm::{AES_128_GCM, AES_256_GCM},
623 AES_256_GCM, enumerator
/external/rust/crates/quiche/src/
Dcrypto.rs74 Algorithm::AES256_GCM => &aead::AES_256_GCM, in get_ring_aead()
/external/libwebsockets/READMEs/
DREADME.crypto-apis.md156 |`RSAES-OAEP`|`AES_256_GCM`|