Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_afalg.c249 aio->aio_ctx = 0; in afalg_init_aio()
250 r = io_setup(MAX_INFLIGHTS, &aio->aio_ctx); in afalg_init_aio()
304 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
337 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS, in afalg_fin_cipher_aio()
350 r = io_read(aio->aio_ctx, 1, &cb); in afalg_fin_cipher_aio()
698 io_destroy(actx->aio.aio_ctx); in afalg_cipher_cleanup()
H A De_afalg.h72 aio_context_t aio_ctx; member