rustls
0.23.25
In rustls::
crypto::
tls12
Structs
PrfUsingHmac
Traits
Prf
Functions
prf
rustls
::
crypto
::
tls12
Function
prf
Copy item path
Settings
Help
Summary
Source
pub(crate) fn prf(out: &mut [
u8
], hmac_key: &dyn
Key
, label: &[
u8
], seed: &[
u8
])