OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeDateTime
(Results
1 - 3
of
3
) sorted by null
/cts/tests/security/src/android/keystore/cts/
AuthorizationList.java
171
private Date
activeDateTime
;
247
activeDateTime
= Asn1Utils.getDateFromAsn1(value);
473
return
activeDateTime
;
609
if (
activeDateTime
!= null) {
610
s.append("\nActive: ").append(formatDate(
activeDateTime
));
/system/keymaster/km_openssl/
attestation_utils.cpp
337
uint64_t
activeDateTime
= 0;
338
key.authorizations().GetTagValue(TAG_ACTIVE_DATETIME, &
activeDateTime
);
339
if (!notBefore.get() || !ASN1_TIME_set(notBefore.get(),
activeDateTime
/ 1000) ||
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyAttestationTest.java
636
Date
activeDateTime
= validityPeriodList.getActiveDateTime();
640
assertNotNull(
activeDateTime
);
[
all
...]
Completed in 400 milliseconds