Home
last modified time | relevance | path

Searched defs:sec_trust_evaluate_with_error (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/osclientcerts/src/
H A Dbackend_macos.rs98 sec_trust_evaluate_with_error: Symbol<'a, SecTrustEvaluateWithErrorType>, field
147 let sec_trust_evaluate_with_error = library in new() localVariable
312 fn sec_trust_evaluate_with_error(&self, trust: &SecTrust) -> Result<bool, ()> { in sec_trust_evaluate_with_error() method
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/osclientcerts/src/
H A Dbackend_macos.rs98 sec_trust_evaluate_with_error: Symbol<'a, SecTrustEvaluateWithErrorType>, field
147 let sec_trust_evaluate_with_error = library in new() localVariable
312 fn sec_trust_evaluate_with_error(&self, trust: &SecTrust) -> Result<bool, ()> { in sec_trust_evaluate_with_error() method
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/osclientcerts/src/
H A Dbackend_macos.rs101 sec_trust_evaluate_with_error: Symbol<'a, SecTrustEvaluateWithErrorType>, field
160 let sec_trust_evaluate_with_error = library in new() localVariable
351 fn sec_trust_evaluate_with_error(&self, trust: &SecTrust) -> Result<bool, ()> { in sec_trust_evaluate_with_error() method
/dports/www/firefox/firefox-99.0/security/manager/ssl/osclientcerts/src/
H A Dbackend_macos.rs97 sec_trust_evaluate_with_error: Symbol<'a, SecTrustEvaluateWithErrorType>, field
146 let sec_trust_evaluate_with_error = library in new() localVariable
313 fn sec_trust_evaluate_with_error(&self, trust: &SecTrust) -> Result<bool, Error> { in sec_trust_evaluate_with_error() method