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

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

Completed in 109 milliseconds