Searched refs:ERR_LIB_HMAC (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 109 # define ERR_LIB_HMAC 48 macro 149 # define HMACerr(f, r) ERR_raise_data(ERR_LIB_HMAC, (r), NULL)
|
H A D | err.h.in | 111 # define ERR_LIB_HMAC 48 macro 151 # define HMACerr(f, r) ERR_raise_data(ERR_LIB_HMAC, (r), NULL)
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 71 {ERR_PACK(ERR_LIB_HMAC, 0, 0), "HMAC routines"},
|