Home
last modified time | relevance | path

Searched refs:toktype (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c61 conf_state, qop_state, toktype) in kg_unseal_v1() argument
70 int toktype;
97 if (toktype == KG_TOK_SEAL_MSG) {
154 if (toktype != KG_TOK_SEAL_MSG)
579 if (toktype == KG_TOK_SEAL_MSG) {
619 if (toktype == KG_TOK_SEAL_MSG) {
659 int toktype;
692 switch (toktype) {
703 toktype2 = toktype;
707 toktype2 = toktype;
[all …]
H A Dk5sealv3.c90 int conf_req_flag, int toktype) in gss_krb5int_make_seal_token_v3() argument
110 key_usage = (toktype == KG_TOK_WRAP_MSG in gss_krb5int_make_seal_token_v3()
258 if (toktype == KG_TOK_WRAP_MSG) { in gss_krb5int_make_seal_token_v3()
304 if (toktype == KG_TOK_WRAP_MSG) { in gss_krb5int_make_seal_token_v3()
317 } else if (toktype == KG_TOK_MIC_MSG) { in gss_krb5int_make_seal_token_v3()
321 } else if (toktype == KG_TOK_DEL_CTX) { in gss_krb5int_make_seal_token_v3()
353 int *conf_state, int *qop_state, int toktype) in gss_krb5int_unseal_token_v3() argument
374 key_usage = (toktype == KG_TOK_WRAP_MSG in gss_krb5int_unseal_token_v3()
427 if (toktype == KG_TOK_WRAP_MSG) { in gss_krb5int_unseal_token_v3()
539 } else if (toktype == KG_TOK_MIC_MSG) { in gss_krb5int_unseal_token_v3()
[all …]
H A Dk5seal.c67 int toktype, in make_seal_token_v1() argument
111 if (encrypt || (!bigend && (toktype == KG_TOK_SEAL_MSG))) in make_seal_token_v1()
115 if (toktype == KG_TOK_SEAL_MSG) { in make_seal_token_v1()
140 g_make_token_header((gss_OID) oid, 14+cksum_size+tmsglen, &ptr, toktype); in make_seal_token_v1()
147 if ((toktype == KG_TOK_SEAL_MSG) && encrypt) { in make_seal_token_v1()
173 if (toktype != KG_TOK_SEAL_MSG) in make_seal_token_v1()
369 input_message_buffer, conf_state, output_message_buffer, toktype) in kg_seal() argument
377 int toktype;
431 conf_req_flag, toktype, ctx->big_endian,
438 conf_req_flag, toktype);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c221 static Exprtype toktype; variable
945 toktype = EOP; in lex()
1045 switch (toktype) { in d3()
1073 if (toktype == Rpar) in d3()
1092 while ((toktype == Star) || (toktype == Plus) || (toktype == Quest)) { in d2()
1093 t = toktype; in d2()
1106 while ((toktype == Literal) || (toktype == Dot) || (toktype == Lpar) || in d1()
1107 (toktype == Backslash) || (toktype == Charclass)) { in d1()
1120 while (toktype == Alternate) { in d0()
1122 if (toktype == EOP) in d0()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h296 int toktype);
304 int toktype);
675 int toktype);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c1220 int toktype; local
1272 toktype = KG_TOK_CTX_ERROR;
1280 g_make_token_header(mech_used, tmsglen, &ptr, toktype);