Home
last modified time | relevance | path

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

/linux/crypto/
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()
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()
A Decb.c20 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt()
A Dofb.c22 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt()
A Dcipher.c68 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one()
A Dcfb.c33 return crypto_cipher_blocksize(skcipher_cipher_simple(tfm)); in crypto_cfb_bsize()
A Ddrbg.c1769 BUG_ON(drbg_blocklen(drbg) != crypto_cipher_blocksize(tfm)); in drbg_init_sym_kernel()
A Dtestmgr.c2659 k += crypto_cipher_blocksize(tfm)) { in test_cipher()
/linux/Documentation/crypto/
A Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/linux/include/crypto/internal/
A Dcipher.h109 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() function

Completed in 19 milliseconds