Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dbpf_crypto_skcipher.c40 return crypto_lskcipher_statesize(tfm); in bpf_crypto_lskcipher_statesize()
H A Dlskcipher.c74 unsigned statesize = crypto_lskcipher_statesize(tfm); in crypto_lskcipher_crypt_unaligned()
/linux-6.15/include/crypto/
H A Dskcipher.h522 static inline unsigned int crypto_lskcipher_statesize( in crypto_lskcipher_statesize() function