Home
last modified time | relevance | path

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

/external/tpm2/
DCpriRSA.c695 BYTE *eIn, // IN: the encoded data in PssDecode() argument
709 pAssert(dIn != NULL && eIn != NULL); in PssDecode()
714 fail = ((eIn[0] & 0x80) != 0); in PssDecode()
716 fail |= (eIn[eInSize - 1] != 0xbc); in PssDecode()
720 if((retVal = _cpri__MGF1(mLen, mask, hashAlg, hLen, &eIn[mLen])) < 0) in PssDecode()
730 *pm++ ^= *eIn++; in PssDecode()
770 fail |= (memcmp(mask, eIn, hLen) != 0); in PssDecode()
843 BYTE *eIn // IN: the encoded data in RSASSA_Decode() argument
851 pAssert(hIn != NULL && eIn != NULL); in RSASSA_Decode()
862 fail |= (*eIn++ != 0); // initial byte of zero in RSASSA_Decode()
[all …]
Dpart4.txt29658 620 BYTE *eIn, // IN: the encoded data
29673 635 pAssert(dIn != NULL && eIn != NULL);
29680 642 fail = ((eIn[0] & 0x80) != 0);
29683 645 fail |= (eIn[eInSize - 1] != 0xbc);
29688 650 if((retVal = _cpri__MGF1(mLen, mask, hashAlg, hLen, &eIn[mLen])) < 0)
29697 659 // advances eIn so that it will end up pointing to the seed data
29700 662 *pm++ ^= *eIn++;
29735 692 // hash and the seed to recreate the hash in the lower portion of eIn.
29753 710 fail |= (memcmp(mask, eIn, hLen) != 0);
29836 763 BYTE *eIn // IN: the encoded data
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java871 …org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo eIn = org.bouncycastle.asn1.pkcs.EncryptedPriva… in engineLoad() local
872 …PrivateKey privKey = unwrapKey(eIn.getEncryptionAlgorithm(), eIn.getEncryptedData(), password, wro… in engineLoad()
970 …org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo eIn = org.bouncycastle.asn1.pkcs.EncryptedPriva… in engineLoad() local
971 …PrivateKey privKey = unwrapKey(eIn.getEncryptionAlgorithm(), eIn.getEncryptedData(), password, wro… in engineLoad()