Home
last modified time | relevance | path

Searched refs:Security (Results 1 – 5 of 5) sorted by relevance

/optee_rust/optee-teec/src/
A Derror.rs77 Security = 0xFFFF000F, enumerator
110 ErrorKind::Security => "A security fault was detected.", in as_str()
163 raw::TEEC_ERROR_SECURITY => ErrorKind::Security, in kind()
A Dextension.rs60 return Err(Error::new(ErrorKind::Security)); in set_buf_from_slice()
/optee_rust/
A DSECURITY.md1 # Security Policy
A DREADME.md99 booktitle = "Proceedings of the 36th Annual Computer Security Applications Conference",
/optee_rust/optee-utee/src/
A Derror.rs82 Security = 0xFFFF000F, enumerator
133 ErrorKind::Security => "A security fault was detected.", in as_str()
199 raw::TEE_ERROR_SECURITY => ErrorKind::Security, in kind()

Completed in 6 milliseconds