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() 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 D | algif_aead.c | 398 sock_kzfree_s(sk, ctx->iv, ivlen); in aead_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() 339 sock_kzfree_s(&ask->sk, key_data, key_datalen); in alg_setkey_by_key_serial()
|
| /linux/net/core/ |
| H A D | sock.c | 2934 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 D | sock.h | 1904 void sock_kzfree_s(struct sock *sk, void *mem, int size);
|