Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dalgif_skcipher.c68 statesize = crypto_skcipher_statesize(tfm); in algif_skcipher_export()
162 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in _skcipher_recvmsg()
369 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in skcipher_sock_destruct()
H A Dskcipher.c469 crypto_skcipher_statesize(tfm)); in crypto_lskcipher_export()
482 crypto_skcipher_statesize(tfm)); in crypto_lskcipher_import()
540 reqsize += crypto_skcipher_statesize(skcipher); in crypto_skcipher_init_tfm()
/linux-6.15/include/crypto/
H A Dskcipher.h505 static inline unsigned int crypto_skcipher_statesize( in crypto_skcipher_statesize() function