Home
last modified time | relevance | path

Searched refs:COMMON_NAME_CHAR_LIMIT (Results 1 - 1 of 1) sorted by relevance

/base/security/code_signature/services/key_enable/src/
H A Dcert_path_utils.rs37 const COMMON_NAME_CHAR_LIMIT: usize = 7; consts
382 if common_name.len() >= COMMON_NAME_CHAR_LIMIT && organization.len() >= COMMON_NAME_CHAR_LIMIT { in common_format_fabricate_name()
383 let common_name_prefix = &common_name.as_bytes()[..COMMON_NAME_CHAR_LIMIT]; in common_format_fabricate_name()
384 let organization_prefix = &organization.as_bytes()[..COMMON_NAME_CHAR_LIMIT]; in common_format_fabricate_name()

Completed in 1 milliseconds