OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootOfTrust
(Results
1 - 2
of
2
) sorted by null
/cts/tests/security/src/android/keystore/cts/
AuthorizationList.java
183
private
RootOfTrust
rootOfTrust
;
274
rootOfTrust
= new
RootOfTrust
(value);
520
public
RootOfTrust
getRootOfTrust() {
521
return
rootOfTrust
;
644
if (
rootOfTrust
!= null) {
646
s.append(
rootOfTrust
);
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyAttestationTest.java
32
import static android.keystore.cts.
RootOfTrust
.KM_VERIFIED_BOOT_VERIFIED;
[
all
...]
Completed in 115 milliseconds