OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticated
(Results
101 - 125
of
567
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/curl/tests/data/
test1075
14
# Basic
authenticated
request (we really want to respond with 200 for
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
FakeSSLSession.java
67
throw new SSLPeerUnverifiedException("peer not
authenticated
");
/frameworks/base/core/java/android/content/pm/
MacAuthenticatedInputStream.java
27
* the end of the data that should be
authenticated
, the tag can be calculated.
/frameworks/base/keystore/java/android/security/keystore/
KeyInfo.java
252
*
authenticated
.
274
*
authenticated
.
288
* user is successfully
authenticated
. This has effect only if user authentication is required
305
*
authenticated
is enforced by secure hardware (e.g., Trusted Execution Environment (TEE) or
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardHostView.java
92
dismiss(false /*
authenticated
*/, userId);
208
public boolean dismiss(boolean
authenticated
, int targetUserId) {
209
return mSecurityContainer.showNextSecurityScreenOrFinish(
authenticated
, targetUserId);
216
* @param strongAuth whether the user has
authenticated
with strong authentication like
/frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp
101
arg1 = msg.data.
authenticated
.finger.fid;
102
arg2 = msg.data.
authenticated
.finger.gid;
104
notifyKeystore(reinterpret_cast<uint8_t *>(&msg.data.
authenticated
.hat),
105
sizeof(msg.data.
authenticated
.hat));
/hardware/intel/common/libva/va/drm/
va_drm_auth.c
48
/* Checks whether DRM connection is
authenticated
*/
va_drm_utils.h
54
* does *not* need to be
authenticated
as it only performs a call to
/libcore/ojluni/src/main/java/javax/net/ssl/
HandshakeCompletedListener.java
38
* associated with a new <em>session</em> such as
authenticated
/system/security/keystore/
operation_config.proto
39
// operation. Per operation keys must be user
authenticated
on each usage.
/test/vti/test_serving/gae/webapp/src/handlers/
errors.py
70
"""The current user is not
authenticated
."""
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
socionext-uniphier.rst
48
If TBB is enabled, the BL2 is
authenticated
by the standard mechanism of ARM
53
They all run in the DRAM, and are
authenticated
by the standard mechanism if
/external/autotest/client/cros/
hostapd_server.py
200
"""Return whether |client_mac_address| has successfully
authenticated
.
203
@return True if client is
authenticated
.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java
9
* A block cipher mode that includes
authenticated
encryption with a streaming mode and optional associated data.
19
* appropriately until the end of data is reached and the entire ciphertext is
authenticated
.
/libcore/ojluni/src/main/java/javax/crypto/spec/
GCMParameterSpec.java
43
* (Additional
Authenticated
Data (AAD), Keys, block ciphers,
48
* </a> for more information on the
Authenticated
Encryption with
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java
220
boolean
authenticated
= false, contentLength = false, chunked = false;
236
authenticated
= true;
270
authenticateTest(
authenticated
);
336
private void authenticateTest(boolean
authenticated
) {
346
if (!
authenticated
) {
/prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go
110
// critical to note that ciphertexts must be
authenticated
(i.e. by
150
// It's important to remember that ciphertexts must be
authenticated
210
// It's important to remember that ciphertexts must be
authenticated
240
// It's important to remember that ciphertexts must be
authenticated
279
// It's important to remember that ciphertexts must be
authenticated
/prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go
110
// critical to note that ciphertexts must be
authenticated
(i.e. by
150
// It's important to remember that ciphertexts must be
authenticated
210
// It's important to remember that ciphertexts must be
authenticated
240
// It's important to remember that ciphertexts must be
authenticated
279
// It's important to remember that ciphertexts must be
authenticated
/cts/tests/autofillservice/src/android/autofillservice/cts/
AuthenticationTest.java
66
// Prepare the
authenticated
response
145
// Prepare the
authenticated
response
316
// Prepare the
authenticated
response
686
// Prepare the
authenticated
response
756
// Prepare the
authenticated
response
[
all
...]
/external/boringssl/src/include/openssl/
aead.h
25
//
Authenticated
Encryption with Additional Data.
30
// which is
authenticated
but not included in the ciphertext.
49
// authenticity for
authenticated
encryption. For formal definitions see
50
// Bellare and Namprempre, "
Authenticated
encryption: relations among notions
80
//
authenticated
via the |ad| parameter. This data is not included in the
82
// permits implicit context to be
authenticated
but may be empty if not needed.
276
// encrypted and
authenticated
, and the ciphertext is written (before the tag)
/device/generic/goldfish/fingerprint/
fingerprint.c
579
//
authenticated
message
582
auth_msg.data.
authenticated
.finger.fid = is_valid_fid(qdev, fid) ? fid : 0;
583
auth_msg.data.
authenticated
.finger.gid = 0; // unused
584
auth_msg.data.
authenticated
.hat.version = HW_AUTH_TOKEN_VERSION;
585
auth_msg.data.
authenticated
.hat.authenticator_type =
587
auth_msg.data.
authenticated
.hat.challenge = qdev->op_id;
588
auth_msg.data.
authenticated
.hat.authenticator_id = qdev->authenticator_id;
589
auth_msg.data.
authenticated
.hat.user_id = qdev->secure_user_id;
592
auth_msg.data.
authenticated
.hat.timestamp =
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java
210
*
authenticated
with device credentials.
253
// Try encrypting something, it will only work if the user
authenticated
within
260
// User is not
authenticated
, let's authenticate with device credentials.
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
MyAutofillService.kt
56
// If the entire Autofill Response is
authenticated
, AuthActivity is used
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
MyAutofillService.kt
56
// If the entire Autofill Response is
authenticated
, AuthActivity is used
/external/ppp/pppd/plugins/radius/etc/
radiusclient.conf
52
# program to call for a RADIUS
authenticated
login
Completed in 2073 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>