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

  /system/iot/attestation/atap/libatap/
atap_ops.h 30 struct AtapOps {
41 AtapResult (*read_product_id)(AtapOps* ops,
47 AtapResult (*get_auth_key_type)(AtapOps* ops, AtapKeyType* key_type);
55 AtapResult (*read_auth_key_cert_chain)(AtapOps* ops,
63 AtapResult (*write_attestation_key)(AtapOps* ops,
75 AtapResult (*read_attestation_public_key)(AtapOps* ops,
85 AtapResult (*read_soc_global_key)(AtapOps* ops,
92 AtapResult (*write_hex_uuid)(AtapOps* ops,
99 AtapResult (*get_random_bytes)(AtapOps* ops, uint8_t* buf, uint32_t buf_size);
106 AtapResult (*auth_key_sign)(AtapOps* ops
    [all...]
libatap.h 40 AtapResult atap_get_ca_request(AtapOps* ops,
51 AtapResult atap_set_ca_response(AtapOps* ops,
atap_types.h 26 struct AtapOps;
27 typedef struct AtapOps AtapOps;
atap_commands.c 26 AtapOps* ops,
53 AtapOps* ops, AtapInnerCaRequest* inner_ca_request) {
99 static AtapResult initialize_session(AtapOps* ops,
159 AtapOps* ops,
178 static AtapResult read_product_id_hash(AtapOps* ops,
192 AtapOps* ops,
229 static AtapResult decrypt_encrypted_message(AtapOps* ops,
260 static AtapResult write_attestation_data(AtapOps* ops,
298 static AtapResult write_inner_ca_response(AtapOps* ops,
338 AtapResult atap_get_ca_request(AtapOps* ops
    [all...]
atap_util.h 200 AtapOps* ops,
atap_util.c 331 AtapOps* ops,
  /system/iot/attestation/atap/ops/
atap_ops_provider.h 35 // AtapOps returned by atap_ops().
42 static AtapOpsProvider* GetInstanceFromAtapOps(AtapOps* ops) {
46 AtapOps* atap_ops() {
63 AtapOps atap_ops_;
atap_ops_provider.cpp 31 AtapResult forward_read_product_id(AtapOps* ops,
38 AtapResult forward_get_auth_key_type(AtapOps* ops, AtapKeyType* key_type) {
44 AtapResult forward_read_auth_key_cert_chain(AtapOps* ops,
51 AtapResult forward_write_attestation_key(AtapOps* ops,
60 AtapResult forward_read_attestation_public_key(AtapOps* ops,
70 AtapOps* ops, uint8_t global_key[ATAP_AES_128_KEY_LEN]) {
76 AtapResult forward_write_hex_uuid(AtapOps* ops,
83 AtapResult forward_get_random_bytes(AtapOps* ops,
91 AtapResult forward_auth_key_sign(AtapOps* ops,
102 AtapOps* ops
    [all...]

Completed in 66 milliseconds