Home
last modified time | relevance | path

Searched defs:hmac_algorithm (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
Dalgorithm.h129 struct hmac_algorithm { struct
130 char *name;
131 int type;
132 int doi;
134 void (*update) __P((caddr_t, vchar_t *));
135 vchar_t *(*final) __P((caddr_t));
136 int (*hashlen) __P((void));
137 vchar_t *(*one) __P((vchar_t *, vchar_t *));
/external/rust/crates/ring/src/
Dhkdf.rs30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method