/titanic_41/usr/src/lib/libgss/ |
H A D | g_exp_sec_context.c | 42 gss_buffer_t interprocess_token) in val_exp_sec_ctx_args() argument 50 if (interprocess_token != GSS_C_NO_BUFFER) { in val_exp_sec_ctx_args() 51 interprocess_token->length = 0; in val_exp_sec_ctx_args() 52 interprocess_token->value = NULL; in val_exp_sec_ctx_args() 63 if (interprocess_token == GSS_C_NO_BUFFER) in val_exp_sec_ctx_args() 72 interprocess_token) in gss_export_sec_context() argument 76 gss_buffer_t interprocess_token; 87 context_handle, interprocess_token); 111 interprocess_token->length = length; 112 interprocess_token->value = malloc(length); [all …]
|
H A D | g_imp_sec_context.c | 41 gss_buffer_t interprocess_token, in val_imp_sec_ctx_args() argument 60 if (interprocess_token == GSS_C_NO_BUFFER) in val_imp_sec_ctx_args() 63 if (GSS_EMPTY_BUFFER(interprocess_token)) in val_imp_sec_ctx_args() 71 interprocess_token, in gss_import_sec_context() argument 75 const gss_buffer_t interprocess_token; 87 interprocess_token, context_handle); 104 if (interprocess_token->length >= sizeof (OM_uint32)) { 105 p = interprocess_token->value; 113 length > (interprocess_token->length - sizeof (OM_uint32))) { 126 token.length = interprocess_token->length - sizeof (OM_uint32) - length;
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | export_sec_context.c | 34 krb5_gss_export_sec_context(minor_status, context_handle, interprocess_token) in krb5_gss_export_sec_context() argument 37 gss_buffer_t interprocess_token; 83 interprocess_token->length = bufsize - blen; 84 interprocess_token->value = obuffer;
|
H A D | krb5_gss_glue.c | 712 k5glue_export_sec_context(ctx, minor_status, context_handle, interprocess_token) in k5glue_export_sec_context() argument 716 gss_buffer_t interprocess_token; 720 interprocess_token)); 762 k5glue_import_sec_context(ctx, minor_status, interprocess_token, context_handle) in k5glue_import_sec_context() argument 765 gss_buffer_t interprocess_token; 769 interprocess_token,
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | import_sec_context.c | 84 krb5_gss_import_sec_context(minor_status, interprocess_token, context_handle) in krb5_gss_import_sec_context() argument 86 gss_buffer_t interprocess_token; 118 ibp = (krb5_octet *) interprocess_token->value; 119 blen = (size_t) interprocess_token->length;
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/ |
H A D | krb5mech.c | 199 k5glue_import_sec_context(ctx, minor_status, interprocess_token, context_handle) in k5glue_import_sec_context() argument 202 gss_buffer_t interprocess_token; 206 interprocess_token,
|
/titanic_41/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | gssapiP_spnego.h | 411 gss_buffer_t interprocess_token 419 gss_buffer_t interprocess_token 425 const gss_buffer_t interprocess_token, 432 const gss_buffer_t interprocess_token,
|
H A D | spnego_mech.c | 2391 gss_buffer_t interprocess_token) in glue_spnego_gss_export_sec_context() argument 2395 interprocess_token)); in glue_spnego_gss_export_sec_context() 2401 gss_buffer_t interprocess_token) in spnego_gss_export_sec_context() argument 2406 interprocess_token); in spnego_gss_export_sec_context() 2414 const gss_buffer_t interprocess_token, in glue_spnego_gss_import_sec_context() argument 2418 interprocess_token, in glue_spnego_gss_import_sec_context() 2424 const gss_buffer_t interprocess_token, in spnego_gss_import_sec_context() argument 2429 interprocess_token, in spnego_gss_import_sec_context()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/dummy/ |
H A D | dmech.c | 353 dummy_gss_import_sec_context(ct, minor_status, interprocess_token, in dummy_gss_import_sec_context() argument 357 gss_buffer_t interprocess_token; 368 ptr = (unsigned char *) interprocess_token->value; 371 interprocess_token->length)) {
|
/titanic_41/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 973 interprocess_token) in dummy_gss_export_sec_context() argument 977 gss_buffer_t interprocess_token; 983 *interprocess_token = make_dummy_token_msg(str, strlen(str)); 993 dummy_gss_import_sec_context(ct, minor_status, interprocess_token, in dummy_gss_import_sec_context() argument 997 gss_buffer_t interprocess_token;
|
/titanic_41/usr/src/uts/common/gssapi/ |
H A D | gssd_clnt_stubs.c | 1513 interprocess_token, in kgss_import_sec_context() argument 1517 const gss_buffer_t interprocess_token; 1547 if (interprocess_token->length == 0 || interprocess_token->value == 0) 1552 p = interprocess_token->value; 1560 token.length = interprocess_token->length - 4 - length;
|