Name
crypto_ablkcipher_blocksize —
obtain block size of cipher
Synopsis
unsigned int crypto_ablkcipher_blocksize ( | struct crypto_ablkcipher * tfm) ; |
Description
The block size for the ablkcipher referenced with the cipher handle is
returned. The caller may use that information to allocate appropriate
memory for the data returned by the encryption or decryption operation
Return
block size of cipher