Home
last modified time | relevance | path

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

12

/freebsd-14-stable/crypto/heimdal/lib/gssapi/krb5/
HDverify_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 …]
HDunwrap.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()
HDaeap.c65 gss_qop_t *qop_state,
76 conf_state, qop_state, iov, iov_count);
HDarcfour.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()
HDcfx.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-14-stable/lib/libgssapi/
HDgss_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()
HDgss_verify.c36 int *qop_state) in gss_verify() argument
41 (gss_qop_t *)qop_state)); in gss_verify()
HDgss_unseal.c37 int *qop_state) in gss_unseal() argument
42 output_message_buffer, conf_state, (gss_qop_t *)qop_state)); in gss_unseal()
HDgss_unwrap.c40 gss_qop_t *qop_state) in gss_unwrap() argument
47 conf_state, qop_state)); in gss_unwrap()
/freebsd-14-stable/crypto/heimdal/lib/gssapi/mech/
HDgss_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()
HDgss_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()
HDgss_verify.c36 int *qop_state) in gss_verify() argument
41 (gss_qop_t *)qop_state)); in gss_verify()
HDgss_unseal.c37 int *qop_state) in gss_unseal() argument
42 output_message_buffer, conf_state, (gss_qop_t *)qop_state)); in gss_unseal()
HDgss_unwrap.c37 gss_qop_t *qop_state) in gss_unwrap() argument
44 conf_state, qop_state)); in gss_unwrap()
/freebsd-14-stable/sys/kgssapi/
HDgss_verify_mic.c47 gss_qop_t *qop_state) in gss_verify_mic() argument
67 maj_stat = KGSS_VERIFY_MIC(ctx, minor_status, m, mic, qop_state); in gss_verify_mic()
77 struct mbuf *m, struct mbuf *mic, gss_qop_t *qop_state) in gss_verify_mic_mbuf() argument
85 return (KGSS_VERIFY_MIC(ctx, minor_status, m, mic, qop_state)); in gss_verify_mic_mbuf()
HDgss_unwrap.c48 gss_qop_t *qop_state) in gss_unwrap() argument
63 maj_stat = KGSS_UNWRAP(ctx, minor_status, &m, conf_state, qop_state); in gss_unwrap()
87 gss_qop_t *qop_state) in gss_unwrap_mbuf() argument
95 return (KGSS_UNWRAP(ctx, minor_status, mp, conf_state, qop_state)); in gss_unwrap_mbuf()
HDkgss_if.m67 gss_qop_t *qop_state;
84 gss_qop_t *qop_state;
/freebsd-14-stable/lib/librpcsec_gss/
HDrpcsec_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()
HDrpcsec_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-14-stable/sys/rpc/rpcsec_gss/
HDrpcsec_gss_prot.c231 u_int seq_num, conf_state, qop_state; in xdr_rpc_gss_unwrap_data() local
274 message, mic, &qop_state); in xdr_rpc_gss_unwrap_data()
277 if (maj_stat != GSS_S_COMPLETE || qop_state != qop) { in xdr_rpc_gss_unwrap_data()
294 &conf_state, &qop_state); in xdr_rpc_gss_unwrap_data()
302 if (qop_state != qop || conf_state != TRUE) { in xdr_rpc_gss_unwrap_data()
/freebsd-14-stable/crypto/heimdal/lib/gssapi/ntlm/
HDcrypto.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()
HDntlm-private.h253 gss_qop_t * qop_state );
261 gss_qop_t * qop_state );
/freebsd-14-stable/crypto/heimdal/lib/gssapi/spnego/
HDcontext_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,
HDspnego-private.h265 gss_qop_t * qop_state );
282 gss_qop_t * qop_state );
/freebsd-14-stable/crypto/heimdal/lib/gssapi/
HDtest_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