Searched refs:crypto_tfm_alg_blocksize (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/crypto/internal/
H A Dcipher.h111 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm));
/linux-master/include/crypto/
H A Daead.h301 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm));
H A Dhash.h343 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
744 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm));
H A Dskcipher.h459 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm));
475 return crypto_tfm_alg_blocksize(crypto_lskcipher_tfm(tfm));
/linux-master/include/linux/
H A Dcrypto.h465 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) function
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-sha.c66 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
190 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
H A Dccp-crypto-aes-cmac.c63 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
/linux-master/drivers/crypto/qce/
H A Dsha.c195 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
343 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
H A Dcommon.c155 unsigned int blocksize = crypto_tfm_alg_blocksize(async_req->tfm);
/linux-master/drivers/crypto/bcm/
H A Dcipher.c659 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm);
901 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash));
1000 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash));
2320 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash));
2422 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
2472 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
4092 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm);
/linux-master/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c260 block = crypto_tfm_alg_blocksize(tfm);
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c1675 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm));
1767 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm));
1846 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm));
1949 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm));
2042 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm));
2206 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
2327 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm));
/linux-master/drivers/crypto/ccree/
H A Dcc_hash.c561 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base);
743 blocksize = crypto_tfm_alg_blocksize(&ahash->base);
1156 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base);
/linux-master/drivers/crypto/
H A Dtalitos.c1657 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
1682 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
1988 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
2224 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
H A Dsahara.c879 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c368 rctx->blksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
/linux-master/drivers/crypto/axis/
H A Dartpec6_crypto.c1314 size_t blocksize = crypto_tfm_alg_blocksize(
2244 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c1205 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c3314 unsigned int blocksize = crypto_tfm_alg_blocksize(&ahash->base);
3547 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1);
3999 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1);
4216 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) -
H A Dcaamhash.c429 int blocksize = crypto_tfm_alg_blocksize(&ahash->base);
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1137 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));

Completed in 302 milliseconds