Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcipher.c28 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()
Dblkcipher.c377 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()
Dablkcipher.c226 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_next()
269 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_first()
Dtestmgr.c592 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()
/Linux-v4.19/include/linux/
Dcrypto.h695 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function
851 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()
/Linux-v4.19/include/crypto/
Dhash.h291 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()
Daead.h255 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
Dskcipher.h362 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
Dalgapi.h263 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ablkcipher.c339 ctx->dev->align_size = crypto_tfm_alg_alignmask(tfm) + 1; in rk_ablk_cra_init()