Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
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()
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()
Decb.c19 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt()
Dofb.c21 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt()
Dcfb.c32 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
Ddrbg.c1752 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); in drbg_init_sym_kernel()
Dtestmgr.c2407 k += crypto_cipher_blocksize(tfm)) { in test_cipher()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/Linux-v5.4/include/linux/
Dcrypto.h1701 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function