Searched refs:toktype (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | k5unseal.c | 61 conf_state, qop_state, toktype) in kg_unseal_v1() argument 70 int toktype; 97 if (toktype == KG_TOK_SEAL_MSG) { 115 if ((toktype != KG_TOK_SEAL_MSG) && 125 if ((toktype == KG_TOK_SEAL_MSG) && 154 if (toktype != KG_TOK_SEAL_MSG) 202 if (toktype == KG_TOK_SEAL_MSG) { 304 } else if (toktype == KG_TOK_SIGN_MSG) { 363 if (toktype == KG_TOK_SEAL_MSG) { 391 if (toktype == KG_TOK_SEAL_MSG) { [all …]
|
H A D | k5sealv3.c | 90 int conf_req_flag, int toktype) in gss_krb5int_make_seal_token_v3() argument 106 ASSERT(toktype != KG_TOK_SEAL_MSG || ctx->enc != 0); in gss_krb5int_make_seal_token_v3() 110 key_usage = (toktype == KG_TOK_WRAP_MSG in gss_krb5int_make_seal_token_v3() 143 if (toktype == KG_TOK_WRAP_MSG && conf_req_flag) { in gss_krb5int_make_seal_token_v3() 222 } else if (toktype == KG_TOK_WRAP_MSG && !conf_req_flag) { 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 [all …]
|
H A D | k5seal.c | 67 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);
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 224 static Exprtype toktype; variable 950 toktype = EOP; in lex() 953 case '.': toktype = Dot; break; in lex() 954 case '*': toktype = Star; break; in lex() 955 case '+': toktype = Plus; break; in lex() 956 case '?': toktype = Quest; break; in lex() 957 case '[': toktype = Charclass; break; in lex() 958 case '|': toktype = Alternate; break; in lex() 959 case '(': toktype = Lpar; break; in lex() 960 case ')': toktype = Rpar; break; in lex() [all …]
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | gssapiP_krb5.h | 296 int toktype); 304 int toktype); 675 int toktype);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | accept_sec_context.c | 1222 int toktype; local 1274 toktype = KG_TOK_CTX_ERROR; 1282 g_make_token_header(mech_used, tmsglen, &ptr, toktype);
|