Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey_ctx.rs638 pub fn set_hkdf_salt(&mut self, salt: &[u8]) -> Result<(), ErrorStack> { in set_hkdf_salt() functions
865 ctx.set_hkdf_salt(&hex::decode("000102030405060708090a0b0c").unwrap()) in hkdf()
912 ctx.set_hkdf_salt(&hex::decode("000102030405060708090a0b0c").unwrap()) in hkdf_extract()

Completed in 2 milliseconds