Home
last modified time | relevance | path

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

/dragonfly/lib/libdmsg/
H A Ddebug.c206 case DMSG_IOQ_ERROR_ALGO: in dmsg_msg_str()
H A Dcrypto.c241 ioq->error = DMSG_IOQ_ERROR_ALGO; in dmsg_crypto_gcm_encrypt_chunk()
263 ioq->error = DMSG_IOQ_ERROR_ALGO; in dmsg_crypto_gcm_decrypt_chunk()
H A Ddmsg.h281 #define DMSG_IOQ_ERROR_ALGO 20 /* Misc. encr alg error */ macro