Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcipher.c23 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()
45 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()
64 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_crypt_unaligned()
77 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_encrypt_unaligned()
91 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in cipher_decrypt_unaligned()
108 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
110 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
Dblkcipher.c372 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey_unaligned()
393 unsigned long alignmask = crypto_tfm_alg_alignmask(tfm); in setkey()
472 unsigned long align = crypto_tfm_alg_alignmask(tfm) + 1; in crypto_init_blkcipher_ops_sync()
Dablkcipher.c221 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_next()
264 alignmask = crypto_tfm_alg_alignmask(tfm); in ablkcipher_walk_first()
/Linux-v5.4/include/crypto/
Dhash.h294 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()
725 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
Daead.h247 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
Dskcipher.h316 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
Dalgapi.h259 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
/Linux-v5.4/include/linux/
Dcrypto.h863 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function
1019 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_alignmask()
1423 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_alignmask()
1708 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ablkcipher.c387 ctx->dev->align_size = crypto_tfm_alg_alignmask(tfm) + 1; in rk_ablk_cra_init()