Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dcbc.h19 unsigned int bsize = crypto_skcipher_blocksize(tfm); in crypto_cbc_encrypt_segment()
41 unsigned int bsize = crypto_skcipher_blocksize(tfm); in crypto_cbc_encrypt_inplace()
84 unsigned int bsize = crypto_skcipher_blocksize(tfm); in crypto_cbc_decrypt_segment()
108 unsigned int bsize = crypto_skcipher_blocksize(tfm); in crypto_cbc_decrypt_inplace()
Dskcipher.h301 static inline unsigned int crypto_skcipher_blocksize( in crypto_skcipher_blocksize() function
310 return crypto_skcipher_blocksize(&tfm->base); in crypto_sync_skcipher_blocksize()
/Linux-v5.4/crypto/
Dcts.c107 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt()
153 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt()
188 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt()
247 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt()
304 bsize = crypto_skcipher_blocksize(cipher); in crypto_cts_init_tfm()
Dalgif_skcipher.c59 unsigned int bs = crypto_skcipher_blocksize(tfm); in _skcipher_recvmsg()
Dskcipher.c468 walk->blocksize = crypto_skcipher_blocksize(tfm); in skcipher_walk_skcipher()
Dtestmgr.c2697 const unsigned int blocksize = crypto_skcipher_blocksize(tfm); in test_skcipher_vs_generic_impl()
2768 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) { in test_skcipher_vs_generic_impl()
2771 crypto_skcipher_blocksize(generic_tfm)); in test_skcipher_vs_generic_impl()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst17 …crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_s…
/Linux-v5.4/drivers/crypto/marvell/
Dcipher.c415 unsigned int blksize = crypto_skcipher_blocksize(tfm); in mv_cesa_skcipher_req_init()
/Linux-v5.4/security/keys/encrypted-keys/
Dencrypted.c92 blksize = crypto_skcipher_blocksize(tfm); in aes_get_sizes()
/Linux-v5.4/drivers/md/
Ddm-crypt.c334 unsigned bs = crypto_skcipher_blocksize(any_tfm(cc)); in crypt_iv_benbi_ctr()
702 if (crypto_skcipher_blocksize(any_tfm(cc)) != cc->iv_size) { in crypt_iv_eboiv_ctr()
Ddm-integrity.c3358 blocksize = crypto_skcipher_blocksize(ic->journal_crypt); in create_journal()
/Linux-v5.4/fs/ecryptfs/
Dcrypto.c2102 cipher_blocksize = crypto_skcipher_blocksize(tfm); in ecryptfs_set_f_namelen()
Dkeystore.c652 s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm); in ecryptfs_write_tag_70_packet()