Home
last modified time | relevance | path

Searched refs:set_hkdf_mode (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs594 pub fn set_hkdf_mode(&mut self, mode: HkdfMode) -> Result<(), ErrorStack> { in set_hkdf_mode() functions
604 /// Which input is the key depends on the "mode" (see [`set_hkdf_mode`][Self::set_hkdf_mode]).
884 ctx.set_hkdf_mode(HkdfMode::EXPAND_ONLY).unwrap(); in hkdf_expand()
908 ctx.set_hkdf_mode(HkdfMode::EXTRACT_ONLY).unwrap(); in hkdf_extract()

Completed in 2 milliseconds