Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dalgif_skcipher.c332 sock_kzfree_s(sk, ctx->iv, crypto_skcipher_ivsize(tfm)); in skcipher_sock_destruct()
Dalgif_hash.c64 sock_kzfree_s(sk, ctx->result, ds); in hash_free_result()
Dalgif_aead.c540 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_sock_destruct()
Daf_alg.c226 sock_kzfree_s(sk, key, keylen); in alg_setkey()
/Linux-v4.19/net/core/
Dsock.c2014 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s() function
2018 EXPORT_SYMBOL(sock_kzfree_s);
/Linux-v4.19/include/net/
Dsock.h1594 void sock_kzfree_s(struct sock *sk, void *mem, int size);