Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dcbc.c20 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment()
48 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace()
95 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_segment()
125 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_inplace()
Dcts.c103 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt()
149 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt()
184 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt()
243 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt()
300 bsize = crypto_skcipher_blocksize(cipher); in crypto_cts_init_tfm()
Dskcipher.c469 walk->blocksize = crypto_skcipher_blocksize(tfm); in skcipher_walk_skcipher()
Dtcrypt.c1118 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed()
1336 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed()
Dtestmgr.c3009 const unsigned int blocksize = crypto_skcipher_blocksize(tfm); in test_skcipher_vs_generic_impl()
3091 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) { in test_skcipher_vs_generic_impl()
3094 crypto_skcipher_blocksize(generic_tfm)); in test_skcipher_vs_generic_impl()
/linux-6.1.9/include/crypto/
Dskcipher.h276 static inline unsigned int crypto_skcipher_blocksize( in crypto_skcipher_blocksize() function
308 return crypto_skcipher_blocksize(&tfm->base); in crypto_sync_skcipher_blocksize()
/linux-6.1.9/Documentation/crypto/
Dapi-skcipher.rst17 …crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_s…
/linux-6.1.9/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c223 crypto_skcipher_blocksize(sk.tfm), in test_skcipher()
/linux-6.1.9/drivers/crypto/qce/
Dskcipher.c262 unsigned int blocksize = crypto_skcipher_blocksize(tfm); in qce_skcipher_crypt()
/linux-6.1.9/drivers/crypto/rockchip/
Drk3288_crypto_skcipher.c20 unsigned int bs = crypto_skcipher_blocksize(tfm); in rk_cipher_need_fallback()
/linux-6.1.9/drivers/crypto/marvell/cesa/
Dcipher.c427 unsigned int blksize = crypto_skcipher_blocksize(tfm); in mv_cesa_skcipher_req_init()
/linux-6.1.9/security/keys/encrypted-keys/
Dencrypted.c97 blksize = crypto_skcipher_blocksize(tfm); in aes_get_sizes()
/linux-6.1.9/drivers/crypto/ux500/cryp/
Dcryp_core.c1063 ctx->blocksize = crypto_skcipher_blocksize(tfm); in cryp_init_tfm()
/linux-6.1.9/fs/ecryptfs/
Dcrypto.c2084 cipher_blocksize = crypto_skcipher_blocksize(tfm); in ecryptfs_set_f_namelen()
Dkeystore.c653 s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm); in ecryptfs_write_tag_70_packet()
/linux-6.1.9/drivers/md/
Ddm-crypt.c363 bs = crypto_skcipher_blocksize(any_tfm(cc)); in crypt_iv_benbi_ctr()
733 if (crypto_skcipher_blocksize(any_tfm(cc)) != cc->iv_size) { in crypt_iv_eboiv_ctr()
Ddm-integrity.c3753 blocksize = crypto_skcipher_blocksize(ic->journal_crypt); in create_journal()
/linux-6.1.9/drivers/crypto/chelsio/
Dchcr_algo.c1263 (req->cryptlen % crypto_skcipher_blocksize(tfm))) { in process_cipher()
1266 else if (req->cryptlen % crypto_skcipher_blocksize(tfm) && in process_cipher()
/linux-6.1.9/drivers/crypto/
Datmel-aes.c1119 !IS_ALIGNED(req->cryptlen, crypto_skcipher_blocksize(skcipher))) in atmel_aes_crypt()