Searched refs:cipher_suite_to_params (Results 1 – 1 of 1) sorted by relevance
235 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