Home
last modified time | relevance | path

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

/dragonfly/lib/libdmsg/
HDdebug.c179 case DMSG_IOQ_ERROR_NOLKEY: in dmsg_msg_str()
HDcrypto.c421 iocom->ioq_rx.error = DMSG_IOQ_ERROR_NOLKEY; in dmsg_crypto_negotiate()
437 iocom->ioq_rx.error = DMSG_IOQ_ERROR_NOLKEY; in dmsg_crypto_negotiate()
HDdmsg.h272 #define DMSG_IOQ_ERROR_NOLKEY 11 /* no local keyfile found */ macro