Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c97 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) {
363 if (toktype == KG_TOK_SEAL_MSG) {
391 if (toktype == KG_TOK_SEAL_MSG) {
410 if (toktype == KG_TOK_SEAL_MSG) {
439 if (toktype == KG_TOK_SEAL_MSG) {
457 if (toktype == KG_TOK_SEAL_MSG) {
[all …]
H A Dk5seal.c111 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()
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()
H A Dseal.c66 output_message_buffer, KG_TOK_SEAL_MSG));
H A Dunseal.c56 conf_state, qop_state, KG_TOK_SEAL_MSG));
H A Dk5sealv3.c106 ASSERT(toktype != KG_TOK_SEAL_MSG || ctx->enc != 0); in gss_krb5int_make_seal_token_v3()
366 ASSERT(toktype != KG_TOK_SEAL_MSG || ctx->enc != 0); in gss_krb5int_unseal_token_v3()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h98 #define KG_TOK_SEAL_MSG 0x0201 macro