Lines Matching refs:hbuf
315 vchar_t *hbuf = NULL; /* for hash computing. */ local
381 hbuf = vmalloc(tlen);
382 if (hbuf == NULL) {
387 p = hbuf->v + iph2->nonce->l; /* retain the space for Ni_b */
484 memcpy(hbuf->v, iph2->nonce->v, iph2->nonce->l);
487 hbuf->l, tlen + iph2->nonce->l);
489 hbuf->l = iph2->nonce->l + tlen;
502 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
529 if (hbuf)
530 vfree(hbuf);
839 vchar_t *hbuf = NULL; /* for hash computing. */ local
908 hbuf = vmalloc(tlen);
909 if (hbuf == NULL) {
914 p = hbuf->v;
1037 hbuf->l = tlen;
1050 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf);
1125 if (hbuf)
1126 vfree(hbuf);