Name

crypto_shash_blocksize — obtain block size for cipher

Synopsis

unsigned int crypto_shash_blocksize (struct crypto_shash * tfm);
 

Arguments

tfm

cipher handle

Description

The block size for the message digest cipher referenced with the cipher handle is returned.

Return

block size of cipher