Searched defs:os_cert_handle (Results 1 – 3 of 3) sorted by relevance
328 OSCertHandle os_cert_handle() const { return cert_handle_; } in os_cert_handle() function
357 OSCertHandle os_cert_handle() const { return cert_handle_; } in os_cert_handle() function
187 OSStatus CSSMCachedCertificate::Init(SecCertificateRef os_cert_handle) { in Init()