Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dcrypto.rs64 AES128_GCM, enumerator
76 Algorithm::AES128_GCM => unsafe { EVP_aead_aes_128_gcm() }, in get_evp_aead()
86 Algorithm::AES128_GCM => &aead::quic::AES_128, in get_ring_hp()
94 Algorithm::AES128_GCM => hkdf::HKDF_SHA256, in get_ring_digest()
102 Algorithm::AES128_GCM => 16, in key_len()
114 Algorithm::AES128_GCM => 16, in tag_len()
122 Algorithm::AES128_GCM => 12, in nonce_len()
430 let aead = Algorithm::AES128_GCM; in derive_initial_key_material()
714 let aead = Algorithm::AES128_GCM; in derive_initial_secrets_v1()
793 let aead = Algorithm::AES128_GCM; in derive_initial_secrets_draft29()
[all …]
Dtls.rs919 0x0300_1301 => crypto::Algorithm::AES128_GCM, in get_cipher_from_ptr()