Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c592 CFDataRef pkcs_data = NULL; in CopyIdentityFromPKCS12File() local
601 pkcs_data = CFDataCreate(kCFAllocatorDefault, in CopyIdentityFromPKCS12File()
604 status = (pkcs_data != NULL) ? errSecSuccess : errSecAllocate; in CopyIdentityFromPKCS12File()
605 resource_imported = (pkcs_data != NULL); in CopyIdentityFromPKCS12File()
614 pkcs_url, &pkcs_data, in CopyIdentityFromPKCS12File()
632 status = SecPKCS12Import(pkcs_data, options, &items); in CopyIdentityFromPKCS12File()
656 status = SecItemImport(pkcs_data, NULL, &inputFormat, &inputType, in CopyIdentityFromPKCS12File()
691 CFRelease(pkcs_data); in CopyIdentityFromPKCS12File()

Completed in 10 milliseconds