Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c649 SecItemImportExportKeyParameters keyParams; in CopyIdentityFromPKCS12File() local
653 memset(&keyParams, 0x00, sizeof(keyParams)); in CopyIdentityFromPKCS12File()
654 keyParams.version = SEC_KEY_IMPORT_EXPORT_PARAMS_VERSION; in CopyIdentityFromPKCS12File()
655 keyParams.passphrase = password; in CopyIdentityFromPKCS12File()
658 0, &keyParams, NULL, &items); in CopyIdentityFromPKCS12File()

Completed in 8 milliseconds