Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Ddarwinssl.c885 SecIdentityRef *out_cert_and_key) in CopyIdentityWithLabel() argument
931 *out_cert_and_key = NULL; in CopyIdentityWithLabel()
935 *out_cert_and_key = in CopyIdentityWithLabel()
937 err = SecIdentityCopyCertificate(*out_cert_and_key, &cert); in CopyIdentityWithLabel()
948 *out_cert_and_key = NULL; in CopyIdentityWithLabel()
960 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
966 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
973 SecIdentityRef *out_cert_and_key) in CopyIdentityFromPKCS12File() argument
1003 *out_cert_and_key = (SecIdentityRef)temp_identity; in CopyIdentityFromPKCS12File()