Home
last modified time | relevance | path

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

12

/freebsd-9-stable/crypto/heimdal/lib/gssapi/krb5/
Dverify_mic.c45 gss_qop_t * qop_state, in verify_mic_des() argument
138 gss_qop_t * qop_state, in verify_mic_des3() argument
273 gss_qop_t * qop_state, in _gsskrb5_verify_mic_internal() argument
293 message_buffer, token_buffer, qop_state, key, in _gsskrb5_verify_mic_internal()
298 message_buffer, token_buffer, qop_state, key, in _gsskrb5_verify_mic_internal()
306 qop_state, key, type); in _gsskrb5_verify_mic_internal()
311 message_buffer, token_buffer, qop_state, in _gsskrb5_verify_mic_internal()
326 gss_qop_t * qop_state in _gsskrb5_verify_mic() argument
334 if (qop_state != NULL) in _gsskrb5_verify_mic()
335 *qop_state = GSS_C_QOP_DEFAULT; in _gsskrb5_verify_mic()
[all …]
Dv1.c60 int * qop_state in _gsskrb5_verify() argument
67 (gss_qop_t *)qop_state); in _gsskrb5_verify()
95 int * qop_state in _gsskrb5_unseal() argument
103 (gss_qop_t *)qop_state); in _gsskrb5_unseal()
Dunwrap.c45 gss_qop_t * qop_state, in unwrap_des() argument
182 gss_qop_t * qop_state, in unwrap_des3() argument
361 gss_qop_t * qop_state in _gsskrb5_unwrap() argument
375 if (qop_state != NULL) in _gsskrb5_unwrap()
376 *qop_state = GSS_C_QOP_DEFAULT; in _gsskrb5_unwrap()
392 conf_state, qop_state, key); in _gsskrb5_unwrap()
397 conf_state, qop_state, key); in _gsskrb5_unwrap()
403 conf_state, qop_state, key); in _gsskrb5_unwrap()
408 conf_state, qop_state, key); in _gsskrb5_unwrap()
Dprocess_context_token.c47 gss_qop_t qop_state; in _gsskrb5_process_context_token() local
54 qop_state = GSS_C_QOP_DEFAULT; in _gsskrb5_process_context_token()
Dgsskrb5-private.h583 int * qop_state );
592 gss_qop_t * qop_state );
600 int * qop_state );
623 gss_qop_t * qop_state );
Darcfour.c257 gss_qop_t * qop_state, in _gssapi_verify_mic_arcfour() argument
268 if (qop_state) in _gssapi_verify_mic_arcfour()
269 *qop_state = 0; in _gssapi_verify_mic_arcfour()
504 gss_qop_t *qop_state, in _gssapi_unwrap_arcfour() argument
522 if (qop_state) in _gssapi_unwrap_arcfour()
523 *qop_state = 0; in _gssapi_unwrap_arcfour()
Dcfx.c460 gss_qop_t *qop_state, in _gssapi_unwrap_cfx() argument
655 if (qop_state != NULL) { in _gssapi_unwrap_cfx()
656 *qop_state = GSS_C_QOP_DEFAULT; in _gssapi_unwrap_cfx()
760 gss_qop_t *qop_state, in _gssapi_verify_mic_cfx() argument
873 if (qop_state != NULL) { in _gssapi_verify_mic_cfx()
874 *qop_state = GSS_C_QOP_DEFAULT; in _gssapi_verify_mic_cfx()
/freebsd-9-stable/lib/libgssapi/
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()
Dgss_verify.c36 int *qop_state) in gss_verify() argument
41 (gss_qop_t *)qop_state)); in gss_verify()
Dgss_unseal.c37 int *qop_state) in gss_unseal() argument
42 output_message_buffer, conf_state, (gss_qop_t *)qop_state)); in gss_unseal()
Dgss_unwrap.c40 gss_qop_t *qop_state) in gss_unwrap() argument
47 conf_state, qop_state)); in gss_unwrap()
/freebsd-9-stable/sys/kgssapi/
Dgss_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()
Dgss_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()
Dkgss_if.m68 gss_qop_t *qop_state;
85 gss_qop_t *qop_state;
/freebsd-9-stable/crypto/heimdal/lib/gssapi/spnego/
Dcontext_stubs.c178 gss_qop_t * qop_state in _gss_spnego_verify_mic() argument
199 qop_state); in _gss_spnego_verify_mic()
241 gss_qop_t * qop_state in _gss_spnego_unwrap() argument
263 qop_state); in _gss_spnego_unwrap()
661 int * qop_state in _gss_spnego_verify() argument
682 qop_state); in _gss_spnego_verify()
724 int * qop_state in _gss_spnego_unseal() argument
746 qop_state); in _gss_spnego_unseal()
758 gss_qop_t * qop_state)
781 qop_state);
Dspnego-private.h284 int * qop_state );
293 gss_qop_t * qop_state );
301 int * qop_state );
309 gss_qop_t * qop_state );
/freebsd-9-stable/lib/librpcsec_gss/
Drpcsec_gss_prot.c165 u_int seq_num, conf_state, qop_state; in xdr_rpc_gss_unwrap_data() local
188 &wrapbuf, &qop_state); in xdr_rpc_gss_unwrap_data()
191 if (maj_stat != GSS_S_COMPLETE || qop_state != qop) { in xdr_rpc_gss_unwrap_data()
204 &conf_state, &qop_state); in xdr_rpc_gss_unwrap_data()
209 if (maj_stat != GSS_S_COMPLETE || qop_state != qop || in xdr_rpc_gss_unwrap_data()
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-9-stable/sys/rpc/rpcsec_gss/
Drpcsec_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()
Drpcsec_gss.c594 gss_qop_t qop_state; in rpc_gss_validate() local
663 &signbuf, &checksum, &qop_state); in rpc_gss_validate()
665 || qop_state != gd->gd_qop) { in rpc_gss_validate()
860 u_int seq, qop_state = 0; in rpc_gss_init() local
871 &bufin, &gd->gd_verf, &qop_state); in rpc_gss_init()
874 qop_state != gd->gd_qop) { in rpc_gss_init()
/freebsd-9-stable/crypto/heimdal/lib/gssapi/ntlm/
Dcrypto.c348 gss_qop_t * qop_state in _gss_ntlm_verify_mic() argument
353 if (qop_state != NULL) in _gss_ntlm_verify_mic()
354 *qop_state = GSS_C_QOP_DEFAULT; in _gss_ntlm_verify_mic()
536 gss_qop_t * qop_state in _gss_ntlm_unwrap() argument
550 if (qop_state) in _gss_ntlm_unwrap()
551 *qop_state = 0; in _gss_ntlm_unwrap()
Dntlm-private.h235 gss_qop_t * qop_state );
243 gss_qop_t * qop_state );
/freebsd-9-stable/crypto/heimdal/lib/gssapi/
Dtest_context.c197 gss_qop_t qop_state; in wrapunwrap() local
210 &output_token2, &conf_state, &qop_state); in wrapunwrap()
221 gss_qop_t qop_state; in getverifymic() local
233 &output_token, &qop_state); in getverifymic()
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftp/
Dgssapi.c85 gss_qop_t qop_state; in gss_decode() local
97 &qop_state); in gss_decode()
/freebsd-9-stable/crypto/heimdal/appl/ftp/ftpd/
Dgssapi.c85 gss_qop_t qop_state; in gss_decode() local
97 &qop_state); in gss_decode()

12