Searched defs:hmac_algorithm (Results 1 – 2 of 2) sorted by relevance
130 struct hmac_algorithm { struct131 char *name;132 int type;133 int doi;135 void (*update) __P((caddr_t, vchar_t *));136 vchar_t *(*final) __P((caddr_t));137 int (*hashlen) __P((void));138 vchar_t *(*one) __P((vchar_t *, vchar_t *));
58 const EVP_MD *hmac_algorithm; in tsig_openssl_init_algorithm() local