Searched defs:established (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_auth.h57 bool_t established; member in struct:__anon6909
H A Dsvc_mt.h67 bool_t established; member in struct:__anon6911
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h51 int established; member in struct:__anon4666
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c75 bool_t established; /* TRUE when established */ member in struct:_rpc_gss_data
264 ap->established = FALSE;
384 ap->established = TRUE;
512 * If context is not established yet, use NULL verifier.
514 if (!ap->established) {
602 * If context is not established yet, save the verifier for
606 if (!ap->established) {
659 !ap->established) {
678 * If the context was not already established, do
[all...]
H A Dsvc_rpcsec_gss.c79 bool_t established; member in struct:_svc_rpc_gss_data
693 gss_parms->established = client_data->established;
699 if (!client_data->established) {
707 * If the context is not established, then only GSSAPI_INIT
881 * retries on an established context.
888 * If appropriate, set established to TRUE *after* sending
894 * Context is established. Set expiry time for
911 client_data->established = TRUE;
922 * This is an established contex
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h180 unsigned int established : 1; member in struct:_krb5_gss_ctx_id_rec
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c76 bool_t established; /* TRUE when established */ member in struct:_rpc_gss_data
574 ap->established = FALSE;
786 * Context is established. Now use kgss_export_sec_context and
845 ap->established = TRUE;
944 * If context is not established yet, use NULL verifier.
946 if (!ap->established) {
1024 * If context is not established yet, save the verifier for
1028 if (!ap->established) {
1093 !ap->established) {
[all...]
H A Dsvc_rpcsec_gss.c86 bool_t established; member in struct:_svc_rpc_gss_data
815 * If appropriate, set established to TRUE *after* sending
821 * Context is established. Set expiration time
840 client_data->established = TRUE;
876 * retries on an established context.
1045 * If context not established, go thru INIT code but with
1048 if (!client_data->established) {
1067 gss_parms->established = client_data->established;
1074 * This is an established contex
[all...]

Completed in 232 milliseconds