HomeSort by relevance Sort by last modified time
    Searched defs:AtapOps (Results 1 - 2 of 2) 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...]
atap_types.h 26 struct AtapOps;
27 typedef struct AtapOps AtapOps;

Completed in 63 milliseconds