Home
last modified time | relevance | path

Searched refs:crypto_cipher_blocksize (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/crypto/
Dpcbc.c50 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment()
72 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace()
120 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment()
144 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace()
Dctr.c58 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final()
78 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment()
104 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace()
134 unsigned int bsize = crypto_cipher_blocksize(child); in crypto_ctr_crypt()
Decb.c46 int bsize = crypto_cipher_blocksize(tfm); in crypto_ecb_crypt()
Dcfb.c41 return crypto_cipher_blocksize(child); in crypto_cfb_bsize()
Ddrbg.c1665 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); in drbg_init_sym_kernel()
Dtestmgr.c1072 k += crypto_cipher_blocksize(tfm)) { in test_cipher()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/Linux-v4.19/include/linux/
Dcrypto.h1519 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function
/Linux-v4.19/drivers/md/
Ddm-crypt.c386 if (crypto_cipher_blocksize(essiv_tfm) != cc->iv_size) { in alloc_essiv_cipher()