Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
A Dcipher.h116 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
/linux/include/crypto/
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()
A Daead.h270 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
A Dalgapi.h186 crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
A Dskcipher.h310 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
/linux/include/linux/
A Dcrypto.h688 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function
/linux/drivers/crypto/rockchip/
A Drk3288_crypto_skcipher.c386 ctx->dev->align_size = crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)) + 1; in rk_ablk_init_tfm()

Completed in 15 milliseconds