HomeSort by relevance Sort by last modified time
    Searched defs:established (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/rpc/
svc_auth.h 57 bool_t established; member in struct:__anon6510
svc_mt.h 67 bool_t established; member in struct:__anon6512
  /onnv/onnv-gate/usr/src/uts/common/gssapi/include/
gssapiP_dummy.h 53 int established; member in struct:__anon4742
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
ssh-gss.h 79 int established; member in struct:__anon1787
  /onnv/onnv-gate/usr/src/lib/rpcsec_gss/
rpcsec_gss.c 75 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, don't try t
    [all...]
svc_rpcsec_gss.c 79 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 context. Continue t
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/
rpcsec_gss.c 76 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...]
svc_rpcsec_gss.c 84 bool_t established; member in struct:_svc_rpc_gss_data
813 * If appropriate, set established to TRUE *after* sending
819 * Context is established. Set expiration time
838 client_data->established = TRUE;
874 * retries on an established context.
1055 * If context not established, go thru INIT code but with
1058 if (!client_data->established) {
1077 gss_parms->established = client_data->established;
1084 * This is an established context. Continue t
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
gssapiP_krb5.h 183 unsigned int established : 1; member in struct:_krb5_gss_ctx_id_rec

Completed in 420 milliseconds