Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs433 let issuer_cstring = CString::new(issuer).expect("convert to cstring error!"); in cert_path_operation() localVariable
443 issuer_length: issuer_cstring.as_bytes().len() as u32, in cert_path_operation()
445 issuer: issuer_cstring.as_ptr() as u64, in cert_path_operation()