Home | History | Annotate | Download | only in hash

Lines Matching defs:hmac

2  * hmac.c
4 * implementation of hmac auth_type_t
45 #include "hmac.h"
52 "hmac sha-1" /* printable name for module */
58 extern auth_type_t hmac;
82 (*a)->type = &hmac;
88 /* increment global count of all hmac uses */
89 hmac.ref_count++;
96 extern auth_type_t hmac;
105 /* decrement global count of all hmac uses */
106 hmac.ref_count--;
248 char hmac_description[] = "hmac sha-1 authentication function";
251 * auth_type_t hmac is the hmac metaobject
255 hmac = {