Home
last modified time | relevance | path

Searched refs:crypto_shash_blocksize (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/crypto/
Dxcbc.c65 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()
Dcmac.c59 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()
Dhmac.c48 int bs = crypto_shash_blocksize(parent); in hmac_setkey()
/linux-4.19.296/include/crypto/
Dhash.h730 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize() function