Searched refs:atap_free (Results 1 - 7 of 7) sorted by relevance

/system/iot/attestation/atap/libatap/
H A Datap_sysdeps.h68 * The memory should be freed with atap_free() when you are done with it.
73 void atap_free(void* ptr);
H A Datap_sysdeps_posix.c60 void atap_free(void* ptr) { function
H A Datap_commands.c91 atap_free(inner_ca_request->edDSA_pubkey.data);
225 atap_free(inner_ca_request_buf);
450 atap_free(inner_ca_resp);
453 atap_free(inner_inner_ca_resp);
H A Datap_util.c200 atap_free(blob.data);
210 atap_free(cert_chain.entries[i].data);
/system/iot/attestation/atap/test/
H A Datap_command_unittest.cpp124 atap_free(inner);
141 atap_free(ca_request);
166 atap_free(ca_response);
184 atap_free(ca_request);
199 atap_free(ca_request);
215 atap_free(ca_request);
H A Datap_sysdeps_posix_testing.cpp74 void atap_free(void* ptr) { function
/system/iot/attestation/atap/ops/
H A Dopenssl_ops.cpp180 atap_free(out_buf);
222 atap_free(in_buf);

Completed in 513 milliseconds