Home
last modified time | relevance | path

Searched refs:AFALG_R_IO_SETUP_FAILED (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/engines/
H A De_afalg_err.h28 # define AFALG_R_IO_SETUP_FAILED 105 macro
H A De_afalg_err.c21 {ERR_PACK(0, 0, AFALG_R_IO_SETUP_FAILED), "io setup failed"},
H A De_afalg.txt12 AFALG_R_IO_SETUP_FAILED:105:io setup failed
H A De_afalg.c253 AFALGerr(AFALG_F_AFALG_INIT_AIO, AFALG_R_IO_SETUP_FAILED); in afalg_init_aio()