Searched refs:sock_kzfree_s (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/crypto/ |
D | algif_skcipher.c | 317 sock_kzfree_s(sk, ctx->iv, crypto_skcipher_ivsize(tfm)); in skcipher_sock_destruct()
|
D | algif_hash.c | 59 sock_kzfree_s(sk, ctx->result, ds); in hash_free_result()
|
D | algif_aead.c | 530 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_sock_destruct()
|
D | af_alg.c | 220 sock_kzfree_s(sk, key, keylen); in alg_setkey()
|
/linux-6.1.9/net/core/ |
D | sock.c | 2651 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s() function 2655 EXPORT_SYMBOL(sock_kzfree_s);
|
/linux-6.1.9/include/net/ |
D | sock.h | 1889 void sock_kzfree_s(struct sock *sk, void *mem, int size);
|