Searched refs:crypto_ahash_blocksize (Results 1 – 8 of 8) sorted by relevance
2398 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()2400 crypto_ahash_blocksize(ctx->fback)); in safexcel_sha3_fbcheck()2763 if (keylen > crypto_ahash_blocksize(tfm)) { in safexcel_hmac_sha3_setkey()2776 if (keylen > crypto_ahash_blocksize(tfm) / 2) in safexcel_hmac_sha3_setkey()2780 crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()2781 keylen - crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()2792 crypto_ahash_blocksize(tfm) / 2); in safexcel_hmac_sha3_setkey()2794 key + crypto_ahash_blocksize(tfm) / 2, in safexcel_hmac_sha3_setkey()2800 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()2806 crypto_ahash_blocksize(tfm) / 2, 0, in safexcel_hmac_sha3_setkey()[all …]
89 if (WARN_ON(alg->block_size != crypto_ahash_blocksize(tfm))) in fsverity_get_hash_alg()
66 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey()492 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run()
329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize() function
848 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()872 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
832 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()1208 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()1406 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
1695 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()
Completed in 26 milliseconds