Searched refs:qop_state (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dunseal.c39 conf_state, qop_state
49 int *qop_state;
56 conf_state, qop_state, KG_TOK_SEAL_MSG));
63 conf_state, qop_state)
69 gss_qop_t *qop_state;
80 if (!rstat && qop_state)
81 *qop_state = (gss_qop_t) qstate;
H A Dverify.c38 qop_state
47 int *qop_state;
54 NULL, qop_state, KG_TOK_SIGN_MSG));
61 qop_state)
66 gss_qop_t *qop_state;
74 if (!rstat && qop_state)
75 *qop_state = (gss_qop_t) qstate;
H A Dk5unseal.c61 conf_state, qop_state, toktype)
69 int *qop_state;
594 if (qop_state)
595 *qop_state = GSS_C_QOP_DEFAULT;
651 message_buffer, conf_state, qop_state, toktype)
657 int *qop_state;
718 message_buffer, conf_state, qop_state,
724 conf_state, qop_state, toktype);
H A Dk5sealv3.c353 int *conf_state, int *qop_state, int toktype)
370 if (qop_state)
371 *qop_state = GSS_C_QOP_DEFAULT;
348 gss_krb5int_unseal_token_v3(krb5_context *contextptr, OM_uint32 *minor_status, krb5_gss_ctx_id_rec *ctx, unsigned char *ptr, int bodysize, gss_buffer_t message_buffer, int *conf_state, int *qop_state, int toktype) argument
/illumos-gate/usr/src/lib/libgss/
H A Dg_unseal.c38 qop_state)
45 int * qop_state;
90 qop_state);
108 qop_state)
115 gss_qop_t * qop_state;
120 output_message_buffer, conf_state, (int *) qop_state));
H A Dg_verify.c37 qop_state)
43 int * qop_state;
76 qop_state);
93 qop_state)
99 gss_qop_t * qop_state;
104 (gss_buffer_t)token_buffer, (int *) qop_state));
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/
H A Dkrb5mech.c61 int *, /* qop_state */
80 int *, /* qop_state */
251 output_message_buffer, conf_state, qop_state, gssd_ctx_verifier)
258 int *qop_state;
263 conf_state, qop_state, gssd_ctx_verifier));
270 token_buffer, qop_state, gssd_ctx_verifier)
276 int *qop_state;
283 qop_state, gssd_ctx_verifier));
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c225 message_buffer, token_buffer, qop_state,
232 int *qop_state;
258 *qop_state = GSS_C_QOP_DEFAULT;
305 conf_state, qop_state, gssd_ctx_verifier)
312 int *qop_state;
342 *qop_state = GSS_C_QOP_DEFAULT;
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h355 gss_qop_t *qop_state
500 gss_qop_t *qop_state
534 gss_qop_t *qop_state
553 gss_qop_t *qop_state,
H A Dspnego_mech.c564 gss_qop_t qop_state; local
571 mic_in, &qop_state);
2267 gss_qop_t *qop_state)
2275 qop_state);
2549 gss_qop_t *qop_state)
2556 qop_state);
2626 gss_qop_t *qop_state)
2635 qop_state);
2663 gss_qop_t *qop_state,
2671 qop_state,
2261 spnego_gss_unwrap( OM_uint32 *minor_status, gss_ctx_id_t context_handle, gss_buffer_t input_message_buffer, gss_buffer_t output_message_buffer, int *conf_state, gss_qop_t *qop_state) argument
2544 spnego_gss_verify_mic( OM_uint32 *minor_status, const gss_ctx_id_t context_handle, const gss_buffer_t msg_buffer, const gss_buffer_t token_buffer, gss_qop_t *qop_state) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c115 int* /* qop_state */
134 int* /* qop_state */
213 gss_qop_t * /* qop_state */
232 gss_qop_t * /* qop_state */
989 message_buffer, token_buffer, qop_state)
995 gss_qop_t *qop_state;
998 message_buffer, token_buffer, qop_state));
1047 output_message_buffer, conf_state, qop_state)
1054 int *qop_state;
1058 conf_state, qop_state));
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c596 message_buffer, token_buffer, qop_state)
602 int *qop_state;
626 if (qop_state)
627 *qop_state = GSS_C_QOP_DEFAULT;
678 conf_state, qop_state)
685 int *qop_state;
713 if (qop_state)
714 *qop_state = GSS_C_QOP_DEFAULT;
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c1359 qop_state,
1366 int *qop_state;
1403 if (qop_state != NULL)
1404 *qop_state = 0;
1414 if (qop_state != NULL)
1415 *qop_state = res.qop_state;
1427 int *qop_state)
1433 message_buffer, token_buffer, qop_state));
1557 qop_state,
1423 kgss_verify(OM_uint32 *minor_status, gss_ctx_id_t context_handle, gss_buffer_t message_buffer, gss_buffer_t token_buffer, int *qop_state) argument
1644 kgss_unseal(OM_uint32 *minor_status, gss_ctx_id_t context_handle, gss_buffer_t input_message_buffer, gss_buffer_t output_message_buffer, int *conf_state, int *qop_state) argument
[all...]
H A Dgssdtest.c1448 int qop_state; local
1483 &qop_state,
1504 printf(gettext("quality of protection = %d \n\n"), qop_state);
1619 int qop_state; local
1655 &qop_state,
1671 printf(gettext("quality of protection = %d\n\n"), qop_state);
H A Dgssd_proc.c1900 &res->qop_state);
2052 &res->qop_state);
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c71 gss_buffer_t, gss_buffer_t, int *qop_state, OM_uint32);
77 gss_buffer_t, gss_buffer_t, int *conf_state, int *qop_state,
1694 int *qop_state,
1740 if (qop_state != NULL)
1741 *qop_state = 0;
1753 if (qop_state != NULL)
1754 *qop_state = res.qop_state;
1768 int *qop_state)
1773 message_buffer, token_buffer, qop_state));
1689 kgss_verify_wrapped(void *private, OM_uint32 *minor_status, const gss_ctx_id_t ctx_handle, const gss_buffer_t message_buffer, const gss_buffer_t token_buffer, int *qop_state, OM_uint32 gssd_context_verifier) argument
1764 kgss_verify(OM_uint32 *minor_status, const gss_ctx_id_t context_handle, const gss_buffer_t message_buffer, const gss_buffer_t token_buffer, int *qop_state) argument
1894 kgss_unseal_wrapped(void *private, OM_uint32 *minor_status, const gss_ctx_id_t ctx_handle, const gss_buffer_t input_message_buffer, gss_buffer_t output_message_buffer, int *conf_state, int *qop_state, OM_uint32 gssd_context_verifier) argument
1991 kgss_unseal(OM_uint32 *minor_status, const gss_ctx_id_t context_handle, const gss_buffer_t input_message_buffer, const gss_buffer_t output_message_buffer, int *conf_state, int *qop_state) argument
[all...]
H A Dgssd.x262 int qop_state; /* quality of protection */
291 int qop_state; /* quality of prot. provided */
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c572 int qop_state = 0; local
579 major = gss_verify(&minor, ap->context, &msg_buf, &tok_buf, &qop_state);
599 int qop_state; local
628 major = gss_verify(&minor, ap->context, &msg_buf, &tok_buf, &qop_state);
H A Dsvc_rpcsec_gss.c1083 check_verf(msg, context, qop_state)
1086 int *qop_state;
1134 qop_state);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h303 int *qop_state,
425 int* /* qop_state */
450 int* /* qop_state */
531 gss_qop_t * /* qop_state */
550 gss_qop_t * /* qop_state */
674 int *conf_state, int *qop_state,
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c985 int qop_state = 0; local
995 &qop_state);
1021 int qop_state; local
1053 &qop_state);
H A Dsvc_rpcsec_gss.c1406 check_verf(struct rpc_msg *msg, gss_ctx_id_t context, int *qop_state, uid_t uid) argument
1453 qop_state);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c949 gss_qop_t qop_state; local
1127 &qop_state);

Completed in 136 milliseconds