Home
last modified time | relevance | path

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

/linux-6.12.1/include/crypto/internal/
Dcipher.h116 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm)); in crypto_cipher_alignmask()
/linux-6.12.1/include/crypto/
Dskcipher.h530 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
536 return crypto_tfm_alg_alignmask(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_alignmask()
Daead.h285 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm)); in crypto_aead_alignmask()
/linux-6.12.1/include/linux/
Dcrypto.h470 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) in crypto_tfm_alg_alignmask() function