Home
last modified time | relevance | path

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

123

/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_unwrap_aead.c39 gss_qop_t *qop_state) in val_unwrap_aead_args() argument
72 gss_qop_t *qop_state) in gssint_unwrap_aead_iov_shim() argument
96 qop_state, iov, i); in gssint_unwrap_aead_iov_shim()
121 gss_qop_t *qop_state) in gssint_unwrap_aead() argument
137 qop_state); in gssint_unwrap_aead()
148 qop_state); in gssint_unwrap_aead()
161 int *conf_state, gss_qop_t *qop_state) in gss_unwrap_aead() argument
171 conf_state, qop_state); in gss_unwrap_aead()
189 output_payload_buffer, conf_state, qop_state); in gss_unwrap_aead()
H A Dg_unwrap_iov.c36 gss_qop_t *qop_state, in val_unwrap_iov_args() argument
63 int *conf_state, gss_qop_t *qop_state, in gss_unwrap_iov() argument
73 conf_state, qop_state, iov, iov_count); in gss_unwrap_iov()
93 qop_state, in gss_unwrap_iov()
110 gss_qop_t *qop_state, gss_iov_buffer_desc *iov, in gss_verify_mic_iov() argument
118 qop_state, iov, iov_count); in gss_verify_mic_iov()
132 qop_state, iov, iov_count); in gss_verify_mic_iov()
H A Dg_unseal.c35 int *conf_state, gss_qop_t *qop_state) in gss_unwrap() argument
80 qop_state); in gss_unwrap()
91 (gss_qop_t *)qop_state); in gss_unwrap()
106 gss_buffer_t output_message_buffer, int *conf_state, int *qop_state) in gss_unseal() argument
110 output_message_buffer, conf_state, (gss_qop_t *) qop_state)); in gss_unseal()
H A Dg_verify.c34 gss_qop_t *qop_state) in gss_verify_mic() argument
70 qop_state); in gss_verify_mic()
85 int *qop_state) in gss_verify() argument
89 (gss_qop_t *) qop_state)); in gss_verify()
/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);
/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/crypto/krb5/src/lib/gssapi/krb5/
H A Dk5unsealiov.c39 gss_qop_t *qop_state, in kg_unseal_v1_iov() argument
248 if (qop_state != NULL) in kg_unseal_v1_iov()
249 *qop_state = GSS_C_QOP_DEFAULT; in kg_unseal_v1_iov()
278 gss_qop_t *qop_state, in kg_unseal_iov_token() argument
334 conf_state, qop_state, toktype); in kg_unseal_iov_token()
341 conf_state, qop_state, toktype); in kg_unseal_iov_token()
363 gss_qop_t *qop_state, in kg_unseal_stream_iov() argument
556 major_status = kg_unseal_iov_token(&code, ctx, conf_state, qop_state, in kg_unseal_stream_iov()
576 gss_qop_t *qop_state, in kg_unseal_iov() argument
591 code = kg_unseal_stream_iov(minor_status, ctx, conf_state, qop_state, in kg_unseal_iov()
[all …]
H A Dverify_mic.c137 gss_qop_t *qop_state) in krb5_gss_verify_mic() argument
145 if (qop_state != NULL) in krb5_gss_verify_mic()
146 *qop_state = GSS_C_QOP_DEFAULT; in krb5_gss_verify_mic()
/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()
/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()
/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/krb5/src/lib/rpc/
H A Dauthgss_prot.c194 gss_qop_t qop_state; in xdr_rpc_gss_unwrap_data() local
217 &wrapbuf, &qop_state); in xdr_rpc_gss_unwrap_data()
220 if (maj_stat != GSS_S_COMPLETE || qop_state != qop) { in xdr_rpc_gss_unwrap_data()
234 &conf_state, &qop_state); in xdr_rpc_gss_unwrap_data()
239 if (maj_stat != GSS_S_COMPLETE || qop_state != qop || 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()
/freebsd/crypto/krb5/src/lib/gssapi/spnego/
H A DgssapiP_spnego.h287 gss_qop_t *qop_state
383 gss_qop_t *qop_state
449 gss_qop_t *qop_state
468 gss_qop_t *qop_state,
680 gss_qop_t *qop_state,

123