HomeSort by relevance Sort by last modified time
    Searched refs:toktype (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
k5unseal.c 64 conf_state, qop_state, toktype)
73 int toktype;
100 if (toktype == KG_TOK_SEAL_MSG) {
118 if ((toktype != KG_TOK_SEAL_MSG) &&
128 if ((toktype == KG_TOK_SEAL_MSG) &&
157 if (toktype != KG_TOK_SEAL_MSG)
205 if (toktype == KG_TOK_SEAL_MSG) {
209 KRB5_LOG0(KRB5_INFO, "kg_unseal_v1() toktype == KG_TOK_SEAL_MSG\n");
307 } else if (toktype == KG_TOK_SIGN_MSG) {
308 KRB5_LOG0(KRB5_INFO, "kg_unseal_v1() toktype == KG_TOK_SIGN_MSG\n")
    [all...]
k5seal.c 70 int toktype,
114 if (encrypt || (!bigend && (toktype == KG_TOK_SEAL_MSG)))
118 if (toktype == KG_TOK_SEAL_MSG) {
143 g_make_token_header((gss_OID) oid, 14+cksum_size+tmsglen, &ptr, toktype);
150 if ((toktype == KG_TOK_SEAL_MSG) && encrypt) {
176 if (toktype != KG_TOK_SEAL_MSG)
372 input_message_buffer, conf_state, output_message_buffer, toktype)
380 int toktype;
433 conf_req_flag, toktype, ctx->big_endian,
440 conf_req_flag, toktype);
    [all...]
k5sealv3.c 93 int conf_req_flag, int toktype)
109 ASSERT(toktype != KG_TOK_SEAL_MSG || ctx->enc != 0);
113 key_usage = (toktype == KG_TOK_WRAP_MSG
146 if (toktype == KG_TOK_WRAP_MSG && conf_req_flag) {
225 } else if (toktype == KG_TOK_WRAP_MSG && !conf_req_flag) {
261 if (toktype == KG_TOK_WRAP_MSG) {
307 if (toktype == KG_TOK_WRAP_MSG) {
320 } else if (toktype == KG_TOK_MIC_MSG) {
324 } else if (toktype == KG_TOK_DEL_CTX) {
356 int *conf_state, int *qop_state, int toktype)
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 224 static Exprtype toktype; variable
950 toktype = EOP;
953 case '.': toktype = Dot; break;
954 case '*': toktype = Star; break;
955 case '+': toktype = Plus; break;
956 case '?': toktype = Quest; break;
957 case '[': toktype = Charclass; break;
958 case '|': toktype = Alternate; break;
959 case '(': toktype = Lpar; break;
960 case ')': toktype = Rpar; break
    [all...]
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
auto_comp.c 180 * toktype, which is used to index an ac_tokinfo_t array to get the
184 * toktype - the token's type
196 * toktype - token type
242 ac_toktype_t toktype; member in struct:ac_tokinfo
255 ac_toktype_t toktype; member in struct:ac_tvlist
310 * Note: We use toktype to index into this array, so for each toktype,
312 * as that toktype is defined in ac_toktype.
1002 ac_toktype_t toktype; local
1019 toktype = clistp->toktype
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
gssapiP_krb5.h 299 int toktype);
307 int toktype);
680 int toktype);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
accept_sec_context.c 1171 int toktype; local
    [all...]

Completed in 3839 milliseconds