Searched refs:intoken (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Djgssapi_server.java94 byte[] intoken = getMessage(inStream);
99 intoken, 0, intoken.length, new MessageProp(0, false));
138 intoken = new byte[] { 0x66, 0x6f, 0x6f };
139 outtoken = context.wrap(intoken, 0, intoken.length, new MessageProp(0, true));
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dst/
H A Dgssapi.h96 dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken,
105 * 'intoken' is a token received from the acceptor, or NULL if
122 isc_region_t *intoken, isc_buffer_t **outtoken,
131 * 'intoken' is a token received from the initiator
H A Ddst.h474 dst_key_t **keyp, isc_region_t *intoken);
/macosx-10.9.5/xnu-2422.115.4/osfmk/gssd/
H A Dgssd_mach.defs59 in intoken : gssd_byte_buffer;
77 in intoken : gssd_byte_buffer;
105 in intoken : gssd_byte_buffer;
126 in intoken : gssd_byte_buffer;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dtkey.h126 isc_buffer_t *intoken, isc_uint32_t lifetime,
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dgssapictx.c550 dst_gssapi_initctx(dns_name_t *name, isc_buffer_t *intoken, argument
579 if (intoken != NULL) {
581 REGION_TO_GBUFFER(*intoken, gintoken);
630 UNUSED(intoken);
643 isc_region_t *intoken, isc_buffer_t **outtoken,
660 REGION_TO_GBUFFER(*intoken, gintoken);
788 UNUSED(intoken);
641 dst_gssapi_acceptctx(gss_cred_id_t cred, const char *gssapi_keytab, isc_region_t *intoken, isc_buffer_t **outtoken, gss_ctx_id_t *ctxout, dns_name_t *principal, isc_mem_t *mctx) argument
H A Dtkey.c437 isc_region_t intoken; local
465 intoken.base = tkeyin->key;
466 intoken.length = tkeyin->keylen;
478 &intoken,
504 &dstkey, &intoken));
1008 isc_buffer_t *intoken, isc_uint32_t lifetime,
1018 UNUSED(intoken);
1251 isc_buffer_t intoken; local
1295 isc_buffer_init(&intoken, rtkey.key, rtkey.keylen);
1296 RETERR(dst_gssapi_initctx(gname, &intoken, outtoke
1007 dns_tkey_buildgssquery(dns_message_t *msg, dns_name_t *name, dns_name_t *gname, isc_buffer_t *intoken, isc_uint32_t lifetime, gss_ctx_id_t *context, isc_boolean_t win2k, isc_mem_t *mctx, char **err_message) argument
1383 isc_buffer_t intoken, outtoken; local
[all...]
H A Ddst_api.c707 dst_key_t **keyp, isc_region_t *intoken)
720 if (intoken != NULL) {
726 intoken->length));
727 RETERR(isc_buffer_copyregion(key->key_tkeytoken, intoken));
706 dst_key_fromgssapi(dns_name_t *name, gss_ctx_id_t gssctx, isc_mem_t *mctx, dst_key_t **keyp, isc_region_t *intoken) argument
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs.h85 uint8_t *intoken; member in struct:gssdProxyPB
103 user_addr_t intoken; member in struct:user_gssdProxyPB
/macosx-10.9.5/gssd-62/
H A Dgssd.c2431 gss_buffer_desc intoken = {itokenCnt, itoken}; local
2454 spnego_win2k_hack(&intoken);
2466 &intoken, /* Token from context acceptor */
2890 gss_buffer_desc intoken = {itokenCnt, itoken}; local
2905 &intoken, // Token from context initiator
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Detags.c240 #define intoken(c) (_itk[CHAR(c)]) /* c can be in token (see midtk) */ macro
1858 iswhite(i) = notinname(i) = begtoken(i) = intoken(i) = endtoken(i) = FALSE;
1864 for (sp = midtk; *sp != '\0'; sp++) intoken (*sp) = TRUE;
1865 intoken('\0') = intoken('\n');
3620 else if (intoken (c))
4213 for (cp = dbp + 1; *cp != '\0' && intoken (*cp); cp++)
5403 for (end = dbp; *end != '\0' && intoken (*end); end++)
5426 inanchor = (lowcase (dbp[1]) == 'a' && !intoken (dbp[2]));
5446 if (lowcase (dbp[1]) == 'a' && !intoken (db
[all...]

Completed in 82 milliseconds