Searched refs:KG_TOK_WRAP_MSG (Results 1 – 4 of 4) sorted by relevance
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()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()
87 output_message_buffer, KG_TOK_WRAP_MSG));
79 conf_state, &qstate, KG_TOK_WRAP_MSG);
100 #define KG_TOK_WRAP_MSG 0x0201 macro