Searched refs:crypto_ahash_blocksize (Results 1 – 9 of 9) sorted by relevance
2392 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()2394 crypto_ahash_blocksize(ctx->fback) / 2, in safexcel_sha3_fbcheck()2396 crypto_ahash_blocksize(ctx->fback) / 2); in safexcel_sha3_fbcheck()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()2788 if (keylen <= crypto_ahash_blocksize(tfm) / 2) { in safexcel_hmac_sha3_setkey()[all …]
69 int bs = crypto_ahash_blocksize(ahash); in sun8i_ss_hmac_setkey()500 int bs = crypto_ahash_blocksize(tfm); in sun8i_ss_hash_run()
360 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()
828 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx()1204 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx()1402 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_first()
492 unsigned int blocksize = crypto_ahash_blocksize(hash); in starfive_hash_setkey()
752 size_t blk_sz = crypto_ahash_blocksize(tfm); in kmb_ocs_hcu_setkey()
311 if (ctx->keylen > crypto_ahash_blocksize(tfm)) in stm32_hash_write_ctrl()855 rctx->state.blocklen = crypto_ahash_blocksize(tfm) + sizeof(u32); in stm32_hash_init()
1742 const unsigned int blocksize = crypto_ahash_blocksize(tfm); in test_hash_vs_generic_impl()