Home
last modified time | relevance | path

Searched refs:hmac_sha (Results 1 – 1 of 1) sorted by relevance

/webrtc/dtls/src/prf/
H A Dmod.rs143 fn hmac_sha(h: CipherSuiteHash, key: &[u8], data: &[u8]) -> Result<Vec<u8>> { in hmac_sha() function
166 last_round = hmac_sha(h, secret, &last_round)?; in prf_p_hash()
170 let with_secret = hmac_sha(h, secret, &last_round_seed)?; in prf_p_hash()