Searched refs:vmbuf (Results 1 – 6 of 6) sorted by relevance
109 gssapi_vm2gssbuf(vchar_t *vmbuf, gss_buffer_t gsstoken) in gssapi_vm2gssbuf() argument112 gsstoken->value = racoon_malloc(vmbuf->l); in gssapi_vm2gssbuf()115 memcpy(gsstoken->value, vmbuf->v, vmbuf->l); in gssapi_vm2gssbuf()116 gsstoken->length = vmbuf->l; in gssapi_vm2gssbuf()122 gssapi_gss2vmbuf(gss_buffer_t gsstoken, vchar_t **vmbuf) in gssapi_gss2vmbuf() argument125 *vmbuf = vmalloc(gsstoken->length); in gssapi_gss2vmbuf()126 if (*vmbuf == NULL) in gssapi_gss2vmbuf()128 memcpy((*vmbuf)->v, gsstoken->value, gsstoken->length); in gssapi_gss2vmbuf()129 (*vmbuf)->l = gsstoken->length; in gssapi_gss2vmbuf()690 vchar_t *vmbuf; in gssapi_get_id() local[all …]
85 libracoon_la-vmbuf.lo libracoon_la-sockmisc.lo \285 include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-vmbuf.Plo@am__quote@620 libracoon_la-vmbuf.lo: vmbuf.c621 …libracoon_la-vmbuf.lo -MD -MP -MF $(DEPDIR)/libracoon_la-vmbuf.Tpo -c -o libracoon_la-vmbuf.lo `te…622 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo625 …ibracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`…
5 include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
33 src/racoon/vmbuf.c \
49 src/racoon/vmbuf.c \
365 * src/racoon/Makefile.am: From Paul Wernau: vmbuf.h was defined