Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dalgif_skcipher.c328 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.c536 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_sock_destruct()
Daf_alg.c223 sock_kzfree_s(sk, key, keylen); in alg_setkey()
/Linux-v5.4/net/core/
Dsock.c2176 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s() function
2180 EXPORT_SYMBOL(sock_kzfree_s);
/Linux-v5.4/include/net/
Dsock.h1633 void sock_kzfree_s(struct sock *sk, void *mem, int size);