Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_blocksize (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/crypto/
Dcts.c80 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()
Dblkcipher.c303 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()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c65 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()
Dgss_krb5_wrap.c177 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()
/linux-4.4.14/include/linux/
Dcrypto.h1211 static inline unsigned int crypto_blkcipher_blocksize( in crypto_blkcipher_blocksize() function
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c97 blksize = crypto_blkcipher_blocksize(tfm); in aes_get_sizes()
/linux-4.4.14/fs/ecryptfs/
Dcrypto.c2141 cipher_blocksize = crypto_blkcipher_blocksize(desc.tfm); in ecryptfs_set_f_namelen()
Dkeystore.c661 s->block_size = crypto_blkcipher_blocksize(s->desc.tfm); in ecryptfs_write_tag_70_packet()