Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dcipher.c27 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()
49 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()
68 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_crypt_unaligned()
81 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_encrypt_unaligned()
95 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_decrypt_unaligned()
112 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
114 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
Dblkcipher.c378 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()
399 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()
482 unsigned long align = crypto_tfm_alg_alignmask(tfm) + 1; in crypto_init_blkcipher_ops_sync()
Dablkcipher.c233 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_next()
276 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_first()
Dctr.c320 align = crypto_tfm_alg_alignmask(tfm); in crypto_rfc3686_init_tfm()
Dccm.c454 align = crypto_tfm_alg_alignmask(tfm); in crypto_ccm_init_tfm()
Dtestmgr.c405 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_hash()
819 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_aead()
1172 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_skcipher()
Dgcm.c673 align = crypto_tfm_alg_alignmask(tfm); in crypto_gcm_init_tfm()
/linux-4.1.27/include/linux/
Dcrypto.h789 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function
962 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()
1314 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
1747 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_alignmask()
2032 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
2206 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm)); in crypto_hash_alignmask()
/linux-4.1.27/include/crypto/
Dhash.h260 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()
644 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
Dalgapi.h212 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()