Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dauthsspi_prot.c183 u_int seq_num, qop_state; in xdr_rpc_sspi_unwrap_data() local
216 &wrapbuf, &qop_state); in xdr_rpc_sspi_unwrap_data()
218 maj_stat = sspi_verify_mic(ctx, seq, &databuf, &wrapbuf, &qop_state); in xdr_rpc_sspi_unwrap_data()
247 &conf_state, &qop_state); in xdr_rpc_sspi_unwrap_data()
249 maj_stat = sspi_unwrap(ctx, seq, &wrapbuf, &databuf, &conf_state, &qop_state); in xdr_rpc_sspi_unwrap_data()
H A Dauthgss_prot.c179 u_int seq_num, qop_state; in xdr_rpc_gss_unwrap_data() local
205 &wrapbuf, &qop_state); in xdr_rpc_gss_unwrap_data()
208 if (maj_stat != GSS_S_COMPLETE || qop_state != qop) { in xdr_rpc_gss_unwrap_data()
223 &conf_state, &qop_state); in xdr_rpc_gss_unwrap_data()
228 if (maj_stat != GSS_S_COMPLETE || qop_state != qop || in xdr_rpc_gss_unwrap_data()
H A Dauth_sspi.c278 u_int num, qop_state, cur_seq; in authsspi_validate() local
327 &checksum, &qop_state); in authsspi_validate()
329 maj_stat = sspi_verify_mic(&gd->ctx, cur_seq, &signbuf, &checksum, &qop_state); in authsspi_validate()
496 u_int seq, qop_state = 0; in authsspi_refresh() local
505 &bufin, &bufout, &qop_state); in authsspi_refresh()
700 sspi_buffer_desc *bufout, u_int *qop_state) argument
704 sspi_buffer_desc *bufout, u_int *qop_state)
724 return VerifySignature(ctx, &desc, seq, qop_state);
812 u_int *qop_state) argument
817 u_int *qop_state)
[all …]
H A Dauth_gss.c340 u_int num, qop_state; in authgss_validate() local
378 &checksum, &qop_state); in authgss_validate()
379 if (maj_stat != GSS_S_COMPLETE || qop_state != gd->sec.qop) { in authgss_validate()
488 u_int seq, qop_state = 0; in authgss_refresh() local
497 &bufin, &bufout, &qop_state); in authgss_refresh()
500 || qop_state != gd->sec.qop) { in authgss_refresh()
H A Dsvc_auth_gss.c288 OM_uint32 maj_stat, min_stat, qop_state; in svcauth_gss_validate() local
326 &qop_state); in svcauth_gss_validate()
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dauth_sspi.h105 sspi_buffer_desc *bufout, u_int *qop_state);
110 u_int *qop_state);