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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c129 soft_slot.authenticated = 0;
169 soft_slot.authenticated = 0;
345 if (soft_slot.authenticated) {
364 soft_slot.authenticated = 1;
425 if (!soft_slot.authenticated) {
442 soft_slot.authenticated = 0;
H A DsoftSession.h108 boolean_t authenticated; /* Has C_Login called */ member in struct:slot
H A DsoftGeneral.c223 soft_slot.authenticated = 0;
H A DsoftSessionUtil.c128 if (soft_slot.authenticated) {
H A DsoftObjectUtil.c978 if (!soft_slot.authenticated) {
1295 if (soft_slot.authenticated) {
H A DsoftAttributeUtil.c1237 if (!soft_slot.authenticated) {
4720 if (!soft_slot.authenticated) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c98 static Authenticator *authenticated = NULL; variable
165 authenticated = NULL;
450 authenticated = ap;
451 if (authenticated == NULL)
452 authenticated = &NoAuth;
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_fops.c109 /* for compatibility root is always authenticated */
110 priv->authenticated = DRM_SUSER(credp);
H A Ddrm_auth.c168 file->authenticated = 1;
H A Ddrm_ioctl.c231 client.auth = pt->authenticated;
H A Ddrm_sunmod.c498 ((ioctl->flags & DRM_AUTH) && !fpriv->authenticated) ||
H A DdrmP.h492 int authenticated; member in struct:drm_file
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c200 static AuthInfo *authenticated = NULL; variable
361 if ((authenticated = ap) == NULL) {
362 authenticated = &NoAuth;
1738 authenticated != NULL && authenticated != &NoAuth &&
2535 if (authenticated == NULL || authenticated == &NoAuth)
2545 if (authenticated->AuthName ==
2656 authenticated != &NoAuth && authenticated !
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h278 int authenticated; member in struct:sasl_server_conn
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1353 authenticated:
1773 goto authenticated;
1774 /* authenticated by the initial response */
2444 ** authenticated, so we'll trust implicitly
4323 ** we shouldn't trust it if not authenticated

Completed in 460 milliseconds