Searched refs:MAX_CERT_PATH (Results 1 – 1 of 1) sorted by relevance
36 const MAX_CERT_PATH: &str = "max-certs-path"; const227 … let path_len = match cert_profile[MAX_CERT_PATH].try_as_number().and_then(|n| n.try_as_i64()) { in parse_cert_profile()