Home
last modified time | relevance | path

Searched refs:AES256_GCM (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/
Dcrypto.rs67 AES256_GCM, enumerator
77 Algorithm::AES256_GCM => unsafe { EVP_aead_aes_256_gcm() }, in get_evp_aead()
87 Algorithm::AES256_GCM => &aead::quic::AES_256, in get_ring_hp()
95 Algorithm::AES256_GCM => hkdf::HKDF_SHA384, in get_ring_digest()
103 Algorithm::AES256_GCM => 32, in key_len()
115 Algorithm::AES256_GCM => 16, in tag_len()
123 Algorithm::AES256_GCM => 12, in nonce_len()
Dtls.rs920 0x0300_1302 => crypto::Algorithm::AES256_GCM, in get_cipher_from_ptr()