Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dsectransp.c1034 SecIdentityRef *out_cert_and_key) in CopyIdentityWithLabel() argument
1081 *out_cert_and_key = NULL; in CopyIdentityWithLabel()
1099 *out_cert_and_key = identity; in CopyIdentityWithLabel()
1117 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
1123 status = CopyIdentityWithLabelOldSchool(label, out_cert_and_key); in CopyIdentityWithLabel()
1131 SecIdentityRef *out_cert_and_key) in CopyIdentityFromPKCS12File() argument
1219 *out_cert_and_key = (SecIdentityRef) identity; in CopyIdentityFromPKCS12File()
1226 out_cert_and_key); in CopyIdentityFromPKCS12File()