Searched defs:AvbCertOps (Results 1 – 2 of 2) sorted by relevance
/external/avb/libavb_cert/ |
D | avb_cert_ops.h | 42 typedef struct AvbCertOps AvbCertOps; typedef 45 struct AvbCertOps { struct 54 AvbCertOps* cert_ops, AvbCertPermanentAttributes* attributes); argument 61 AvbCertOps* cert_ops, uint8_t hash[AVB_SHA256_DIGEST_SIZE]); argument 66 void (*set_key_version)(AvbCertOps* cert_ops, argument 75 AvbIOResult (*get_random)(AvbCertOps* cert_ops, argument
|
/external/avb/rust/src/ |
D | ops.rs | 1195 cert_ops: *mut AvbCertOps, in read_permanent_attributes() 1210 cert_ops: *mut AvbCertOps, in try_read_permanent_attributes() 1227 cert_ops: *mut AvbCertOps, in read_permanent_attributes_hash() 1243 cert_ops: *mut AvbCertOps, in try_read_permanent_attributes_hash() 1267 cert_ops: *mut AvbCertOps, in set_key_version() 1290 cert_ops: *mut AvbCertOps, in try_set_key_version() 1306 cert_ops: *mut AvbCertOps, in get_random() 1322 cert_ops: *mut AvbCertOps, in try_get_random()
|