Searched refs:keyParams (Results 1 – 1 of 1) sorted by relevance
649 SecItemImportExportKeyParameters keyParams; in CopyIdentityFromPKCS12File() local653 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