Searched refs:oidbuf (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Dspnego_locl.h95 u_char oidbuf[17]; member in struct:__anon136
H A Dinit_sec_context.c449 ret = der_put_oid(ctx->oidbuf + sizeof(ctx->oidbuf) - 1,
450 sizeof(ctx->oidbuf),
455 memcmp(ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen,
466 memcmp(ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen,
495 mech.elements = ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtls2.c997 char oids[8192], *oidptr = oids, *oidbuf = NULL; local
1092 oidbuf = LDAP_MALLOC( oidsize );
1093 if ( oidbuf == NULL ) goto nomem;
1094 oidptr = oidbuf;
1096 char *old = oidbuf;
1097 oidbuf = LDAP_REALLOC( oidbuf, oidsize*2 );
1098 if ( oidbuf == NULL ) goto nomem;
1100 if ( old != oidbuf ) {
1102 long dif = oidbuf
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dspnego.c1629 u_char oidbuf[17]; local
1701 ret = der_put_oid(oidbuf + sizeof(oidbuf) - 1,
1702 sizeof(oidbuf),
1706 memcmp(oidbuf + sizeof(oidbuf) - oidlen,

Completed in 168 milliseconds