rustls::crypto::tls12

Function prf

Source
pub(crate) fn prf(out: &mut [u8], hmac_key: &dyn Key, label: &[u8], seed: &[u8])