Home
last modified time | relevance | path

Searched refs:conf_state (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_aeap.c53 int * conf_state, in gss_wrap_iov() argument
62 if (conf_state) in gss_wrap_iov()
63 *conf_state = 0; in gss_wrap_iov()
75 conf_req_flag, qop_req, conf_state, in gss_wrap_iov()
89 int *conf_state, in gss_unwrap_iov() argument
99 if (conf_state) in gss_unwrap_iov()
100 *conf_state = 0; in gss_unwrap_iov()
114 conf_state, qop_state, in gss_unwrap_iov()
134 int *conf_state, in gss_wrap_iov_length() argument
143 if (conf_state) in gss_wrap_iov_length()
[all …]
H A Dgss_wrap.c54 int *conf_state, in gss_wrap() argument
60 if (conf_state) in gss_wrap()
61 *conf_state = 0; in gss_wrap()
72 conf_state, output_message_buffer)); in gss_wrap()
H A Dgss_unseal.c38 int *conf_state, in gss_unseal() argument
44 output_message_buffer, conf_state, (gss_qop_t *)qop_state)); in gss_unseal()
H A Dgss_seal.c39 int *conf_state, in gss_seal() argument
45 input_message_buffer, conf_state, in gss_seal()
H A Dgss_unwrap.c38 int *conf_state, in gss_unwrap() argument
46 conf_state, qop_state)); in gss_unwrap()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Daeap.c45 int * conf_state, in _gk_wrap_iov() argument
59 conf_req_flag, conf_state, in _gk_wrap_iov()
75 conf_req_flag, conf_state, in _gk_wrap_iov()
91 int *conf_state, in _gk_unwrap_iov() argument
106 conf_state, qop_state, iov, iov_count); in _gk_unwrap_iov()
121 conf_state, qop_state, in _gk_unwrap_iov()
139 int *conf_state, in _gk_wrap_iov_length() argument
153 conf_req_flag, qop_req, conf_state, in _gk_wrap_iov_length()
169 conf_req_flag, qop_req, conf_state, in _gk_wrap_iov_length()
H A Dunwrap.c46 int * conf_state, in unwrap_des() argument
98 if(conf_state != NULL) in unwrap_des()
99 *conf_state = cstate; in unwrap_des()
234 int * conf_state, in unwrap_des3() argument
284 if(conf_state != NULL) in unwrap_des3()
285 *conf_state = cstate; in unwrap_des3()
433 int * conf_state, in _gsskrb5_unwrap() argument
452 conf_state, qop_state); in _gsskrb5_unwrap()
471 conf_state, qop_state, key); in _gsskrb5_unwrap()
480 conf_state, qop_state, key); in _gsskrb5_unwrap()
[all …]
H A Dwrap.c208 int * conf_state, in wrap_des() argument
358 if(conf_state != NULL) in wrap_des()
359 *conf_state = conf_req_flag; in wrap_des()
374 int * conf_state, in wrap_des3() argument
551 if(conf_state != NULL) in wrap_des3()
552 *conf_state = conf_req_flag; in wrap_des3()
564 int * conf_state, in _gsskrb5_wrap() argument
580 input_message_buffer, conf_state, in _gsskrb5_wrap()
597 qop_req, input_message_buffer, conf_state, in _gsskrb5_wrap()
606 qop_req, input_message_buffer, conf_state, in _gsskrb5_wrap()
[all …]
H A Darcfour.c445 int * conf_state, in _gssapi_wrap_arcfour() argument
455 if (conf_state) in _gssapi_wrap_arcfour()
456 *conf_state = 0; in _gssapi_wrap_arcfour()
613 if (conf_state) in _gssapi_wrap_arcfour()
614 *conf_state = conf_req_flag; in _gssapi_wrap_arcfour()
625 int *conf_state, in _gssapi_unwrap_arcfour() argument
642 if (conf_state) in _gssapi_unwrap_arcfour()
643 *conf_state = 0; in _gssapi_unwrap_arcfour()
828 if (conf_state) in _gssapi_unwrap_arcfour()
829 *conf_state = conf_flag; in _gssapi_unwrap_arcfour()
[all …]
H A Dcfx.c311 int *conf_state, in _gssapi_wrap_cfx_iov() argument
655 if (conf_state != NULL) in _gssapi_wrap_cfx_iov()
656 *conf_state = conf_req_flag; in _gssapi_wrap_cfx_iov()
748 int *conf_state, in _gssapi_unwrap_cfx_iov() argument
813 if (conf_state != NULL) in _gssapi_unwrap_cfx_iov()
814 *conf_state = (token_flags & CFXSealed) ? 1 : 0; in _gssapi_unwrap_cfx_iov()
1051 int *conf_state, in _gssapi_wrap_iov_length_cfx() argument
1180 if (conf_state) { in _gssapi_wrap_iov_length_cfx()
1181 *conf_state = conf_req_flag; in _gssapi_wrap_iov_length_cfx()
1195 int *conf_state, in _gssapi_wrap_cfx() argument
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Dcontext_stubs.c209 int * conf_state, in _gss_spnego_wrap() argument
232 conf_state, in _gss_spnego_wrap()
241 int * conf_state, in _gss_spnego_unwrap() argument
263 conf_state, in _gss_spnego_unwrap()
652 int * conf_state, in _gss_spnego_wrap_iov() argument
664 conf_req_flag, qop_req, conf_state, in _gss_spnego_wrap_iov()
671 int *conf_state, in _gss_spnego_unwrap_iov() argument
685 conf_state, qop_state, in _gss_spnego_unwrap_iov()
694 int *conf_state, in _gss_spnego_wrap_iov_length() argument
706 conf_req_flag, qop_req, conf_state, in _gss_spnego_wrap_iov_length()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Dcrypto.c480 int * conf_state, in _gss_ntlm_wrap() argument
488 if (conf_state) in _gss_ntlm_wrap()
489 *conf_state = 0; in _gss_ntlm_wrap()
550 int * conf_state, in _gss_ntlm_unwrap() argument
561 if (conf_state) in _gss_ntlm_unwrap()
562 *conf_state = 0; in _gss_ntlm_unwrap()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_context.c287 int conf_state; in wrapunwrap() local
293 &conf_state, &output_token); in wrapunwrap()
299 &output_token2, &conf_state, &qop_state); in wrapunwrap()
308 if (!!conf_state != !!flags) in wrapunwrap()
324 int conf_state, conf_state2; in wrapunwrap_iov() local
394 maj_stat = gss_wrap_iov(&min_stat, cctx, dce_style_flag || flags & USE_CONF, 0, &conf_state, in wrapunwrap_iov()
459 if (conf_state2 != conf_state) in wrapunwrap_iov()
474 int conf_state, conf_state2; in wrapunwrap_aead() local
491 &conf_state, &message); in wrapunwrap_aead()
514 if (conf_state2 != conf_state) in wrapunwrap_aead()
H A Dgssapi_mech.h317 int * conf_state,
324 int *conf_state,
334 int *conf_state,
H A DChangeLog1993 (gss_wrap): set conf_state to conf_req_flags on success
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgssapi.c172 int conf_state; in sb_sasl_gssapi_encode() local
195 &unwrapped, &conf_state, in sb_sasl_gssapi_encode()
205 if ( conf_req_flag && conf_state == 0 ) { in sb_sasl_gssapi_encode()
254 int conf_state; in sb_sasl_gssapi_decode() local
276 &conf_state, GSS_C_QOP_DEFAULT); in sb_sasl_gssapi_decode()
285 if ( conf_req_flag && conf_state == 0 ) { in sb_sasl_gssapi_decode()
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c876 int conf_state; in process_stream() local
892 &conf_state, NULL); in process_stream()
895 INSIST(conf_state != 0); in process_stream()
1062 int conf_state; in process_stream() local
1068 &gin, &conf_state, &gout); in process_stream()
1070 INSIST(conf_state != 0); in process_stream()