Home
last modified time | relevance | path

Searched refs:crypto_cipher_blocksize (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dpcbc.c23 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment()
45 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace()
90 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment()
112 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace()
H A Dctr.c30 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final()
50 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment()
76 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace()
102 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt()
H A Decb.c19 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt()
H A Dofb.c21 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt()
H A Dcipher.c66 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one()
H A Dcfb.c32 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
H A Ddrbg.c1745 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); in drbg_init_sym_kernel()
H A Dtestmgr.c2671 k += crypto_cipher_blocksize(tfm)) { in test_cipher()
/kernel/linux/linux-6.6/crypto/
H A Dpcbc.c24 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment()
46 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace()
91 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment()
113 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace()
H A Dctr.c31 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final()
51 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment()
77 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace()
103 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt()
H A Dofb.c22 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt()
H A Dcipher.c68 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one()
H A Decb.c20 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt()
H A Dcfb.c33 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
H A Ddrbg.c1773 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); in drbg_init_sym_kernel()
H A Dtestmgr.c2781 k += crypto_cipher_blocksize(tfm)) { in test_cipher()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcipher.h100 * crypto_cipher_blocksize() - obtain block size for cipher
109 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h829 * crypto_cipher_blocksize() - obtain block size for cipher
838 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function

Completed in 23 milliseconds