Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dcipher.h116 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
/openbmc/linux/include/crypto/
H A Dhash.h348 return crypto_tfm_alg_alignmask(crypto_ahash_tfm(tfm)); in crypto_ahash_alignmask()
804 return crypto_tfm_alg_alignmask(crypto_shash_tfm(tfm)); in crypto_shash_alignmask()
H A Daead.h294 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
H A Dalgapi.h200 return crypto_tfm_ctx_align(tfm, crypto_tfm_alg_alignmask(tfm) + 1); in crypto_tfm_ctx_aligned()
H A Dskcipher.h336 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
/openbmc/linux/include/linux/
H A Dcrypto.h470 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function