Home
last modified time | relevance | path

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

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhpke.rs250 ) -> Result<HpkeCiphertext, HpkeError> { in seal()
274 ciphertext: &HpkeCiphertext, in open()
Dlib.rs291 ) -> Result<HpkeCiphertext, Self::Error> { in hpke_seal()
310 ciphertext: &HpkeCiphertext, in hpke_open()