Home
last modified time | relevance | path

Searched defs:Profile (Results 1 – 3 of 3) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dprofile.rs8 pub(super) struct Profile { struct
16 /// Profile for DICE specification. argument
32 /// enforce the requirements on the configuration hash as defined by the Open Profile for DICE. argument
48 /// The mode field must be a byte string holding a single byte as specified by the Open Profile argument
66 impl Profile { impl
105 impl From<ProfileVersion> for Profile { implementation
Dentry.rs88 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()
/tools/treble/build/treble_build/cmd/
Dmain.go115 Profile []*profTime `json:"profile"` member