Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dalgif_skcipher.c317 sock_kzfree_s(sk, ctx->iv, crypto_skcipher_ivsize(tfm)); in skcipher_sock_destruct()
Dalgif_hash.c59 sock_kzfree_s(sk, ctx->result, ds); in hash_free_result()
Dalgif_aead.c530 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_sock_destruct()
Daf_alg.c220 sock_kzfree_s(sk, key, keylen); in alg_setkey()
/linux-6.1.9/net/core/
Dsock.c2651 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/
Dsock.h1889 void sock_kzfree_s(struct sock *sk, void *mem, int size);