Searched refs:M_SECA (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkeydb.c54 MALLOC_DEFINE(M_SECA, "key mgmt", "security associations, key management");
68 p = (struct secpolicy *)_MALLOC(sizeof(*p), M_SECA, M_WAITOK);
80 _FREE(p, M_SECA);
94 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, M_NOWAIT);
97 p = (struct secashead *)_MALLOC(sizeof(*p), M_SECA, M_WAITOK);
114 _FREE(p, M_SECA);
129 p = (struct secasvar *)_MALLOC(sizeof(*p), M_SECA, M_WAITOK);
168 _FREE(p, M_SECA);
183 p = (struct secreplay *)_MALLOC(sizeof(*p), M_SECA, M_NOWAIT);
186 p = (struct secreplay *)_MALLOC(sizeof(*p), M_SECA, M_WAITO
[all...]
H A Dkey.c368 ((p) = (t) _MALLOC((u_int32_t)(n), M_SECA, M_WAITOK))
370 ((p) = (t) _MALLOC((u_int32_t)(n), M_SECA, M_NOWAIT))
372 _FREE((caddr_t)(p), M_SECA);
376 ((p) = (t)_MALLOC((u_int32_t)(n), M_SECA, M_WAITOK)); \
382 ((p) = (t)_MALLOC((u_int32_t)(n), M_SECA, M_NOWAIT)); \
390 _FREE((caddr_t)(p), M_SECA); \
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Desp_rijndael.c284 sp_aligned = (u_int8_t *)_MALLOC(MAX_REALIGN_LEN, M_SECA, M_DONTWAIT);
323 FREE(sp_aligned, M_SECA);
479 sp_aligned = (u_int8_t *)_MALLOC(MAX_REALIGN_LEN, M_SECA, M_DONTWAIT);
528 FREE(sp_aligned, M_SECA);
H A Desp_core.c248 sav->sched = _MALLOC(sav->schedlen, M_SECA, M_DONTWAIT);
260 FREE(sav->sched, M_SECA);
653 sbuf = (u_int8_t *)_MALLOC(blocklen, M_SECA, M_DONTWAIT);
754 FREE(sbuf, M_SECA);
886 sbuf = (u_int8_t *)_MALLOC(blocklen, M_SECA, M_DONTWAIT);
985 FREE(sbuf, M_SECA);
H A Dipsec.c1399 p = (struct inpcbpolicy *)_MALLOC(sizeof(*p), M_SECA, M_WAITOK);
1406 FREE(p, M_SECA);
1508 M_SECA, M_WAITOK);
1537 FREE(p, M_SECA);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h174 #define M_SECA 81 /* security associations, key management */ macro

Completed in 190 milliseconds