Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dalgorithm.c80 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;
Dalgorithm.h129 struct hmac_algorithm { struct
/external/rust/crates/ring/src/
Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method
118 Self(hmac::Key::new(algorithm.hmac_algorithm(), value)) in new_less_safe()
/external/rust/crates/ring/tests/
Dhkdf_tests.rs92 let max_out_len = MAX_BLOCKS * alg.hmac_algorithm().digest_algorithm().output_len; in hkdf_output_len_tests()