Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dseal.c37 qop_req, input_message_buffer, conf_state, in krb5_gss_seal() argument
48 int *conf_state;
65 qop_req, input_message_buffer, conf_state,
72 qop_req, input_message_buffer, conf_state, in krb5_gss_wrap() argument
79 int *conf_state;
86 (int) qop_req, input_message_buffer, conf_state,
H A Dunseal.c39 conf_state, qop_state in krb5_gss_unseal() argument
48 int *conf_state;
56 conf_state, qop_state, KG_TOK_SEAL_MSG));
63 conf_state, qop_state) in krb5_gss_unwrap() argument
68 int *conf_state;
79 conf_state, &qstate, KG_TOK_WRAP_MSG);
H A Dk5unseal.c61 conf_state, qop_state, toktype) in kg_unseal_v1() argument
68 int *conf_state;
592 if (conf_state)
593 *conf_state = (sealalg != 0xffff);
652 message_buffer, conf_state, qop_state, toktype) in kg_unseal() argument
657 int *conf_state;
719 message_buffer, conf_state, qop_state,
725 conf_state, qop_state, toktype);
H A Dk5seal.c369 input_message_buffer, conf_state, output_message_buffer, toktype) in kg_seal() argument
375 int *conf_state;
453 if (conf_state)
454 *conf_state = conf_req_flag;
H A Dk5sealv3.c353 int *conf_state, int *qop_state, int toktype) in gss_krb5int_unseal_token_v3() argument
446 if (conf_state) in gss_krb5int_unseal_token_v3()
447 *conf_state = 1; in gss_krb5int_unseal_token_v3()
486 if (conf_state) in gss_krb5int_unseal_token_v3()
487 *conf_state = 0; in gss_krb5int_unseal_token_v3()
/illumos-gate/usr/src/lib/libgss/
H A Dg_unseal.c37 conf_state, in gss_unseal() argument
44 int * conf_state;
89 conf_state,
107 conf_state, in gss_unwrap() argument
114 int * conf_state;
120 output_message_buffer, conf_state, (int *) qop_state));
H A Dg_seal.c75 conf_state, in gss_seal() argument
83 int * conf_state;
114 conf_state,
133 conf_state, in gss_wrap() argument
141 int * conf_state;
147 (gss_buffer_t)input_message_buffer, conf_state,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/
H A Dkrb5mech.c214 input_message_buffer, conf_state, output_message_buffer, in k5glue_seal() argument
222 int *conf_state;
228 conf_state, output_message_buffer, gssd_ctx_verifier));
251 output_message_buffer, conf_state, qop_state, gssd_ctx_verifier) in k5glue_unseal() argument
257 int *conf_state;
263 conf_state, qop_state, gssd_ctx_verifier));
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c215 int *conf_state, /* True if message was encrypted */ in __dh_gss_seal() argument
263 &keys, &body, conf_state)) != DH_SUCCESS) { in __dh_gss_seal()
276 if (conf_state) in __dh_gss_seal()
277 wrap->conf_flag = *conf_state; in __dh_gss_seal()
306 int *conf_state, /* True if the message was encrypted */ in __dh_gss_unseal() argument
319 if (minor == 0 || conf_state == 0 || output == GSS_C_NO_BUFFER) in __dh_gss_unseal()
354 *conf_state = wrap->conf_flag; in __dh_gss_unseal()
376 *conf_state, &keys, output)) in __dh_gss_unseal()
/illumos-gate/usr/src/uts/common/gssapi/mechs/dummy/
H A Ddmech.c267 qop_req, input_message_buffer, conf_state, in dummy_gss_seal() argument
275 int *conf_state;
292 if (conf_state)
293 *conf_state = 1;
305 conf_state, qop_state, gssd_ctx_verifier) in dummy_gss_unseal() argument
311 int *conf_state;
344 if (conf_state)
345 *conf_state = 1;
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h354 int *conf_state,
365 int *conf_state,
522 int *conf_state,
533 int *conf_state,
543 int *conf_state,
552 int *conf_state,
564 int *conf_state,
H A Dspnego_mech.c2257 int *conf_state, in spnego_gss_unwrap() argument
2265 conf_state, in spnego_gss_unwrap()
2278 int *conf_state, in spnego_gss_wrap() argument
2287 conf_state, in spnego_gss_wrap()
2604 conf_state,
2625 conf_state,
2635 int *conf_state,
2644 conf_state,
2661 conf_state,
2673 int *conf_state,
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c240 int conf_state; in secure_putbuf() local
247 &in_buf, &conf_state, in secure_putbuf()
318 int conf_state; in secure_getbyte() local
322 conf_state = (dlevel == PROT_P); in secure_getbyte()
325 &msg_buf, &conf_state, NULL); in secure_getbyte()
H A Dftp.c2294 int conf_state; in secure_command() local
2310 &in_buf, &conf_state, in secure_command()
2318 } else if ((clevel == PROT_P) && !conf_state) { in secure_command()
2462 int conf_state = safe; in decode_reply() local
2468 &xmit_buf, &msg_buf, &conf_state, NULL); in decode_reply()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c955 input_message_buffer, conf_state, output_message_buffer) in k5glue_seal() argument
962 int *conf_state;
967 conf_state, output_message_buffer));
1011 int *conf_state;
1015 input_message_buffer, conf_state,
1047 output_message_buffer, conf_state, qop_state) in k5glue_unseal() argument
1053 int *conf_state;
1058 conf_state, qop_state));
1065 output_message_buffer, conf_state, qop_state)
1071 int *conf_state;
[all …]
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_misc.c148 bool_t conf_state; local
187 &conf_state, &out_buf)) != GSS_S_COMPLETE) {
193 if (!conf_state)
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c127 bool_t conf_state; local
169 &conf_state, &out_buf) != GSS_S_COMPLETE)
172 if (!conf_state)
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c1443 conf_state, in kgss_seal_wrapped() argument
1453 int *conf_state;
1496 *conf_state = 0;
1508 if (conf_state != NULL)
1509 *conf_state = res.conf_state;
1537 int *conf_state, in kgss_seal() argument
1555 conf_state, in kgss_unseal_wrapped() argument
1563 int *conf_state;
1604 *conf_state = 0;
1628 *conf_state = res.conf_state;
[all …]
H A Dgssdtest.c1526 int conf_state; local
1584 &conf_state,
1617 int conf_state; local
1653 &conf_state,
1666 if (conf_state)
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c1784 int *conf_state, in kgss_seal_wrapped() argument
1834 if (conf_state != NULL) in kgss_seal_wrapped()
1835 *conf_state = 0; in kgss_seal_wrapped()
1849 if (conf_state != NULL) in kgss_seal_wrapped()
1850 *conf_state = res.conf_state; in kgss_seal_wrapped()
1880 int *conf_state, in kgss_seal() argument
1899 int *conf_state, in kgss_unseal_wrapped() argument
1949 *conf_state = 0; in kgss_unseal_wrapped()
1974 if (conf_state != NULL) in kgss_unseal_wrapped()
1975 *conf_state = res.conf_state; in kgss_unseal_wrapped()
[all …]
H A Dgssd.x276 int conf_state; /* type of conf. applied */ member
290 int conf_state; /* type of conf. provided */ member
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c637 qop_req, input_message_buffer, conf_state, in dummy_gss_seal() argument
645 int *conf_state;
663 if (conf_state)
664 *conf_state = 1;
679 conf_state, qop_state) in dummy_gss_unseal() argument
685 int *conf_state;
716 if (conf_state)
717 *conf_state = 1;
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h754 #define KGSS_SEAL(minor_st, ctx, conf_req, qop, msg, conf_state, tkn) \ argument
756 KCTX_TO_CTX(ctx), conf_req, qop, msg, conf_state, tkn,\
790 #define KGSS_SEAL(minor_st, ctx, conf_req, qop, msg, conf_state, tkn) \ argument
792 KCTX_TO_CTX(ctx), conf_req, qop, msg, conf_state, tkn, \
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h294 int *conf_state,
302 int *conf_state,
674 int *conf_state, int *qop_state,
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c727 int conf_state; in send_record() local
869 &in_buf, &conf_state, &out_buf); in send_record()
1515 int conf_state; in transq_retransmit() local
1524 &(cur_node->seq_token), &conf_state, &out_buf); in transq_retransmit()

12