Home
last modified time | relevance | path

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

/linux/crypto/
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()
A Dskcipher.c668 crypto_skcipher_statesize(tfm)); in crypto_lskcipher_export()
681 crypto_skcipher_statesize(tfm)); in crypto_lskcipher_import()
739 reqsize += crypto_skcipher_statesize(skcipher); in crypto_skcipher_init_tfm()
/linux/include/crypto/
A Dskcipher.h498 static inline unsigned int crypto_skcipher_statesize( in crypto_skcipher_statesize() function

Completed in 17 milliseconds