Searched refs:crypto_tfm_alg_alignmask (Results 1 – 10 of 10) sorted by relevance
27 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()
378 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()
233 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_next()276 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_first()
320 align = crypto_tfm_alg_alignmask(tfm); in crypto_rfc3686_init_tfm()
454 align = crypto_tfm_alg_alignmask(tfm); in crypto_ccm_init_tfm()
405 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()
673 align = crypto_tfm_alg_alignmask(tfm); in crypto_gcm_init_tfm()
789 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function962 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()
260 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()
212 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()