Searched refs:hmac_algorithm (Results 1 – 4 of 4) sorted by relevance
80 static struct hmac_algorithm oakley_hmacdef[] = {189 static struct hmac_algorithm ipsec_hmacdef[] = {291 static struct hmac_algorithm *alg_oakley_hmacdef __P((int));294 static struct hmac_algorithm *alg_ipsec_hmacdef __P((int));381 static struct hmac_algorithm *415 struct hmac_algorithm *f;624 static struct hmac_algorithm *657 struct hmac_algorithm *f;
129 struct hmac_algorithm { struct
30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
92 let max_out_len = MAX_BLOCKS * alg.hmac_algorithm().digest_algorithm().output_len; in hkdf_output_len_tests()