Home
last modified time | relevance | path

Searched refs:DMSG_CRYPTO_ALGO (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libdmsg/
H A Dcrypto.c631 error = crypto_algos[DMSG_CRYPTO_ALGO].init(&iocom->ioq_rx, in dmsg_crypto_negotiate()
633 crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
634 (char*)handrx.sess + crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
635 sizeof(handrx.sess) - crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
640 error = crypto_algos[DMSG_CRYPTO_ALGO].init(&iocom->ioq_tx, in dmsg_crypto_negotiate()
642 crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
643 (char*)handtx.sess + crypto_algos[DMSG_CRYPTO_ALGO].keylen, in dmsg_crypto_negotiate()
666 crypto_algos[DMSG_CRYPTO_ALGO].uninit(&iocom->ioq_rx); in dmsg_crypto_terminate()
667 crypto_algos[DMSG_CRYPTO_ALGO].uninit(&iocom->ioq_tx); in dmsg_crypto_terminate()
692 error = crypto_algos[DMSG_CRYPTO_ALGO].dec_chunk( in dmsg_crypto_decrypt()
[all …]
H A Ddmsg.h121 #define DMSG_CRYPTO_ALGO DMSG_CRYPTO_ALGO_GCM_IDX macro