coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cmd_param_sha Struct Reference

#include <svc.h>

Collaboration diagram for cmd_param_sha:
Collaboration graph

Data Fields

struct sha_generic_data * ptr_sha_op
 
enum sha_operation_mode sha_mode
 

Detailed Description

Definition at line 62 of file svc.h.

Field Documentation

◆ ptr_sha_op

struct sha_generic_data* cmd_param_sha::ptr_sha_op

Definition at line 63 of file svc.h.

Referenced by svc_crypto_sha().

◆ sha_mode

enum sha_operation_mode cmd_param_sha::sha_mode

Definition at line 63 of file svc.h.

Referenced by svc_crypto_sha().


The documentation for this struct was generated from the following file: