OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttestationChain
(Results
1 - 6
of
6
) sorted by null
/system/keymaster/contexts/
soft_attestation_cert.h
27
const keymaster_cert_chain_t*
getAttestationChain
(keymaster_algorithm_t algorithm,
keymaster1_passthrough_context.cpp
247
auto attestation_chain =
getAttestationChain
(key_algorithm, &error);
pure_soft_keymaster_context.cpp
240
auto attestation_chain =
getAttestationChain
(key_algorithm, &error);
soft_keymaster_context.cpp
462
auto attestation_chain =
getAttestationChain
(key_algorithm, &error);
soft_attestation_cert.cpp
305
const keymaster_cert_chain_t*
getAttestationChain
(
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java
497
return
getAttestationChain
(privateKeyAlias, keyPair, args);
603
private Iterable<byte[]>
getAttestationChain
(String privateKeyAlias,
[
all
...]
Completed in 2895 milliseconds