Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dcipher.h116 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
/linux/include/crypto/
H A Dskcipher.h537 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
543 return crypto_tfm_alg_alignmask(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_alignmask()
/linux/include/linux/
H A Dcrypto.h457 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function