Searched refs:crypto_skcipher_blocksize (Results 1 – 19 of 19) sorted by relevance
20 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()
103 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()
487 walk->blocksize = crypto_skcipher_blocksize(tfm); in skcipher_walk_skcipher()
1121 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed()1338 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed()
3084 const unsigned int blocksize = crypto_skcipher_blocksize(tfm); in test_skcipher_vs_generic_impl()3169 if (blocksize != crypto_skcipher_blocksize(generic_tfm)) { in test_skcipher_vs_generic_impl()3172 crypto_skcipher_blocksize(generic_tfm)); in test_skcipher_vs_generic_impl()
298 static inline unsigned int crypto_skcipher_blocksize( in crypto_skcipher_blocksize() function330 return crypto_skcipher_blocksize(&tfm->base); in crypto_sync_skcipher_blocksize()
17 …crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize crypto_skcipher_blocksize crypto_s…
223 crypto_skcipher_blocksize(sk.tfm), in test_skcipher()
262 unsigned int blocksize = crypto_skcipher_blocksize(tfm); in qce_skcipher_crypt()
30 unsigned int bs = crypto_skcipher_blocksize(tfm); in rk_cipher_need_fallback()
427 unsigned int blksize = crypto_skcipher_blocksize(tfm); in mv_cesa_skcipher_req_init()
97 blksize = crypto_skcipher_blocksize(tfm); in aes_get_sizes()
659 unsigned int blocksize_align = crypto_skcipher_blocksize(tfm) - 1; in starfive_aes_crypt()
2050 cipher_blocksize = crypto_skcipher_blocksize(tfm); in ecryptfs_set_f_namelen()
655 s->block_size = crypto_skcipher_blocksize(s->skcipher_tfm); in ecryptfs_write_tag_70_packet()
369 bs = crypto_skcipher_blocksize(any_tfm(cc)); in crypt_iv_benbi_ctr()740 if (crypto_skcipher_blocksize(any_tfm(cc)) != cc->iv_size) { in crypt_iv_eboiv_ctr()
3884 blocksize = crypto_skcipher_blocksize(ic->journal_crypt); in create_journal()
1263 (req->cryptlen % crypto_skcipher_blocksize(tfm))) { in process_cipher()1266 else if (req->cryptlen % crypto_skcipher_blocksize(tfm) && in process_cipher()
1113 !IS_ALIGNED(req->cryptlen, crypto_skcipher_blocksize(skcipher))) in atmel_aes_crypt()