Searched refs:mech_msg (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dgssapi.c58 gss_buffer_desc mech_msg = GSS_C_EMPTY_BUFFER; local
72 gss_oid_to_str(&min2, mech, &mech_msg);
82 (int)mech_msg.length,
83 (const char *)(mech_msg.value?mech_msg.value:""),
87 gss_release_buffer(&min2, &mech_msg);

Completed in 119 milliseconds