Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_afalg.c461 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()
467 ret = splice(actx->zc_pipe[0], NULL, actx->sfd, NULL, inl, 0); in afalg_start_cipher_sk()
552 pipe(actx->zc_pipe); in afalg_cipher_init()
633 close(actx->zc_pipe[0]); in afalg_cipher_cleanup()
634 close(actx->zc_pipe[1]); in afalg_cipher_cleanup()
H A De_afalg.h89 int zc_pipe[2]; member
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_afalg.c519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()
525 ret = splice(actx->zc_pipe[0], NULL, actx->sfd, NULL, inl, 0); in afalg_start_cipher_sk()
611 pipe(actx->zc_pipe); in afalg_cipher_init()
692 close(actx->zc_pipe[0]); in afalg_cipher_cleanup()
693 close(actx->zc_pipe[1]); in afalg_cipher_cleanup()
H A De_afalg.h89 int zc_pipe[2]; member