Home
last modified time | relevance | path

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

/openbsd/sys/crypto/
H A Dhmac.h28 typedef struct _HMAC_SHA1_CTX { struct
29 SHA1_CTX ctx;
30 u_int8_t key[SHA1_BLOCK_LENGTH];
31 u_int key_len;