HomeSort by relevance Sort by last modified time
    Searched refs:AtapCertChain (Results 1 - 10 of 10) sorted by null

  /system/iot/attestation/atap/test/
fake_atap_ops.cpp 45 AtapResult FakeAtapOps::read_auth_key_cert_chain(AtapCertChain* cert_chain) {
51 const AtapCertChain* cert_chain) {
fake_atap_ops.h 45 AtapResult read_auth_key_cert_chain(AtapCertChain* cert_chain) override;
49 const AtapCertChain* cert_chain) override;
atap_util_unittest.cpp 55 static void validate_cert_chain(const uint8_t* buf, AtapCertChain* chain) {
65 static void alloc_test_cert_chain(AtapCertChain* chain) {
129 AtapCertChain chain;
  /system/iot/attestation/atap/libatap/
atap_util.h 153 const AtapCertChain* cert_chain);
166 bool copy_cert_chain_from_buf(uint8_t** buf_ptr, AtapCertChain* cert_chain);
172 uint32_t cert_chain_serialized_size(const AtapCertChain* cert_chain);
179 void free_cert_chain(AtapCertChain cert_chain);
atap_types.h 111 } AtapCertChain;
115 AtapCertChain auth_key_cert_chain;
atap_ops.h 56 AtapCertChain* cert_chain);
66 const AtapCertChain* cert_chain);
atap_util.c 61 const AtapCertChain* cert_chain) {
128 bool copy_cert_chain_from_buf(uint8_t** buf_ptr, AtapCertChain* cert_chain) {
134 atap_memset(cert_chain, 0, sizeof(AtapCertChain));
168 uint32_t cert_chain_serialized_size(const AtapCertChain* cert_chain) {
205 void free_cert_chain(AtapCertChain cert_chain) {
214 atap_memset(&cert_chain, 0, sizeof(AtapCertChain));
atap_commands.c 264 AtapCertChain cert_chain;
  /system/iot/attestation/atap/ops/
atap_ops_delegate.h 45 virtual AtapResult read_auth_key_cert_chain(AtapCertChain* cert_chain) = 0;
49 const AtapCertChain* cert_chain) = 0;
atap_ops_provider.cpp 45 AtapCertChain* cert_chain) {
54 const AtapCertChain* cert_chain) {

Completed in 6616 milliseconds