Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_blocksize (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/crypto/qce/
Dsha.c153 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
185 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
245 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update()
381 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_hmac_setkey()
Dcommon.c239 unsigned int blocksize = crypto_tfm_alg_blocksize(async_req->tfm); in qce_setup_regs_ahash()
/linux-4.1.27/include/linux/
Dcrypto.h784 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function
956 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_blocksize()
1309 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm)); in crypto_aead_blocksize()
1741 return crypto_tfm_alg_blocksize(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_blocksize()
2027 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
2201 return crypto_tfm_alg_blocksize(crypto_hash_tfm(tfm)); in crypto_hash_blocksize()
/linux-4.1.27/crypto/
Dcipher.c69 unsigned int size = crypto_tfm_alg_blocksize(tfm); in cipher_crypt_unaligned()
Dablkcipher.c235 if (unlikely(n < crypto_tfm_alg_blocksize(tfm))) { in ablkcipher_walk_next()
302 walk->blocksize = crypto_tfm_alg_blocksize(req->base.tfm); in ablkcipher_walk_phys()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-sha.c65 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_sha_update()
155 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_sha_init()
Dccp-crypto-aes-cmac.c66 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_cmac_update()
/linux-4.1.27/include/crypto/
Dhash.h658 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h256 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function
/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c519 int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
796 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
1236 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx()
1436 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
/linux-4.1.27/drivers/crypto/
Dtalitos.c1703 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_process_req()
1882 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_setkey()
Dsahara.c964 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in sahara_sha_prepare_request()
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c1102 ctx->blocksize = crypto_tfm_alg_blocksize(tfm); in cryp_cra_init()