Home
last modified time | relevance | path

Searched refs:crypto_ahash_blocksize (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2438 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2440 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()
2442 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()
2444 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2446 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()
2808 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()
2821 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()
2825 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()
2826 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()
2833 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()
[all …]
/OK3568_Linux_fs/kernel/fs/verity/
H A Dhash_algs.c87 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Dcaamhash.c821 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()
1197 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()
1395 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/
H A Dhash.c824 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
848 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c1649 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()