Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs39 pub enum CertPathError { enum
160 pub fn add_cert_paths(&self) -> Result<(), CertPathError> { in add_cert_paths() argument
319 pub fn add_subject_cert_path(&self) -> Result<(), CertPathError> { in add_subject_cert_path() argument
425 ) -> Result<(), CertPathError> in cert_path_operation()
429 return Err(CertPathError::CertPathOperationError); in cert_path_operation()
454 return Err(CertPathError::CertPathOperationError); in cert_path_operation()
464 ) -> Result<(), CertPathError> { in add_cert_path_info() argument
481 ) -> Result<(), CertPathError> { in remove_cert_path_info() argument