/external/dbus/test/data/auth/ |
cancel.auth-script | 16 EXPECT_STATE AUTHENTICATED
|
external-root.auth-script | 10 EXPECT_STATE AUTHENTICATED
|
extra-bytes.auth-script | 10 EXPECT_STATE AUTHENTICATED
|
anonymous-client-successful.auth-script | 16 EXPECT_STATE AUTHENTICATED
|
anonymous-server-successful.auth-script | 10 EXPECT_STATE AUTHENTICATED
|
external-successful.auth-script | 10 EXPECT_STATE AUTHENTICATED
|
fallback.auth-script | 17 EXPECT_STATE AUTHENTICATED
|
/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/autotest/client/site_tests/network_RackWiFiConnect/ |
control.proxyNonAuth | 13 case a non authenticated proxy network.
|
/external/curl/tests/data/ |
test938 | 19 REPLY dXNlci5vbmUAdXNlci5vbmUAc2VjcmV0 235 Authenticated 20 REPLY dXNlci50d28AdXNlci50d28Ac2VjcmV0 235 Authenticated
|
test903 | 18 REPLY dXNlcgB1c2VyAHNlY3JldA== 235 Authenticated
|
test904 | 18 REPLY c2VjcmV0 235 Authenticated
|
test905 | 18 REPLY dXNlciA3MDMxNzI1NTk5ZmRiYjVkNDEyNjg5YWEzMjNlM2UwYg== 235 Authenticated
|
test907 | 19 REPLY 235 Authenticated
|
test908 | 18 REPLY dXNlcj11c2VyAWF1dGg9QmVhcmVyIG1GXzkuQjVmLTQuMUpxTQEB 235 Authenticated
|
test919 | 18 REPLY AUTH 235 Authenticated
|
test920 | 18 REPLY c2VjcmV0 235 Authenticated
|
test922 | 18 REPLY AUTH 235 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 | 56 <img>screenshots/3-already-authenticated.png</img> 78 which can be only be used after the user has authenticated after the user is authenticated 83 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.
|