Searched refs:crypto_shash_blocksize (Results 1 – 4 of 4) sorted by relevance
65 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_setkey()85 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()102 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update()148 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final()
59 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey()113 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init()130 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update()176 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final()
48 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
730 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function