Searched refs:TWRITE_STR (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | gssapiP_generic.h | 96 #define TWRITE_STR(ptr, str, len) \ macro 106 TWRITE_STR((ptr), (buf).value, (buf).length);
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_token.c | 172 TWRITE_STR(*buf, mech->elements, mech->length);
|
/titanic_41/usr/src/uts/common/gssapi/include/ |
H A D | gssapiP_dummy.h | 64 #define TWRITE_STR(ptr, str, len) \ macro
|
/titanic_41/usr/src/uts/common/gssapi/mechs/dummy/ |
H A D | dmech.c | 504 TWRITE_STR(*buf, mech->elements, ((int)mech->length));
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | init_sec_context.c | 239 TWRITE_STR(ptr, (unsigned char *) data->md5.contents, data->md5.length); in make_gss_checksum() 248 TWRITE_STR(ptr, (unsigned char *) credmsg.data, credmsg.length); in make_gss_checksum() 344 TWRITE_STR(ptr, (unsigned char *) ap_req.data, ap_req.length);
|
H A D | accept_sec_context.c | 1087 TWRITE_STR(ptr3, ap_rep.data, ap_rep.length); 1284 TWRITE_STR(ptr, scratch.data, scratch.length);
|
/titanic_41/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | spnego_mech.c | 1144 TWRITE_STR(*buf_out, input_token->value, input_token->length); in put_neg_hints() 2958 TWRITE_STR(*buf_out, input_token->value, input_token->length); in put_input_token() 3780 TWRITE_STR(*buf, mech->elements, mech->length); in g_make_token_header()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 1346 TWRITE_STR(*buf, mech->elements, ((int)mech->length));
|