HomeSort by relevance Sort by last modified time
    Searched full:authenticated (Results 1 - 25 of 323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/srtp/crypto/include/
xfm.h 34 * @param clear data to be authenticated only
36 * @param clear_len length of data to be authenticated only
41 * authenticated (before the function call), and the ciphertext
45 * encrypted and authenticated (before the function call), and the
64 void *clear, /* data to be authenticated only */
65 unsigned clear_len, /* length of data to be authenticated only */
67 void *opaque, /* data to be decrypted and authenticated */
105 void *clear, /* data to be authenticated only */
106 unsigned clear_len, /* length of data to be authenticated only */
108 void *opaque, /* data to be decrypted and authenticated */
    [all...]
cryptoalg.h 4 * API for authenticated encryption crypto algorithms
67 * @param clear data to be authenticated but not encrypted
69 * @param clear_len length of data to be authenticated but not encrypted
74 * authenticated (before the function call), and the ciphertext
78 * encrypted and authenticated (before the function call), and the
94 const void *clear, /* data to be authenticated only */
95 unsigned clear_len, /* length of data to be authenticated only */
97 void *opaque, /* data to be decrypted and authenticated */
  /external/openssh/
auth1.c 120 int authenticated = 0; local
133 authenticated = PRIVSEP(auth_password(authctxt, password));
138 return (authenticated);
145 int authenticated = 0; local
153 authenticated = auth_rsa(authctxt, n);
156 return (authenticated);
163 int keybits, authenticated = 0; local
189 authenticated = auth_rhosts_rsa(authctxt, client_user,
195 return (authenticated);
221 int authenticated = 0 local
241 int authenticated = 0; local
    [all...]
auth2-kbdint.c 48 int authenticated = 0; local
58 authenticated = auth2_challenge(authctxt, devs);
62 return authenticated;
auth2-passwd.c 54 int authenticated = 0; local
73 authenticated = 1;
77 return authenticated;
auth2.c 218 int authenticated = 0; local
281 authenticated = m->userauth(authctxt);
283 userauth_finish(authctxt, authenticated, method, NULL);
292 userauth_finish(Authctxt *authctxt, int authenticated, const char *method,
298 if (!authctxt->valid && authenticated)
299 fatal("INTERNAL ERROR: authenticated invalid user %s",
301 if (authenticated && authctxt->postponed)
302 fatal("INTERNAL ERROR: authenticated and postponed");
305 if (authenticated && authctxt->pw->pw_uid == 0 &&
307 authenticated = 0
    [all...]
auth-chall.c 89 int authenticated = 0; local
98 authenticated = 1;
106 authenticated = 1;
118 return authenticated;
auth2-gss.c 229 int authenticated; local
241 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
248 userauth_finish(authctxt, authenticated, "gssapi-with-mic", NULL);
257 int authenticated = 0; local
277 authenticated = PRIVSEP(ssh_gssapi_userok(authctxt->user));
289 userauth_finish(authctxt, authenticated, "gssapi-with-mic", NULL);
auth2-hostbased.c 67 int authenticated = 0; local
140 authenticated = 0;
144 authenticated = 1;
148 debug2("userauth_hostbased: authenticated %d", authenticated);
156 return authenticated;
  /frameworks/base/keystore/java/android/security/keystore/
UserNotAuthenticatedException.java 23 * authenticated recently enough. Authenticating the user will resolve this issue.
31 super("User not authenticated");
  /developers/build/prebuilts/gradle/ConfirmCredential/
README.md 14 which can be only be used after the user has authenticated after the user is authenticated
19 user as authenticated if the user has been authenticated with the device credentials
40 <img src="screenshots/1-purchase.png" height="400" alt="Screenshot"/> <img src="screenshots/2-show-confirm-credential.png" height="400" alt="Screenshot"/> <img src="screenshots/3-already-authenticated.png" height="400" alt="Screenshot"/>
  /developers/samples/android/security/ConfirmCredential/
template-params.xml 58 <img>screenshots/3-already-authenticated.png</img>
80 which can be only be used after the user has authenticated after the user is authenticated
85 user as authenticated if the user has been authenticated with the device credentials
  /external/ppp/pppd/plugins/
winbind.c 60 #define AUTHENTICATED 1
260 int authenticated = NOT_AUTHENTICATED; /* not auth */ local
404 } else if (strcasecmp(message, "Authenticated") == 0) {
406 authenticated = AUTHENTICATED;
409 authenticated = NOT_AUTHENTICATED;
421 authenticated = NOT_AUTHENTICATED;
425 authenticated = NOT_AUTHENTICATED;
448 if ((authenticated == AUTHENTICATED) && nt_key && !got_user_session_key)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_drm.c 60 boolean authenticated; member in struct:wayland_drm_display
176 drmdpy->authenticated = true;
218 if (wayland_roundtrip(&drmdpy->base) < 0 || !drmdpy->authenticated)
246 boolean current_authenticate, authenticated; local
248 current_authenticate = drmdpy->authenticated;
252 authenticated = drmdpy->authenticated;
254 drmdpy->authenticated = current_authenticate;
256 return authenticated ? 0 : -1;
  /hardware/intel/common/libva/va/
va_drmcommon.h 35 * \brief Connected. Authenticated with DRI1 protocol.
45 * \brief Connected. Authenticated with DRI2 protocol.
54 * \brief Connected. Authenticated with some alternate raw protocol.
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 63 msg->data.authenticated.finger.fid,
64 msg->data.authenticated.finger.gid);
65 if (msg->data.authenticated.finger.fid != 0) {
66 const uint8_t* hat = reinterpret_cast<const uint8_t *>(&msg->data.authenticated.hat);
67 instance->notifyKeystore(hat, sizeof(msg->data.authenticated.hat));
70 msg->data.authenticated.finger.fid,
71 msg->data.authenticated.finger.gid);
  /developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 96 * only works if the user has just authenticated via device credentials.
107 // Try encrypting something, it will only work if the user authenticated within
112 // If the user has recently authenticated, you will reach here.
116 // User is not authenticated, let's authenticate with device credentials.
135 * authenticated with device credentials within the last X seconds.
  /developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 96 * only works if the user has just authenticated via device credentials.
107 // Try encrypting something, it will only work if the user authenticated within
112 // If the user has recently authenticated, you will reach here.
116 // User is not authenticated, let's authenticate with device credentials.
135 * authenticated with device credentials within the last X seconds.
  /development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java 96 * only works if the user has just authenticated via device credentials.
107 // Try encrypting something, it will only work if the user authenticated within
112 // If the user has recently authenticated, you will reach here.
116 // User is not authenticated, let's authenticate with device credentials.
135 * authenticated with device credentials within the last X seconds.
  /device/generic/goldfish/fingerprint/
fingerprint.c 117 message.data.authenticated.finger.gid = 0;
118 message.data.authenticated.finger.fid = is_valid_finger ? dev->listener.fingerid : 0;
119 message.data.authenticated.hat.version = HW_AUTH_TOKEN_VERSION;
120 message.data.authenticated.hat.authenticator_type = htobe32(HW_AUTH_FINGERPRINT);
121 message.data.authenticated.hat.challenge = dev->op_id;
122 message.data.authenticated.hat.authenticator_id = dev->authenticator_id;
123 message.data.authenticated.hat.user_id = dev->secure_user_id;
126 message.data.authenticated.hat.timestamp =
  /external/selinux/policycoreutils/run_init/
run_init.c 18 * If USE_PAM is not set, users will be authenticated via direct
98 * 1 PAM thinks that the user authenticated themselves properly
110 int result = 0; /* our result, set to 0 (not authenticated) by default */
132 result = 1; /* user authenticated OK! */
173 * 1 user authenticated themselves properly according to the
214 /* Return 1 (authenticated) iff the encrypted version of the user's *
280 /* If we reach here, then we have authenticated the user. */
282 printf("You are authenticated!\n");
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ViewMediatorCallback.java 31 * @param authenticated Whether the user securely got past the keyguard.
36 void keyguardDone(boolean authenticated);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java 109 * authenticated with device credentials within the last X seconds.
140 * only works if the user has just authenticated via device credentials.
151 // Try encrypting something, it will only work if the user authenticated within
157 // User is not authenticated, let's authenticate with device credentials.
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 14 /* not authenticated */
  /libcore/luni/src/main/java/javax/crypto/
AEADBadTagException.java 20 * Thrown by a {@link Cipher} that is using an Authenticated Encryption with

Completed in 532 milliseconds

1 2 3 4 5 6 7 8 91011>>