Searched refs:ops_with_context (Results 1 - 1 of 1) sorted by relevance

/external/avb/examples/things/
H A Davb_atx_slot_verify.c72 * |ops_with_context| will be used to store the new combined ops and context.
77 const AvbAtxOps* existing_ops, AvbAtxOpsWithContext* ops_with_context) {
78 avb_memset(ops_with_context, 0, sizeof(AvbAtxOpsWithContext));
79 ops_with_context->atx_ops = *existing_ops;
81 ops_with_context->atx_ops.ops->atx_ops = &ops_with_context->atx_ops;
82 ops_with_context->atx_ops.set_key_version = save_key_version_to_context;
83 return &ops_with_context->atx_ops;
138 AvbAtxOpsWithContext ops_with_context; local
140 atx_ops = setup_ops_with_context(atx_ops, &ops_with_context);
76 setup_ops_with_context( const AvbAtxOps* existing_ops, AvbAtxOpsWithContext* ops_with_context) argument
[all...]

Completed in 253 milliseconds