Symbol: ibuf_new
regress/sbin/iked/parser/test_parser_fuzz.c
455
ASSERT_PTR_NE(fuzzed = ibuf_new(fuzz_ptr(fuzz), fuzz_len(fuzz)),
regress/sbin/iked/parser/test_parser_fuzz.c
486
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
503
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
522
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
541
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
560
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
579
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
598
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
617
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
636
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
655
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
674
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
693
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
712
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
731
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
750
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
769
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
788
ASSERT_PTR_NE(data = ibuf_new(cookies, sizeof(cookies)), NULL);
regress/sbin/iked/parser/test_parser_fuzz.c
807
ASSERT_PTR_NE(data = ibuf_new(valid_packet, sizeof(valid_packet)),
sbin/iked/ca.c
1070
if ((env->sc_certreq = ibuf_new(NULL, 0)) == NULL)
sbin/iked/ca.c
1429
buf = ibuf_new(d, len);
sbin/iked/ca.c
1455
if ((id->id_buf = ibuf_new(NULL, len)) == NULL)
sbin/iked/ca.c
1477
if ((id->id_buf = ibuf_new(NULL, len)) == NULL)
sbin/iked/ca.c
1524
if ((id->id_buf = ibuf_new(NULL, len)) == NULL)
sbin/iked/ca.c
1546
if ((id->id_buf = ibuf_new(NULL, len)) == NULL)
sbin/iked/ca.c
1798
if ((idp.id_buf = ibuf_new(id->id_data, id->id_length)) == NULL)
sbin/iked/ca.c
2077
if ((sanid.id_buf = ibuf_new(data, len))
sbin/iked/ca.c
2101
if ((retid->id_buf = ibuf_new(data, len)) == NULL) {
sbin/iked/ca.c
936
if ((authmsg = ibuf_new(ptr, len)) == NULL)
sbin/iked/config.c
1135
if ((id.id_buf = ibuf_new((uint8_t *)imsg->data + sizeof(id),
sbin/iked/crypto.c
310
if ((hash->hash_key = ibuf_new(key, keylen)) == NULL) {
sbin/iked/crypto.c
491
if ((encr->encr_key = ibuf_new(key, keylen)) == NULL) {
sbin/iked/crypto.c
508
encr->encr_iv = ibuf_new(iv, encr->encr_ivlength);
sbin/iked/crypto.c
519
encr->encr_iv = ibuf_new(&encr->encr_civ, sizeof(encr->encr_civ));
sbin/iked/crypto.c
570
nonce = ibuf_new(ibuf_seek(encr->encr_key,
sbin/iked/crypto.c
784
if ((dsa->dsa_keydata = ibuf_new(key, keylen)) == NULL) {
sbin/iked/dh.c
399
buf = ibuf_new(NULL, dh_getlen(group));
sbin/iked/dh.c
417
buf = ibuf_new(NULL, dh_secretlen(group));
sbin/iked/dh.c
802
buf = ibuf_new(NULL, need);
sbin/iked/dh.c
820
buf = ibuf_new(NULL, need);
sbin/iked/dh.c
875
buf = ibuf_new(NULL, len);
sbin/iked/eap.c
225
if ((sa->sa_eap.id_buf = ibuf_new(ms->msc_challenge,
sbin/iked/iked.h
1389
ibuf_new(const void *, size_t);
sbin/iked/ikev2.c
1059
if ((buf = ibuf_new(NULL, 0)) == NULL)
sbin/iked/ikev2.c
1503
vendor_id = ibuf_new(IKED_VENDOR_ID, strlen(IKED_VENDOR_ID));
sbin/iked/ikev2.c
1848
if ((id->id_buf = ibuf_new(&hdr, sizeof(hdr))) == NULL)
sbin/iked/ikev2.c
345
env->sc_certreq = ibuf_new(ptr,
sbin/iked/ikev2.c
3460
vendor_id = ibuf_new(IKED_VENDOR_ID, strlen(IKED_VENDOR_ID));
sbin/iked/ikev2.c
371
if (len > 0 && (id->id_buf = ibuf_new(ptr, len)) == NULL) {
sbin/iked/ikev2.c
3865
if ((sa->sa_eapmsk = ibuf_new(NULL, MSCHAP_MSK_SZ)) == NULL) {
sbin/iked/ikev2.c
424
if (len <= 0 || (id->id_buf = ibuf_new(ptr, len)) == NULL) {
sbin/iked/ikev2.c
473
if (len <= 0 || (id->id_buf = ibuf_new(ptr, len)) == NULL) {
sbin/iked/ikev2.c
503
(id->id_buf = ibuf_new(ptr, len)) == NULL) {
sbin/iked/ikev2.c
5810
if ((ninr = ibuf_new(ibuf_data(sa->sa_inonce), ilen)) == NULL ||
sbin/iked/ikev2.c
5834
if ((skeyseed = ibuf_new(NULL, hash_keylength(prf))) == NULL) {
sbin/iked/ikev2.c
5866
if ((s = ibuf_new(ibuf_data(sa->sa_inonce), ilen)) == NULL ||
sbin/iked/ikev2.c
5982
if ((t = ibuf_new(NULL, 0)) == NULL) {
sbin/iked/ikev2.c
5995
t2 = ibuf_new(NULL, 0);
sbin/iked/ikev2.c
5996
t1 = ibuf_new(NULL, hash_keylength(prf));
sbin/iked/ikev2.c
6236
if ((seed = ibuf_new(NULL, 0)) == NULL) {
sbin/iked/ikev2.c
6977
if ((idp.id_buf = ibuf_new(id->id_data, id->id_length)) == NULL) {
sbin/iked/ikev2_msg.c
1133
if ((buf = ibuf_new(NULL, dsa_length(dsa))) == NULL) {
sbin/iked/ikev2_msg.c
302
if ((new = ibuf_new(&natt, sizeof(natt))) == NULL) {
sbin/iked/ikev2_msg.c
464
if ((out = ibuf_new(NULL,
sbin/iked/ikev2_msg.c
532
if ((tmp = ibuf_new(NULL, hash_keylength(sa->sa_integr))) == NULL)
sbin/iked/ikev2_msg.c
622
if ((tmp = ibuf_new(NULL, hash_keylength(sa->sa_integr))) == NULL)
sbin/iked/ikev2_msg.c
673
if ((out = ibuf_new(NULL, cipher_outlength(sa->sa_encr,
sbin/iked/ikev2_msg.c
883
if ((e = ibuf_new(data, MINIMUM(left, max_len))) == NULL) {
sbin/iked/ikev2_msg.c
95
if ((msg.msg_data = ibuf_new(buf + off, len - off)) == NULL)
sbin/iked/ikev2_pld.c
1021
if ((msg->msg_nonce = ibuf_new(buf, len)) == NULL) {
sbin/iked/ikev2_pld.c
1305
if ((msg->msg_cookie2 = ibuf_new(buf, left)) == NULL) {
sbin/iked/ikev2_pld.c
1326
if ((msg->msg_cookie = ibuf_new(buf, left)) == NULL) {
sbin/iked/ikev2_pld.c
1451
msg->msg_parent->msg_del_buf = ibuf_new(buf, len);
sbin/iked/ikev2_pld.c
1682
if ((e = ibuf_new(buf, len)) == NULL)
sbin/iked/ikev2_pld.c
1775
if ((e = ibuf_new(NULL, sa_frag->frag_total_size)) == NULL) {
sbin/iked/ikev2_pld.c
1848
if ((e = ibuf_new(buf, len)) == NULL)
sbin/iked/ikev2_pld.c
2128
if ((msg->msg_parent->msg_eapmsg = ibuf_new(eap, eap_len))
sbin/iked/ikev2_pld.c
694
if ((msg->msg_parent->msg_ke = ibuf_new(buf, len)) == NULL) {
sbin/iked/ikev2_pld.c
749
if ((idb.id_buf = ibuf_new(ptr, len)) == NULL)
sbin/iked/ikev2_pld.c
858
if ((certid->id_buf = ibuf_new(buf, len)) == NULL) {
sbin/iked/ikev2_pld.c
925
if ((cr->cr_data = ibuf_new(buf, len)) == NULL) {
sbin/iked/ikev2_pld.c
992
if ((idp->id_buf = ibuf_new(buf, len)) == NULL)
sbin/iked/imsg_util.c
88
return (ibuf_new(ibuf_data(&tmp), ibuf_size(&tmp)));
sbin/iked/imsg_util.c
96
return (ibuf_new(ibuf_data(buf), ibuf_size(buf)));
sbin/iked/radius.c
235
(req->rr_state = ibuf_new(attrval, attrlen)) == NULL) {
sbin/iked/radius.c
248
if ((req->rr_sa->sa_eapmsk = ibuf_new(eapmsk,
sbin/iked/radius.c
276
if ((req->rr_sa->sa_eapclass = ibuf_new(attrval,
sbin/iked/radius.c
320
if ((e = ibuf_new(NULL, attrlen)) == NULL) {