kcapi_cipher_blocksize(3)
return size of one block of the cipher
Description
KCAPI_CIPHER_BLOCKSI
NAME
kcapi_cipher_blocksize - return size of one block of the cipher
SYNOPSIS
|
uint32_t kcapi_cipher_blocksize(struct kcapi_handle * handle); |
ARGUMENTS
handle
[in] cipher handle
DESCRIPTION
return > 0 specifying the block size; 0 on error
AUTHOR
Stephan Mueller <smueller@chronox.de>
Author.