Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 7 of 7) sorted by relevance

/crypto/
Dpcbc.c51 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
76 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
129 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local
156 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
Dcts.c80 int bsize = crypto_blkcipher_blocksize(desc->tfm); in cts_cbc_encrypt() local
130 int bsize = crypto_blkcipher_blocksize(desc->tfm); in crypto_cts_encrypt() local
166 int bsize = crypto_blkcipher_blocksize(desc->tfm); in cts_cbc_decrypt() local
224 int bsize = crypto_blkcipher_blocksize(desc->tfm); in crypto_cts_decrypt() local
Dcbc.c48 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_encrypt_segment() local
72 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_encrypt_inplace() local
120 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_decrypt_segment() local
146 int bsize = crypto_cipher_blocksize(tfm); in crypto_cbc_decrypt_inplace() local
Dctr.c52 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local
73 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local
99 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local
129 unsigned int bsize = crypto_cipher_blocksize(child); in crypto_ctr_crypt() local
Dblkcipher.c73 unsigned int bsize) in blkcipher_done_slow()
149 unsigned int bsize, in blkcipher_next_slow()
229 unsigned int bsize; in blkcipher_walk_next() local
Decb.c46 int bsize = crypto_cipher_blocksize(tfm); in crypto_ecb_crypt() local
Dlrw.c64 int bsize = crypto_cipher_blocksize(child); in setkey() local