Lines Matching full:payload
15 * define INTEL_LB_FLAG_IS_PERSISTENT - Mark the payload as persistent
17 * This flag indicates that the late binding payload should be stored
23 * enum intel_lb_type - enum to determine late binding payload type
39 * @INTEL_LB_STATUS_INVALID_SIGNATURE: Payload has an invalid or untrusted signature
40 * @INTEL_LB_STATUS_INVALID_PAYLOAD: Payload contents are not accepted by firmware
89 * @push_payload: Sends a payload to the authentication firmware
92 * @type: Payload type (see &enum intel_lb_type)
93 * @flags: Payload flags bitmap (e.g. %INTEL_LB_FLAGS_IS_PERSISTENT)
94 * @payload: Pointer to payload buffer
95 * @payload_size: Payload buffer size in bytes
101 const void *payload, size_t payload_size);