Searched defs:Profile (Results 1 – 3 of 3) sorted by relevance
8 pub(super) struct Profile { struct16 /// Profile for DICE specification. argument32 /// enforce the requirements on the configuration hash as defined by the Open Profile for DICE. argument48 /// The mode field must be a byte string holding a single byte as specified by the Open Profile argument66 impl Profile { impl105 impl From<ProfileVersion> for Profile { implementation
88 profile: &Profile, in from_entries()171 profile: &Profile, in from_entries()236 profile: &Profile, in validate_hash_sizes()277 fn validate_key_usage(profile: &Profile, key_usage: FieldValue) -> Result<()> { in validate_key_usage()297 profile: &Profile, in validate_subject_public_key()309 profile: &Profile, in validate_mode()349 profile: &Profile, in validate_config()385 fn config_desc_from_slice(profile: &Profile, bytes: &[u8]) -> Result<ConfigDesc> { in config_desc_from_slice()448 fn validate_version(profile: &Profile, field: FieldValue) -> Result<Option<ComponentVersion>> { in validate_version()
115 Profile []*profTime `json:"profile"` member