Home
last modified time | relevance | path

Searched refs:KFREE (Results 1 – 25 of 43) sorted by relevance

12

/NextBSD/sys/opencrypto/
HDxform_userland.h35 #define KFREE(ptr, type) free(ptr, type) macro
44 #define KFREE(ptr, type) free(ptr) macro
HDxform_cast5.c105 KFREE(*sched, M_CRYPTO_DATA); in cast5_zerokey()
HDxform_rijndael.c111 KFREE(*sched, M_CRYPTO_DATA); in rijndael128_zerokey()
HDxform_cml.c111 KFREE(*sched, M_CRYPTO_DATA); in cml_zerokey()
HDxform_skipjack.c115 KFREE(*sched, M_CRYPTO_DATA); in skipjack_zerokey()
HDxform_des1.c114 KFREE(*sched, M_CRYPTO_DATA); in des1_zerokey()
HDxform_des3.c117 KFREE(*sched, M_CRYPTO_DATA); in des3_zerokey()
HDxform_blf.c125 KFREE(*sched, M_CRYPTO_DATA); in blf_zerokey()
HDxform_aes_icm.c150 KFREE(*sched, M_CRYPTO_DATA); in aes_icm_zerokey()
HDxform_aes_xts.c162 KFREE(*sched, M_CRYPTO_DATA); in aes_xts_zerokey()
/NextBSD/contrib/ipfilter/
HDip_fil_compat.c1449 KFREE(old);
1457 KFREE(old);
1473 KFREE(old);
1481 KFREE(old);
1497 KFREE(old);
1504 KFREE(old);
1561 KFREE(old);
1577 KFREE(old);
1603 KFREE(old16);
1619 KFREE(old14);
[all …]
HDmli_ipl.c485 KFREE(nif); in nifdetach()
503 KFREE(nif); in nifdetach()
HDradix_ipf.c729 KFREE(found->mymask);
872 KFREE(head);
893 KFREE(softr); in ipf_rx_create()
933 KFREE(softr);
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_dns_pxy.c90 KFREE(idns);
94 KFREE(softd);
136 KFREE(idns);
167 KFREE(tmp);
HDip_auth.c286 KFREE(fae);
295 KFREE(fr);
326 KFREE(softa);
729 KFREE(fr);
788 KFREE(fae);
997 KFREE(fae);
HDip_scan.c124 KFREE(isc);
133 KFREE(isc);
194 KFREE(i);
HDip_pool.c282 KFREE(softp);
360 KFREE(softp);
914 KFREE(x);
980 KFREE(h);
1190 KFREE(ipo);
1270 KFREE(ipn);
HDip_sync.c307 KFREE(softs);
726 KFREE(is);
894 KFREE(sl);
915 KFREE(sl);
960 KFREE(n);
1283 KFREE(sl);
HDip_htable.c174 KFREE(softh);
356 KFREE(iph);
494 KFREE(iph);
713 KFREE(ipe);
947 KFREE(ipe);
HDip_proxy.c389 KFREE(apn);
500 KFREE(ap);
509 KFREE(softp);
874 KFREE(aps);
1142 KFREE(aps);
HDip_ipsec_pxy.c125 KFREE(softi);
179 KFREE(ipsec);
HDip_tftp_pxy.c128 KFREE(softt);
187 KFREE(ti);
HDradix_ipf.c731 KFREE(found->mymask);
874 KFREE(head);
895 KFREE(softr); in ipf_rx_create()
935 KFREE(softr);
/NextBSD/sys/compat/mach/kern/
HDtask.c567 KFREE(addr, size, rt); in task_threads()
582 KFREE(addr, size, rt); in task_threads()
614 KFREE(addr, size, rt); in task_threads()
625 KFREE(addr, size, rt); in task_threads()
630 KFREE(addr, size, rt); in task_threads()
/NextBSD/sys/sys/mach/
HDstd_types.h143 #define KFREE(ptr, size, rt) free((void *)(ptr), M_MACH_KALLOC) macro

12