Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Ddarwinssl.c980 CFDataRef pkcs_data = NULL; in CopyIdentityFromPKCS12File() local
986 if(CFURLCreateDataAndPropertiesFromResource(NULL, pkcs_url, &pkcs_data, in CopyIdentityFromPKCS12File()
995 status = SecPKCS12Import(pkcs_data, options, &items); in CopyIdentityFromPKCS12File()
1009 CFRelease(pkcs_data); in CopyIdentityFromPKCS12File()