HomeSort by relevance Sort by last modified time
    Searched refs:established (Results 1 - 25 of 26) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
context_time.c 49 if (! ctx->established) {
process_context_token.c 47 if (! ctx->established) {
inq_context.c 119 if (! ctx->established) {
193 *opened = ctx->established;
init_sec_context.c 639 ctx->established = 0;
647 ctx->established = 1;
716 /* make sure the context is non-established, and that certain
719 if ((ctx->established) ||
815 /* set established */
816 ctx->established = 1;
    [all...]
accept_sec_context.c 354 * non-established, but currently, accept_sec_context never returns
355 * a non-established context handle.
    [all...]
  /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/
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/mechs/dummy/
dmech.c 229 ASSERT(ctx->established == 1);
263 ASSERT(ctx->established == 1);
304 ASSERT(ctx->established == 1);
345 ASSERT(ctx->established == 1);
397 ctx->established = 1;
432 ASSERT(ctx->established == 1);
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
wrap_size_limit.c 140 if (! ctx->established) {
gssapi_krb5.c 360 if (!ctx->established)
ser_sctx.c 267 * krb5_int32 for established.
403 (void) krb5_ser_pack_int32((krb5_int32) ctx->established,
567 ctx->established = (int) ibuf;
k5seal.c 392 /* Only default qop or matching established cryptosystem is allowed.
414 if (ctx->subkey == NULL && !ctx->established) {
k5unseal.c 683 if (! ctx->established) {
685 KRB5_LOG0(KRB5_ERR, "kg_unseal() end, error ! ctx->established \n");
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
dmech.c 304 ctx->established = 0;
383 ctx->established = 1;
449 ctx->established = 0;
502 ctx->established = 1;
600 if (!context->established)
631 if (!context->established)
672 if (!context->established)
715 if (!context->established)
984 /* creates new sec_context with status established. (rather than get it */
986 /* mechanism is very simple (contains only status if it's established). *
    [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/cmd/initpkg/init.d/
README.rcS 52 All system-supplied device file names have been established.
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
README 52 Apache, and a project with the appropriate limits has been established
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
ssh-gss.h 79 int established; member in struct:__anon1787
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/pod/
Ucred.pod 53 credential of the peer at the time the connection was established,
  /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/sshd/
gss-serv.c 204 &ctx->established);
208 "inquiring established sec context");
  /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 360 milliseconds

1 2