Searched refs:crypto_tfm_alg_alignmask (Results 1 – 10 of 10) sorted by relevance
28 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()50 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()69 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_crypt_unaligned()82 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_encrypt_unaligned()96 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_decrypt_unaligned()113 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()115 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
377 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()398 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()477 unsigned long align = crypto_tfm_alg_alignmask(tfm) + 1; in crypto_init_blkcipher_ops_sync()
226 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_next()269 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_first()
592 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_hash()1005 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_aead()1367 alignmask = crypto_tfm_alg_alignmask(&tfm->base); in test_skcipher()
695 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function851 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()1241 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_alignmask()1526 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
291 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()714 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
255 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
362 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
263 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
339 ctx->dev->align_size = crypto_tfm_alg_alignmask(tfm) + 1; in rk_ablk_cra_init()