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

  /nfsv41/nfs41-gate/usr/src/common/openssl/apps/
engine.c 95 static void identity(void *ptr) function
292 if(cmds) sk_pop_free(cmds, identity);
529 sk_pop_free(engines, identity);
530 sk_pop_free(pre_cmds, identity);
531 sk_pop_free(post_cmds, identity);
  /nfsv41/nfs41-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
pkinit.h 112 * both the plugin level and request level. the identity context (that
115 * (the kdc's identity is at the plugin level, the client's identity
117 * the identity context is meant to have the entity's cert,
138 * identity context should keep information about credentials
172 * information about identity from config file or command line
183 char *identity; member in struct:_pkinit_identity_opts
  /nfsv41/nfs41-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
CodingSystemKit.cxx 54 identity, enumerator in enum:SP_NAMESPACE::CodingSystemKitImpl::CodingSystemId
253 { "IDENTITY", identity },
261 { 0, identity },
306 { 0, identity },
430 case identity:
  /nfsv41/nfs41-gate/usr/src/cmd/ssh/ssh-agent/
ssh-agent.c 80 typedef struct identity { struct
81 TAILQ_ENTRY(identity) next;
85 } Identity;
89 TAILQ_HEAD(idqueue, identity) idlist;
146 free_identity(Identity *id)
154 static Identity *
157 Identity *id;
172 Identity *id;
205 Identity *id;
257 /* Unknown identity or protocol error. Send failure. *
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/common/nfs/
mds_state.h 167 char *identity; member in struct:__anon753
  /nfsv41/nfs41-gate/usr/src/cmd/login/
login.c 255 static char identity[MAX_ID_LEN]; variable
497 (uflag && strlen(identity))) {
501 krb5_data.principal = identity;
1449 SCPYL(identity, optarg);
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/idmap/idmap/
idmap.c 71 /* Identity type strings */
89 char *identity; member in struct:__anon49
451 "idmap show [-c] [-v] identity [targettype]\n"
741 * paste idmap output to a shell commandline, there is the identity
    [all...]

Completed in 540 milliseconds