Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h116 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h317 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()
750 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
H A Daead.h265 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
H A Dalgapi.h178 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
H A Dskcipher.h310 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_v2_akcipher.c276 alg_ctx->align_size = crypto_tfm_alg_alignmask(&tfm->base) + 1; in rk_rsa_init_tfm()
H A Drk3288_crypto_skcipher.c386 ctx->dev->align_size = crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)) + 1; in rk_ablk_init_tfm()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrypto.h714 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function