Home
last modified time | relevance | path

Searched refs:atx_ops (Results 1 – 4 of 4) sorted by relevance

/external/avb/libavb_atx/
Davb_atx_validate.c175 result = ops->atx_ops->read_permanent_attributes(ops->atx_ops, in avb_atx_validate_vbmeta_public_key()
181 result = ops->atx_ops->read_permanent_attributes_hash( in avb_atx_validate_vbmeta_public_key()
182 ops->atx_ops, permanent_attributes_hash); in avb_atx_validate_vbmeta_public_key()
Davb_atx_ops.h54 AvbAtxOps* atx_ops, AvbAtxPermanentAttributes* attributes);
61 AvbAtxOps* atx_ops, uint8_t hash[AVB_SHA256_DIGEST_SIZE]);
/external/avb/test/
Dfake_avb_ops.cc345 AvbAtxOps* atx_ops, AvbAtxPermanentAttributes* attributes) { in my_ops_read_permanent_attributes() argument
346 return FakeAvbOps::GetInstanceFromAvbOps(atx_ops->ops) in my_ops_read_permanent_attributes()
352 AvbAtxOps* atx_ops, uint8_t hash[AVB_SHA256_DIGEST_SIZE]) { in my_ops_read_permanent_attributes_hash() argument
353 return FakeAvbOps::GetInstanceFromAvbOps(atx_ops->ops) in my_ops_read_permanent_attributes_hash()
360 avb_ops_.atx_ops = &avb_atx_ops_; in FakeAvbOps()
/external/avb/libavb/
Davb_ops.h94 struct AvbAtxOps* atx_ops; member