Searched defs:qop_state (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
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/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);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c949 gss_qop_t qop_state; local
1127 &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...]
/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);
/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/gss_mechs/mech_spnego/mech/
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...]

Completed in 92 milliseconds