Home
last modified time | relevance | path

Searched refs:qop_req (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_wrap_iov.c36 gss_qop_t qop_req, in val_wrap_iov_args() argument
64 int conf_req_flag, gss_qop_t qop_req, int *conf_state, in gss_wrap_iov() argument
74 conf_req_flag, qop_req, in gss_wrap_iov()
95 qop_req, in gss_wrap_iov()
113 int conf_req_flag, gss_qop_t qop_req, in gss_wrap_iov_length() argument
124 conf_req_flag, qop_req, in gss_wrap_iov_length()
145 qop_req, in gss_wrap_iov_length()
163 gss_qop_t qop_req, gss_iov_buffer_desc *iov, int iov_count) in gss_get_mic_iov() argument
169 status = val_wrap_iov_args(minor_status, context_handle, 0, qop_req, NULL, in gss_get_mic_iov()
183 status = mech->gss_get_mic_iov(minor_status, ctx->internal_ctx_id, qop_req, in gss_get_mic_iov()
[all …]
H A Dg_seal.c34 gss_qop_t qop_req, in val_wrap_args() argument
70 gss_qop_t qop_req, in gss_wrap() argument
83 conf_req_flag, qop_req, in gss_wrap()
104 qop_req, in gss_wrap()
116 (gss_qop_t)qop_req, in gss_wrap()
135 int qop_req, in gss_seal() argument
142 conf_req_flag, (gss_qop_t) qop_req, in gss_seal()
157 gss_qop_t qop_req, in gssint_wrap_size_limit_iov_shim() argument
184 conf_req_flag, qop_req, in gssint_wrap_size_limit_iov_shim()
209 gss_qop_t qop_req, OM_uint32 req_output_size, OM_uint32 *max_input_size) in gss_wrap_size_limit() argument
[all …]
H A Dg_sign.c35 gss_qop_t qop_req, in val_get_mic_args() argument
70 gss_qop_t qop_req, gss_buffer_t message_buffer, in gss_get_mic() argument
78 qop_req, message_buffer, msg_token); in gss_get_mic()
97 qop_req, in gss_get_mic()
112 gss_sign(OM_uint32 *minor_status, gss_ctx_id_t context_handle, int qop_req, in gss_sign() argument
115 return (gss_get_mic(minor_status, context_handle, (gss_qop_t) qop_req, in gss_sign()
H A Dg_wrap_aead.c36 gss_qop_t qop_req, in val_wrap_aead_args() argument
70 gss_qop_t qop_req, in gssint_wrap_aead_iov_shim() argument
113 conf_req_flag, qop_req, in gssint_wrap_aead_iov_shim()
167 conf_req_flag, qop_req, in gssint_wrap_aead_iov_shim()
181 gss_union_ctx_id_t ctx, int conf_req_flag, gss_qop_t qop_req, in gssint_wrap_aead() argument
196 qop_req, in gssint_wrap_aead()
208 qop_req, in gssint_wrap_aead()
226 gss_qop_t qop_req, in gss_wrap_aead() argument
237 conf_req_flag, qop_req, in gss_wrap_aead()
255 conf_req_flag, qop_req, in gss_wrap_aead()
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dk5sealiov.c253 gss_qop_t qop_req, in kg_seal_iov() argument
263 if (qop_req != 0) { in kg_seal_iov()
313 gss_qop_t qop_req, in kg_seal_iov_length() argument
328 if (qop_req != GSS_C_QOP_DEFAULT) { in kg_seal_iov_length()
482 gss_qop_t qop_req, in krb5_gss_wrap_iov() argument
490 qop_req, conf_state, in krb5_gss_wrap_iov()
500 gss_qop_t qop_req, in krb5_gss_wrap_iov_length() argument
508 conf_req_flag, qop_req, conf_state, iov, in krb5_gss_wrap_iov_length()
516 gss_qop_t qop_req, in krb5_gss_get_mic_iov() argument
523 qop_req, NULL, in krb5_gss_get_mic_iov()
[all …]
H A Dk5seal.c294 int conf_req_flag, gss_qop_t qop_req, in kg_seal() argument
311 if (qop_req != 0) { in kg_seal()
359 int conf_req_flag, gss_qop_t qop_req, in krb5_gss_wrap() argument
364 qop_req, input_message_buffer, conf_state, in krb5_gss_wrap()
370 gss_qop_t qop_req, gss_buffer_t message_buffer, in krb5_gss_get_mic() argument
374 qop_req, message_buffer, NULL, in krb5_gss_get_mic()
/freebsd/sys/kgssapi/
H A Dgss_get_mic.c44 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 Dgss_wrap.c45 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 Dgss_wrap_size_limit.c44 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()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dget_mic.c43 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 Daeap.c43 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 Dwrap.c142 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()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_aeap.c50 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 Dgss_sign.c34 int qop_req, in gss_sign() argument
40 context_handle, qop_req, message_buffer, message_token); in gss_sign()
H A Dgss_seal.c35 int qop_req, in gss_seal() argument
42 context_handle, conf_req_flag, qop_req, in gss_seal()
H A Dgss_get_mic.c34 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 Dgss_wrap_size_limit.c35 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 Dgss_wrap.c50 gss_qop_t qop_req, in gss_wrap() argument
69 conf_req_flag, qop_req, input_message_buffer, in gss_wrap()
/freebsd/crypto/krb5/src/lib/gssapi/spnego/
H A DgssapiP_spnego.h295 gss_qop_t qop_req,
355 gss_qop_t qop_req,
372 gss_qop_t qop_req,
434 gss_qop_t qop_req,
457 gss_qop_t qop_req,
478 gss_qop_t qop_req,
671 gss_qop_t qop_req,
689 gss_qop_t qop_req,
/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Dcontext_stubs.c149 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 Dgss_sign.c34 int qop_req, in gss_sign() argument
40 context_handle, qop_req, message_buffer, message_token); in gss_sign()
H A Dgss_seal.c35 int qop_req, in gss_seal() argument
42 context_handle, conf_req_flag, qop_req, in gss_seal()
H A Dgss_get_mic.c38 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 Dgss_wrap_size_limit.c38 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 Dgss_wrap.c39 gss_qop_t qop_req, in gss_wrap() argument
57 conf_req_flag, qop_req, input_message_buffer, in gss_wrap()

12