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()
379 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()400 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()483 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()
415 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_hash()838 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_aead()1204 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_skcipher()
656 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function829 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()1220 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_alignmask()1505 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()1679 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm)); in crypto_hash_alignmask()
265 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()663 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
252 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
268 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
215 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()