Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dsectransp.c1137 CFDataRef pkcs_data = NULL; in CopyIdentityFromPKCS12File() local
1146 pkcs_data = CFDataCreate(kCFAllocatorDefault, in CopyIdentityFromPKCS12File()
1148 status = (pkcs_data != NULL) ? errSecSuccess : errSecAllocate; in CopyIdentityFromPKCS12File()
1149 resource_imported = (pkcs_data != NULL); in CopyIdentityFromPKCS12File()
1158 pkcs_url, &pkcs_data, in CopyIdentityFromPKCS12File()
1176 status = SecPKCS12Import(pkcs_data, options, &items); in CopyIdentityFromPKCS12File()
1200 status = SecItemImport(pkcs_data, NULL, &inputFormat, &inputType, in CopyIdentityFromPKCS12File()
1235 CFRelease(pkcs_data); in CopyIdentityFromPKCS12File()