Home
last modified time | relevance | path

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

12

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dverify_mic.c45 gss_qop_t * qop_state, in verify_mic_des() argument
150 gss_qop_t * qop_state, in verify_mic_des3() argument
293 gss_qop_t * qop_state, in _gsskrb5_verify_mic_internal() argument
304 qop_state); in _gsskrb5_verify_mic_internal()
319 message_buffer, token_buffer, qop_state, key, in _gsskrb5_verify_mic_internal()
327 message_buffer, token_buffer, qop_state, key, in _gsskrb5_verify_mic_internal()
335 qop_state, key, type); in _gsskrb5_verify_mic_internal()
351 gss_qop_t * qop_state in _gsskrb5_verify_mic() argument
359 if (qop_state != NULL) in _gsskrb5_verify_mic()
360 *qop_state = GSS_C_QOP_DEFAULT; in _gsskrb5_verify_mic()
[all …]
H A Dunwrap.c45 gss_qop_t * qop_state, in unwrap_des() argument
221 gss_qop_t * qop_state, in unwrap_des3() argument
420 gss_qop_t * qop_state in _gsskrb5_unwrap() argument
431 if (qop_state != NULL) in _gsskrb5_unwrap()
432 *qop_state = GSS_C_QOP_DEFAULT; in _gsskrb5_unwrap()
439 conf_state, qop_state); in _gsskrb5_unwrap()
457 conf_state, qop_state, key); in _gsskrb5_unwrap()
465 conf_state, qop_state, key); in _gsskrb5_unwrap()
471 conf_state, qop_state, key); in _gsskrb5_unwrap()
H A Daeap.c65 gss_qop_t *qop_state,
76 conf_state, qop_state, iov, iov_count);
H A Darcfour.c262 gss_qop_t * qop_state, in _gssapi_verify_mic_arcfour() argument
273 if (qop_state) in _gssapi_verify_mic_arcfour()
274 *qop_state = 0; in _gssapi_verify_mic_arcfour()
525 gss_qop_t *qop_state, in _gssapi_unwrap_arcfour() argument
543 if (qop_state) in _gssapi_unwrap_arcfour()
544 *qop_state = 0; in _gssapi_unwrap_arcfour()
H A Dcfx.c719 gss_qop_t *qop_state,
997 if (qop_state != NULL) {
998 *qop_state = GSS_C_QOP_DEFAULT;
1376 gss_qop_t *qop_state) in _gssapi_unwrap_cfx() argument
1568 if (qop_state != NULL) { in _gssapi_unwrap_cfx()
1569 *qop_state = GSS_C_QOP_DEFAULT; in _gssapi_unwrap_cfx()
1662 gss_qop_t *qop_state) in _gssapi_verify_mic_cfx() argument
1764 if (qop_state != NULL) { in _gssapi_verify_mic_cfx()
1765 *qop_state = GSS_C_QOP_DEFAULT; in _gssapi_verify_mic_cfx()
/freebsd/lib/libgssapi/
H A Dgss_verify_mic.c39 gss_qop_t *qop_state) in gss_verify_mic() argument
44 if (qop_state) in gss_verify_mic()
45 *qop_state = 0; in gss_verify_mic()
53 message_buffer, token_buffer, qop_state)); in gss_verify_mic()
H A Dgss_verify.c36 int *qop_state) in gss_verify() argument
41 (gss_qop_t *)qop_state)); in gss_verify()
H A Dgss_unseal.c37 int *qop_state) in gss_unseal() argument
42 output_message_buffer, conf_state, (gss_qop_t *)qop_state)); in gss_unseal()
H A Dgss_unwrap.c40 gss_qop_t *qop_state) in gss_unwrap() argument
47 conf_state, qop_state)); in gss_unwrap()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_verify_mic.c36 gss_qop_t *qop_state) in gss_verify_mic() argument
41 if (qop_state) in gss_verify_mic()
42 *qop_state = 0; in gss_verify_mic()
51 message_buffer, token_buffer, qop_state)); in gss_verify_mic()
H A Dgss_aeap.c88 gss_qop_t *qop_state, in gss_unwrap_iov() argument
99 if (qop_state) in gss_unwrap_iov()
100 *qop_state = 0; in gss_unwrap_iov()
112 conf_state, qop_state, in gss_unwrap_iov()
H A Dgss_verify.c36 int *qop_state) in gss_verify() argument
41 (gss_qop_t *)qop_state)); in gss_verify()
H A Dgss_unseal.c37 int *qop_state) in gss_unseal() argument
42 output_message_buffer, conf_state, (gss_qop_t *)qop_state)); in gss_unseal()
H A Dgss_unwrap.c37 gss_qop_t *qop_state) in gss_unwrap() argument
44 conf_state, qop_state)); in gss_unwrap()
/freebsd/sys/kgssapi/
H A Dgss_unwrap.c47 gss_qop_t *qop_state) in gss_unwrap() argument
62 maj_stat = KGSS_UNWRAP(ctx, minor_status, &m, conf_state, qop_state); in gss_unwrap()
86 gss_qop_t *qop_state) in gss_unwrap_mbuf() argument
94 return (KGSS_UNWRAP(ctx, minor_status, mp, conf_state, qop_state)); in gss_unwrap_mbuf()
H A Dgss_verify_mic.c46 gss_qop_t *qop_state) in gss_verify_mic() argument
66 maj_stat = KGSS_VERIFY_MIC(ctx, minor_status, m, mic, qop_state); in gss_verify_mic()
76 struct mbuf *m, struct mbuf *mic, gss_qop_t *qop_state) in gss_verify_mic_mbuf() argument
84 return (KGSS_VERIFY_MIC(ctx, minor_status, m, mic, qop_state)); in gss_verify_mic_mbuf()
H A Dkgss_if.m67 gss_qop_t *qop_state;
84 gss_qop_t *qop_state;
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c166 u_int seq_num, conf_state, qop_state; in xdr_rpc_gss_unwrap_data() local
189 &wrapbuf, &qop_state); in xdr_rpc_gss_unwrap_data()
192 if (maj_stat != GSS_S_COMPLETE || qop_state != qop) { in xdr_rpc_gss_unwrap_data()
205 &conf_state, &qop_state); in xdr_rpc_gss_unwrap_data()
210 if (maj_stat != GSS_S_COMPLETE || qop_state != qop || in xdr_rpc_gss_unwrap_data()
H A Drpcsec_gss.c271 gss_qop_t qop_state; in rpc_gss_validate() local
308 &checksum, &qop_state); in rpc_gss_validate()
309 if (maj_stat != GSS_S_COMPLETE || qop_state != gd->gd_qop) { in rpc_gss_validate()
430 u_int seq, qop_state = 0; in rpc_gss_init() local
441 &bufin, &gd->gd_verf, &qop_state); in rpc_gss_init()
444 qop_state != gd->gd_qop) { in rpc_gss_init()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c230 u_int seq_num, conf_state, qop_state; in xdr_rpc_gss_unwrap_data() local
273 message, mic, &qop_state); in xdr_rpc_gss_unwrap_data()
276 if (maj_stat != GSS_S_COMPLETE || qop_state != qop) { in xdr_rpc_gss_unwrap_data()
293 &conf_state, &qop_state); in xdr_rpc_gss_unwrap_data()
301 if (qop_state != qop || conf_state != TRUE) { in xdr_rpc_gss_unwrap_data()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c346 gss_qop_t * qop_state in _gss_ntlm_verify_mic() argument
351 if (qop_state != NULL) in _gss_ntlm_verify_mic()
352 *qop_state = GSS_C_QOP_DEFAULT; in _gss_ntlm_verify_mic()
535 gss_qop_t * qop_state in _gss_ntlm_unwrap() argument
547 if (qop_state) in _gss_ntlm_unwrap()
548 *qop_state = 0; in _gss_ntlm_unwrap()
H A Dntlm-private.h253 gss_qop_t * qop_state );
261 gss_qop_t * qop_state );
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c177 gss_qop_t * qop_state in _gss_spnego_verify_mic() argument
198 qop_state); in _gss_spnego_verify_mic()
240 gss_qop_t * qop_state in _gss_spnego_unwrap() argument
262 qop_state); in _gss_spnego_unwrap()
670 gss_qop_t *qop_state,
683 conf_state, qop_state,
H A Dspnego-private.h265 gss_qop_t * qop_state );
282 gss_qop_t * qop_state );
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_context.c250 gss_qop_t qop_state; in wrapunwrap() local
263 &output_token2, &conf_state, &qop_state); in wrapunwrap()
287 gss_qop_t qop_state; in wrapunwrap_iov() local
395 &output, &conf_state2, &qop_state); in wrapunwrap_iov()
403 maj_stat = gss_unwrap_iov(&min_stat, sctx, &conf_state2, &qop_state, in wrapunwrap_iov()
423 gss_qop_t qop_state; in getverifymic() local
435 &output_token, &qop_state); in getverifymic()

12