Searched refs:vrealloc (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | vmbuf.h | 69 extern vchar_t *vrealloc(vchar_t *, size_t);
|
| D | vmbuf.c | 75 vrealloc(vchar_t *ptr, size_t size) in vrealloc() function
|
| D | debugrm.h | 91 #define vrealloc(old, sz) \ macro
|
| D | debugrm.c | 234 p = vrealloc(ptr, size); in DRM_vrealloc()
|
| D | isakmp_frag.c | 393 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) { in isakmp_frag_addcap()
|
| D | isakmp.c | 1465 result = vrealloc(result, result->l * 2); in isakmp_parsewoh() 2412 buf = vrealloc(buf0, oldlen + tlen); in isakmp_add_attr_v() 2442 buf = vrealloc(buf0, oldlen + tlen); in isakmp_add_attr_l()
|
| D | ipsec_doi.c | 2968 p = vrealloc(p, p->l + sizeof(*trns) + attrlen); in setph2proposal0() 3106 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l); in ipsecdoi_setph2proposal() 3749 new = vrealloc(new, tlen + len); in set_identifier_qual()
|
| D | isakmp_inf.c | 1020 buf = vrealloc(buf0, buf0->l + tlen); in isakmp_add_pl_n()
|
| D | oakley.c | 646 res = vrealloc(res, l + this->l); in oakley_compute_keymat_x()
|
| D | pfkey.c | 358 buf = vrealloc(buf, bl + ml); in pfkey_dump_sadb()
|
| /netbsd/src/crypto/dist/ipsec-tools/ |
| D | ChangeLog.old | 1183 * src/racoon/vmbuf.c: bugfix in vrealloc()
|