kcapi_cipher_blocksize
return size of one block of the cipher
- Provided by: libkcapi-dev (Version: 1.4.0-1ubuntu4)
- Source: libkcapi
- Report a bug
return size of one block of the cipher
uint32_t kcapi_cipher_blocksize(struct kcapi_handle * handle);
handle
return > 0 specifying the block size; 0 on error
Stephan Mueller <smueller@chronox.de>