Home
last modified time | relevance | path

Searched refs:HMAC_MAGIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhmac.h11 #define HMAC_MAGIC ((word_t)(0x9849020187612083ULL)) macro
13 … MUST_HAVE((((void *)(A)) != NULL) && ((A)->magic == HMAC_MAGIC) && ((A)->hash != NULL), ret, err)
/freebsd/crypto/libecc/src/hash/
H A Dhmac.c78 ctx->magic = HMAC_MAGIC; in hmac_init()