Searched refs:epki (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfo_ImplTest.java57 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(
61 assertEquals(EncryptedPrivateKeyInfoData.algName0[i][1], epki
83 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(
86 assertEquals(EncryptedPrivateKeyInfoData.algName0[i][1], epki
113 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap,
115 assertEquals(EncryptedPrivateKeyInfoData.algName0[i][1], epki
/external/chromium_org/crypto/third_party/nss/
H A Dpk11akey.cc50 SECKEYEncryptedPrivateKeyInfo* epki,
63 &epki->algorithm,
73 &epki->algorithm, &crypto_param, password);
83 &epki->encryptedData, nickname,
48 ImportEncryptedECPrivateKeyInfoAndReturnKey( PK11SlotInfo* slot, SECKEYEncryptedPrivateKeyInfo* epki, SECItem* password, SECItem* nickname, SECItem* public_value, PRBool permanent, PRBool sensitive, SECKEYPrivateKey** private_key, void* wincx) argument
H A Dchromium-nss.h63 SECKEYEncryptedPrivateKeyInfo* epki,
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java305 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(enc);
307 if (epki.getAlgParameters() == null) {
358 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(encodedCopy);
362 assertTrue(Arrays.equals(encoded, epki.getEncoded()));
473 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo("DSA",
479 epki.getEncryptedData()));
611 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap,
619 epki.getEncryptedData()));
636 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(
641 AlgorithmParameters apar = epki
[all...]
/external/chromium_org/crypto/
H A Dec_private_key_nss.cc174 SECKEYEncryptedPrivateKeyInfo epki; local
175 memset(&epki, 0, sizeof(epki));
181 &epki,
199 &epki,

Completed in 190 milliseconds