/freebsd/sys/kgssapi/ |
H A D | gss_get_mic.c | 44 gss_qop_t qop_req, in gss_get_mic() argument 61 maj_stat = KGSS_GET_MIC(ctx, minor_status, qop_req, m, &mic); in gss_get_mic() 78 gss_qop_t qop_req, struct mbuf *m, struct mbuf **micp) in gss_get_mic_mbuf() argument 86 return (KGSS_GET_MIC(ctx, minor_status, qop_req, m, micp)); in gss_get_mic_mbuf()
|
H A D | gss_wrap.c | 45 gss_qop_t qop_req, in gss_wrap() argument 63 maj_stat = KGSS_WRAP(ctx, minor_status, conf_req_flag, qop_req, in gss_wrap() 85 int conf_req_flag, gss_qop_t qop_req, struct mbuf **mp, int *conf_state) in gss_wrap_mbuf() argument 93 return (KGSS_WRAP(ctx, minor_status, conf_req_flag, qop_req, in gss_wrap_mbuf()
|
H A D | gss_wrap_size_limit.c | 44 gss_qop_t qop_req, in gss_wrap_size_limit() argument 54 qop_req, req_output_size, max_input_size)); in gss_wrap_size_limit()
|
H A D | kgss_if.m | 57 gss_qop_t qop_req; 74 gss_qop_t qop_req; 91 gss_qop_t qop_req;
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | get_mic.c | 43 gss_qop_t qop_req, in mic_des() argument 147 gss_qop_t qop_req, in mic_des3() argument 289 gss_qop_t qop_req, in _gsskrb5_get_mic() argument 303 return _gssapi_mic_cfx (minor_status, ctx, context, qop_req, in _gsskrb5_get_mic() 318 ret = mic_des (minor_status, ctx, context, qop_req, in _gsskrb5_get_mic() 325 ret = mic_des3 (minor_status, ctx, context, qop_req, in _gsskrb5_get_mic() 330 ret = _gssapi_get_mic_arcfour (minor_status, ctx, context, qop_req, in _gsskrb5_get_mic()
|
H A D | aeap.c | 43 gss_qop_t qop_req, 86 gss_qop_t qop_req, in _gk_wrap_iov_length() argument 98 conf_req_flag, qop_req, conf_state, in _gk_wrap_iov_length()
|
H A D | wrap.c | 142 gss_qop_t qop_req, in _gsskrb5_wrap_size_limit() argument 157 conf_req_flag, qop_req, in _gsskrb5_wrap_size_limit() 180 conf_req_flag, qop_req, in _gsskrb5_wrap_size_limit() 203 gss_qop_t qop_req, in wrap_des() argument 351 gss_qop_t qop_req, in wrap_des3() argument 541 gss_qop_t qop_req, in _gsskrb5_wrap() argument 576 qop_req, input_message_buffer, conf_state, in _gsskrb5_wrap() 584 qop_req, input_message_buffer, conf_state, in _gsskrb5_wrap() 590 qop_req, input_message_buffer, conf_state, in _gsskrb5_wrap()
|
H A D | arcfour.c | 167 gss_qop_t qop_req, in _gssapi_get_mic_arcfour() argument 359 gss_qop_t qop_req, in _gssapi_wrap_arcfour() argument 766 gss_qop_t qop_req, in _gssapi_wrap_size_arcfour() argument
|
H A D | cfx.c | 107 gss_qop_t qop_req, in _gssapi_wrap_size_cfx() argument 1021 gss_qop_t qop_req, in _gssapi_wrap_iov_length_cfx() argument 1579 gss_qop_t qop_req, in _gssapi_mic_cfx() argument
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_aeap.c | 50 gss_qop_t qop_req, in gss_wrap_iov() argument 73 conf_req_flag, qop_req, conf_state, in gss_wrap_iov() 131 gss_qop_t qop_req, in gss_wrap_iov_length() argument 154 conf_req_flag, qop_req, conf_state, in gss_wrap_iov_length()
|
H A D | gss_sign.c | 34 int qop_req, in gss_sign() argument 40 context_handle, qop_req, message_buffer, message_token); in gss_sign()
|
H A D | gss_seal.c | 35 int qop_req, in gss_seal() argument 42 context_handle, conf_req_flag, qop_req, in gss_seal()
|
H A D | gss_get_mic.c | 34 gss_qop_t qop_req, in gss_get_mic() argument 49 return (m->gm_get_mic(minor_status, ctx->gc_ctx, qop_req, in gss_get_mic()
|
H A D | gss_wrap_size_limit.c | 35 gss_qop_t qop_req, in gss_wrap_size_limit() argument 51 conf_req_flag, qop_req, req_output_size, max_input_size)); in gss_wrap_size_limit()
|
H A D | gss_wrap.c | 50 gss_qop_t qop_req, in gss_wrap() argument 69 conf_req_flag, qop_req, input_message_buffer, in gss_wrap()
|
/freebsd/crypto/heimdal/lib/gssapi/spnego/ |
H A D | context_stubs.c | 149 gss_qop_t qop_req, in _gss_spnego_get_mic() argument 169 qop_req, message_buffer, message_token); in _gss_spnego_get_mic() 205 gss_qop_t qop_req, in _gss_spnego_wrap() argument 228 qop_req, in _gss_spnego_wrap() 454 gss_qop_t qop_req, in _gss_spnego_wrap_size_limit() argument 476 qop_req, in _gss_spnego_wrap_size_limit() 649 gss_qop_t qop_req, 662 conf_req_flag, qop_req, conf_state, 691 gss_qop_t qop_req, 704 conf_req_flag, qop_req, conf_state,
|
/freebsd/lib/libgssapi/ |
H A D | gss_sign.c | 34 int qop_req, in gss_sign() argument 40 context_handle, qop_req, message_buffer, message_token); in gss_sign()
|
H A D | gss_seal.c | 35 int qop_req, in gss_seal() argument 42 context_handle, conf_req_flag, qop_req, in gss_seal()
|
H A D | gss_get_mic.c | 38 gss_qop_t qop_req, in gss_get_mic() argument 52 return (m->gm_get_mic(minor_status, ctx->gc_ctx, qop_req, in gss_get_mic()
|
H A D | gss_wrap_size_limit.c | 38 gss_qop_t qop_req, in gss_wrap_size_limit() argument 53 conf_req_flag, qop_req, req_output_size, max_input_size)); in gss_wrap_size_limit()
|
H A D | gss_wrap.c | 39 gss_qop_t qop_req, in gss_wrap() argument 57 conf_req_flag, qop_req, input_message_buffer, in gss_wrap()
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | crypto.c | 269 gss_qop_t qop_req, in _gss_ntlm_get_mic() argument 431 gss_qop_t qop_req, in _gss_ntlm_wrap_size_limit() argument 462 gss_qop_t qop_req, in _gss_ntlm_wrap() argument
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | gssapi_mech.h | 314 gss_qop_t qop_req, 331 gss_qop_t qop_req,
|
/freebsd/sys/kgssapi/krb5/ |
H A D | krb5_mech.c | 1010 gss_qop_t qop_req, struct mbuf *m, struct mbuf **micp) in krb5_get_mic() argument 1016 if (qop_req != GSS_C_QOP_DEFAULT) in krb5_get_mic() 1545 int conf_req_flag, gss_qop_t qop_req, in krb5_wrap() argument 1554 if (qop_req != GSS_C_QOP_DEFAULT) in krb5_wrap() 2019 int conf_req_flag, gss_qop_t qop_req, OM_uint32 req_output_size, in krb5_wrap_size_limit() argument 2029 if (qop_req != GSS_C_QOP_DEFAULT) in krb5_wrap_size_limit()
|