Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c593 CFDataRef pkcs_data = NULL; in CopyIdentityFromPKCS12File() local
602 pkcs_data = CFDataCreate(kCFAllocatorDefault, in CopyIdentityFromPKCS12File()
605 status = (pkcs_data != NULL) ? errSecSuccess : errSecAllocate; in CopyIdentityFromPKCS12File()
606 resource_imported = (pkcs_data != NULL); in CopyIdentityFromPKCS12File()
615 pkcs_url, &pkcs_data, in CopyIdentityFromPKCS12File()
633 status = SecPKCS12Import(pkcs_data, options, &items); in CopyIdentityFromPKCS12File()
657 status = SecItemImport(pkcs_data, NULL, &inputFormat, &inputType, in CopyIdentityFromPKCS12File()
692 CFRelease(pkcs_data); in CopyIdentityFromPKCS12File()

Completed in 12 milliseconds