pub type sc_security_env_t = sc_security_env;Aliased Type§
struct sc_security_env_t {
pub flags: u32,
pub operation: i32,
pub algorithm: u32,
pub algorithm_flags: u32,
pub algorithm_ref: u32,
pub file_ref: sc_path,
pub key_ref: [u8; 8],
pub key_ref_len: u32,
pub target_file_ref: sc_path,
pub supported_algos: [sc_supported_algo_info; 8],
pub params: [sc_sec_env_param; 10],
}Fields§
§flags: u32§operation: i32§algorithm: u32§algorithm_flags: u32§algorithm_ref: u32§file_ref: sc_path§key_ref: [u8; 8]§key_ref_len: u32§target_file_ref: sc_path§supported_algos: [sc_supported_algo_info; 8]§params: [sc_sec_env_param; 10]