Searched defs:hmac_algorithm (Results 1 – 2 of 2) sorted by relevance
129 struct hmac_algorithm { struct130 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 *));
30 pub fn hmac_algorithm(&self) -> hmac::Algorithm { in hmac_algorithm() method