Home
last modified time | relevance | path

Searched refs:sock_kzfree_s (Results 1 – 6 of 6) sorted by relevance

/linux/crypto/
H A Dalgif_skcipher.c75 sock_kzfree_s(sk, ctx->state, statesize); in algif_skcipher_export()
162 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in _skcipher_recvmsg()
367 sock_kzfree_s(sk, ctx->iv, crypto_skcipher_ivsize(tfm)); in skcipher_sock_destruct()
369 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in skcipher_sock_destruct()
H A Dalgif_hash.c59 sock_kzfree_s(sk, ctx->result, ds); in hash_free_result()
H A Daf_alg.c226 sock_kzfree_s(sk, key, keylen); in alg_setkey()
341 sock_kzfree_s(&ask->sk, key_data, key_datalen); in alg_setkey_by_key_serial()
H A Dalgif_aead.c518 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_sock_destruct()
/linux/net/core/
H A Dsock.c2815 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s() function
2819 EXPORT_SYMBOL(sock_kzfree_s);
/linux/include/net/
H A Dsock.h1785 void sock_kzfree_s(struct sock *sk, void *mem, int size);