Home
last modified time | relevance | path

Searched refs:ERR_LIB_KDF (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Derr.h113 # define ERR_LIB_KDF 52 macro
151 # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL)
162 # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL)
H A Derr.h.in115 # define ERR_LIB_KDF 52 macro
153 # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL)
164 # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL)
/freebsd/crypto/openssl/crypto/err/
H A Derr.c74 {ERR_PACK(ERR_LIB_KDF, 0, 0), "KDF routines"},