Symbol: crypto_shash_blocksize
arch/s390/crypto/hmac_s390.c
171
unsigned int bs = crypto_shash_blocksize(tfm);
arch/s390/crypto/hmac_s390.c
186
unsigned int bs = crypto_shash_blocksize(desc->tfm);
arch/s390/crypto/hmac_s390.c
218
unsigned int bs = crypto_shash_blocksize(desc->tfm);
arch/s390/crypto/hmac_s390.c
235
unsigned int bs = crypto_shash_blocksize(desc->tfm);
arch/s390/crypto/hmac_s390.c
262
crypto_shash_blocksize(desc->tfm));
arch/s390/crypto/hmac_s390.c
278
bs = crypto_shash_blocksize(tfm);
arch/s390/crypto/hmac_s390.c
290
unsigned int bs = crypto_shash_blocksize(desc->tfm);
arch/s390/crypto/hmac_s390.c
314
unsigned int bs = crypto_shash_blocksize(desc->tfm);
crypto/cmac.c
105
int bs = crypto_shash_blocksize(parent);
crypto/cmac.c
123
int bs = crypto_shash_blocksize(parent);
crypto/cmac.c
41
unsigned int bs = crypto_shash_blocksize(parent);
crypto/cmac.c
92
int bs = crypto_shash_blocksize(pdesc->tfm);
crypto/hmac.c
38
int bs = crypto_shash_blocksize(parent);
crypto/shash.c
136
bs = crypto_shash_blocksize(tfm);
crypto/shash.c
214
plen = crypto_shash_blocksize(tfm) + 1;
crypto/shash.c
238
unsigned int plen = crypto_shash_blocksize(tfm) + 1;
crypto/shash.c
262
plen = crypto_shash_blocksize(tfm) + 1;
crypto/shash.c
289
unsigned int plen = crypto_shash_blocksize(tfm) + 1;
crypto/xcbc.c
60
int bs = crypto_shash_blocksize(pdesc->tfm);
crypto/xcbc.c
73
int bs = crypto_shash_blocksize(parent);
crypto/xcbc.c
91
int bs = crypto_shash_blocksize(parent);
drivers/crypto/ccp/ccp-crypto-sha.c
277
unsigned int block_size = crypto_shash_blocksize(shash);
drivers/crypto/hisilicon/sec2/sec_crypto.c
1358
blocksize = crypto_shash_blocksize(hash_tfm);
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
754
int bs = crypto_shash_blocksize(ctx->hashalg);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
843
int bs = crypto_shash_blocksize(ctx->hashalg);
drivers/crypto/omap-sham.c
1105
int bs = crypto_shash_blocksize(bctx->shash);
drivers/crypto/omap-sham.c
1289
int bs = crypto_shash_blocksize(bctx->shash);
drivers/crypto/padlock-sha.c
58
remain = length - round_down(length, crypto_shash_blocksize(tfm));
drivers/crypto/padlock-sha.c
83
unsigned int bs = crypto_shash_blocksize(desc->tfm);
drivers/crypto/sa2ul.c
1445
int bs = crypto_shash_blocksize(ctx->shash);
drivers/crypto/sa2ul.c
439
int block_size = crypto_shash_blocksize(data->ctx->shash);
include/crypto/internal/hash.h
349
return crypto_shash_statesize(tfm) - crypto_shash_blocksize(tfm) - 1;