Searched refs:ERR_LIB_ECDSA (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 103 # define ERR_LIB_ECDSA 42 macro 143 # define ECDSAerr(f, r) ERR_raise_data(ERR_LIB_ECDSA, (r), NULL) 338 # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
H A D | err.h.in | 105 # define ERR_LIB_ECDSA 42 macro 145 # define ECDSAerr(f, r) ERR_raise_data(ERR_LIB_ECDSA, (r), NULL) 340 # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 54 {ERR_PACK(ERR_LIB_ECDSA, 0, 0), "ECDSA routines"},
|