Searched refs:crypto_blkcipher_blocksize (Results 1 – 8 of 8) sorted by relevance
80 int bsize = crypto_blkcipher_blocksize(desc->tfm); in cts_cbc_encrypt()130 int bsize = crypto_blkcipher_blocksize(desc->tfm); in crypto_cts_encrypt()166 int bsize = crypto_blkcipher_blocksize(desc->tfm); in cts_cbc_decrypt()225 int bsize = crypto_blkcipher_blocksize(desc->tfm); in crypto_cts_decrypt()
303 walk->walk_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_virt()315 walk->walk_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_phys()354 walk->cipher_blocksize = crypto_blkcipher_blocksize(desc->tfm); in blkcipher_walk_virt_block()
65 if (length % crypto_blkcipher_blocksize(tfm) != 0) in krb5_encrypt()99 if (length % crypto_blkcipher_blocksize(tfm) != 0) in krb5_decrypt()430 fraglen = thislen & (crypto_blkcipher_blocksize(desc->desc.tfm) - 1); in encryptor()468 BUG_ON((buf->len - offset) % crypto_blkcipher_blocksize(tfm) != 0); in gss_encrypt_xdr_buf()510 fraglen = thislen & (crypto_blkcipher_blocksize(desc->desc.tfm) - 1); in decryptor()544 BUG_ON((buf->len - offset) % crypto_blkcipher_blocksize(tfm) != 0); in gss_decrypt_xdr_buf()669 blocksize = crypto_blkcipher_blocksize(cipher); in gss_krb5_aes_encrypt()785 blocksize = crypto_blkcipher_blocksize(cipher); in gss_krb5_aes_decrypt()
177 blocksize = crypto_blkcipher_blocksize(kctx->enc); in gss_wrap_kerberos_v1()374 blocksize = crypto_blkcipher_blocksize(kctx->enc); in gss_unwrap_kerberos_v1()476 blocksize = crypto_blkcipher_blocksize(kctx->acceptor_enc); in gss_wrap_kerberos_v2()
1211 static inline unsigned int crypto_blkcipher_blocksize( in crypto_blkcipher_blocksize() function
97 blksize = crypto_blkcipher_blocksize(tfm); in aes_get_sizes()
2141 cipher_blocksize = crypto_blkcipher_blocksize(desc.tfm); in ecryptfs_set_f_namelen()
661 s->block_size = crypto_blkcipher_blocksize(s->desc.tfm); in ecryptfs_write_tag_70_packet()