Home
last modified time | relevance | path

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

/external/libchrome/crypto/third_party/nss/
Dpk11akey.cc58 SECItem* crypto_param = NULL; in ImportEncryptedECPrivateKeyInfoAndReturnKey() local
73 &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()