Home
last modified time | relevance | path

Searched refs:crypto_lskcipher_alignmask (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/crypto/
H A Dlskcipher.c35 unsigned long alignmask = crypto_lskcipher_alignmask(tfm); in lskcipher_setkey_unaligned()
56 unsigned long alignmask = crypto_lskcipher_alignmask(tfm); in crypto_lskcipher_setkey()
130 unsigned long alignmask = crypto_lskcipher_alignmask(tfm); in crypto_lskcipher_crypt()
/linux-6.15/include/crypto/
H A Dskcipher.h540 static inline unsigned int crypto_lskcipher_alignmask( in crypto_lskcipher_alignmask() function