Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/
H A Dhpke.rs235 let params = Self::cipher_suite_to_params(self.0)?; in setup_sender()
263 let params = Self::cipher_suite_to_params(self.0)?; in setup_receiver()
283 fn cipher_suite_to_params(cipher_suite: CipherSuite) -> Result<hpke::Params, HpkeError> { in cipher_suite_to_params() method