Searched refs:sock_kzfree_s (Results 1 – 6 of 6) sorted by relevance
/linux/crypto/ |
H A D | algif_skcipher.c | 75 sock_kzfree_s(sk, ctx->state, statesize); in algif_skcipher_export() 162 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in _skcipher_recvmsg() 367 sock_kzfree_s(sk, ctx->iv, crypto_skcipher_ivsize(tfm)); in skcipher_sock_destruct() 369 sock_kzfree_s(sk, ctx->state, crypto_skcipher_statesize(tfm)); in skcipher_sock_destruct()
|
H A D | algif_hash.c | 59 sock_kzfree_s(sk, ctx->result, ds); in hash_free_result()
|
H A D | af_alg.c | 226 sock_kzfree_s(sk, key, keylen); in alg_setkey() 341 sock_kzfree_s(&ask->sk, key_data, key_datalen); in alg_setkey_by_key_serial()
|
H A D | algif_aead.c | 518 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_sock_destruct()
|
/linux/net/core/ |
H A D | sock.c | 2846 void sock_kzfree_s(struct sock *sk, void *mem, int size) in sock_kzfree_s() function 2850 EXPORT_SYMBOL(sock_kzfree_s);
|
/linux/include/net/ |
H A D | sock.h | 1810 void sock_kzfree_s(struct sock *sk, void *mem, int size);
|