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

  /external/avb/libavb_atx/
avb_atx_ops.h 54 AvbAtxOps* atx_ops, AvbAtxPermanentAttributes* attributes);
61 AvbAtxOps* atx_ops, uint8_t hash[AVB_SHA256_DIGEST_SIZE]);
avb_atx_validate.c 175 result = ops->atx_ops->read_permanent_attributes(ops->atx_ops,
181 result = ops->atx_ops->read_permanent_attributes_hash(
182 ops->atx_ops, permanent_attributes_hash);
  /external/avb/libavb/
avb_ops.h 94 struct AvbAtxOps* atx_ops; member in struct:AvbOps
  /external/avb/test/
fake_avb_ops.cc 345 AvbAtxOps* atx_ops, AvbAtxPermanentAttributes* attributes) {
346 return FakeAvbOps::GetInstanceFromAvbOps(atx_ops->ops)
352 AvbAtxOps* atx_ops, uint8_t hash[AVB_SHA256_DIGEST_SIZE]) {
353 return FakeAvbOps::GetInstanceFromAvbOps(atx_ops->ops)
360 avb_ops_.atx_ops = &avb_atx_ops_;

Completed in 141 milliseconds