Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs663 pub fn add_hkdf_info(&mut self, info: &[u8]) -> Result<(), ErrorStack> { in add_hkdf_info() functions
867 ctx.add_hkdf_info(&hex::decode("f0f1f2f3f4f5f6f7f8f9").unwrap()) in hkdf()
891 ctx.add_hkdf_info(&hex::decode("f0f1f2f3f4f5f6f7f8f9").unwrap()) in hkdf_expand()

Completed in 3 milliseconds