Home
last modified time | relevance | path

Searched defs:hpke (Results 1 – 2 of 2) sorted by relevance

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhpke.rs418 let hpke = Hpke::new(CipherSuite::CURVE25519_AES128); in hpke_seal_open() localVariable
443 let hpke = Hpke::new(CipherSuite::CURVE25519_AES128); in hpke_context_seal_open() localVariable
467 let hpke = Hpke::new(CipherSuite::CURVE25519_AES128); in hpke_context_seal_open_multithreaded() localVariable
500 let hpke = Hpke::new(CipherSuite::CURVE25519_AES128); in hpke_context_export() localVariable
Dlib.rs21 pub mod hpke; module
140 hpke: Hpke, field