Searched defs:crypto_tfm_alg_alignmask (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dcrypto.h530 static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm) function
626 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm));
770 return crypto_tfm_alg_alignmask(crypto_aead_tfm(tfm));
945 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm));
1070 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm));
1166 return crypto_tfm_alg_alignmask(crypto_hash_tfm(tfm));

Completed in 114 milliseconds