Searched refs:crypto_param (Results 1 – 1 of 1) sorted by relevance
58 SECItem* crypto_param = NULL; in ImportEncryptedECPrivateKeyInfoAndReturnKey() local73 &epki->algorithm, &crypto_param, password); in ImportEncryptedECPrivateKeyInfoAndReturnKey()82 *private_key = PK11_UnwrapPrivKey(slot, key, crypto_mech_type, crypto_param, in ImportEncryptedECPrivateKeyInfoAndReturnKey()87 if (crypto_param != NULL) in ImportEncryptedECPrivateKeyInfoAndReturnKey()88 SECITEM_ZfreeItem(crypto_param, PR_TRUE); in ImportEncryptedECPrivateKeyInfoAndReturnKey()