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()
167 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in _skcipher_recvmsg()
372 sock_kzfree_s(sk, ctx->iv, crypto_skcipher_ivsize(tfm)); in skcipher_sock_destruct()
374 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in skcipher_sock_destruct()
H A Dalgif_aead.c398 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_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()
339 sock_kzfree_s(&ask->sk, key_data, key_datalen); in alg_setkey_by_key_serial()
/linux/net/core/
H A Dsock.c2934 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s() function
2938 EXPORT_SYMBOL(sock_kzfree_s);
/linux/include/net/
H A Dsock.h1904 void sock_kzfree_s(struct sock *sk, void *mem, int size);