KCAPI_AKCIPHER_ENCRY(3) | Programming Interface | KCAPI_AKCIPHER_ENCRY(3) |
kcapi_akcipher_encrypt_aio - encrypt data (asynchronous one shot)
ssize_t kcapi_akcipher_encrypt_aio(struct kcapi_handle * handle, struct iovec * iniov, struct iovec * outiov, size_t iovlen, int access);
handle
iniov
outiov
iovlen
access
The individual scatter-gather list entries are processed with separate invocations of the the given cipher.
The memory should be aligned at the page boundary using posix_memalign(sysconf(_SC_PAGESIZE)), If it is not aligned at the page boundary, the vmsplice call may not send all data to the kernel.
return number of bytes encrypted upon success; a negative errno-style error code if an error occurred
Stephan Mueller <smueller@chronox.de>
February 2022 | libkcapi Manual 1.4.0 |