Searched refs:bytesDecrypted (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DwrapKeyCms.cpp324 CSSM_SIZE bytesDecrypted; local
334 bytesDecrypted,
347 TEMP3.Length = bytesDecrypted;
398 bytesDecrypted,
410 PRIVATE_KEY_BYTES.Length = bytesDecrypted;
H A DwrapKey.cpp673 CSSM_SIZE bytesDecrypted; local
683 bytesDecrypted,
689 UnwrappedKey.KeyData.Length = bytesDecrypted;
701 (unsigned)(bytesDecrypted * 8);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecFDERecoveryAsymmetricCrypto.cpp162 size_t bytesDecrypted; local
163 CSSM_RETURN crx = CSSM_DecryptData(cc, &cipherBuf, 1, &clearBuf.get(), 1, &bytesDecrypted, &remData.get());
166 // throwIfError(CSSM_DecryptData(cc, &cipherBuf, 1, &clearBuf.get(), 1, &bytesDecrypted, &remData.get()));
167 clearBuf.length(bytesDecrypted);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecFDERecoveryAsymmetricCrypto.cpp162 size_t bytesDecrypted; local
163 CSSM_RETURN crx = CSSM_DecryptData(cc, &cipherBuf, 1, &clearBuf.get(), 1, &bytesDecrypted, &remData.get());
166 // throwIfError(CSSM_DecryptData(cc, &cipherBuf, 1, &clearBuf.get(), 1, &bytesDecrypted, &remData.get()));
167 clearBuf.length(bytesDecrypted);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecFDERecoveryAsymmetricCrypto.cpp162 size_t bytesDecrypted; local
163 CSSM_RETURN crx = CSSM_DecryptData(cc, &cipherBuf, 1, &clearBuf.get(), 1, &bytesDecrypted, &remData.get());
166 // throwIfError(CSSM_DecryptData(cc, &cipherBuf, 1, &clearBuf.get(), 1, &bytesDecrypted, &remData.get()));
167 clearBuf.length(bytesDecrypted);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A Dp12Crypto.cpp170 uint32 bytesDecrypted; local
176 &bytesDecrypted,
183 plainText.Length = bytesDecrypted;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12Parse/
H A Dp12Crypto.cpp183 uint32 bytesDecrypted; local
189 &bytesDecrypted,
196 plainText.Length = bytesDecrypted;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/contextReuse/
H A DcontextReuse.cpp203 CSSM_SIZE bytesDecrypted; // per update local
253 &bytesDecrypted);
259 soprintf(("*** DecryptDataUpdate: ctextLen 0x%x bytesDecrypted 0x%x\n",
260 (unsigned)thisMove, (unsigned)bytesDecrypted));
263 ptextLen -= bytesDecrypted; // bump out ptr
265 thisPtext.Data += bytesDecrypted;
266 bytesDecryptedTotal += bytesDecrypted;
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Crypto.cpp181 CSSM_SIZE bytesDecrypted; local
187 &bytesDecrypted,
194 plainText.Length = bytesDecrypted;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp181 CSSM_SIZE bytesDecrypted; local
187 &bytesDecrypted,
194 plainText.Length = bytesDecrypted;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcspwrap.c1559 CSSM_SIZE bytesDecrypted; local
1613 &bytesDecrypted,
1617 * Deal with remData - its contents are included in bytesDecrypted.
1621 if(bytesDecrypted > origPtextLen) {
1623 uint8 *newPdata = (uint8 *)appMalloc(bytesDecrypted, NULL);
1642 ptext->Length = bytesDecrypted;
1645 ptext->Length = bytesDecrypted;
1684 CSSM_SIZE bytesDecrypted; // per update local
1778 &bytesDecrypted);
1786 ptextWork.Length = bytesDecrypted;
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/pbeTest/
H A DpbeTest.c343 CSSM_SIZE bytesDecrypted; local
366 &bytesDecrypted,
377 ptext->Data = (uint8 *)appRealloc(ptext->Data, bytesDecrypted, NULL);
380 bytesDecrypted - ptext->Length);
384 ptext->Length = bytesDecrypted;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/asymCompat/
H A DasymCompat.c79 CSSM_SIZE bytesDecrypted; local
111 &bytesDecrypted,
115 ptext->Length = bytesDecrypted;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dcssmcspi.h191 CSSM_SIZE *bytesDecrypted,
206 CSSM_SIZE *bytesDecrypted);
H A Dcssmapi.h829 CSSM_SIZE *bytesDecrypted,
844 CSSM_SIZE *bytesDecrypted,
879 CSSM_SIZE *bytesDecrypted)
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DCSPsession.cpp377 CSSM_SIZE &bytesDecrypted,
387 bytesDecrypted = writer.close();
402 CSSM_SIZE &bytesDecrypted)
409 bytesDecrypted = writer.close();
371 DecryptData(CSSM_CC_HANDLE ccHandle, const Context &context, const CssmData cipherBufs[], uint32 cipherBufCount, CssmData clearBufs[], uint32 clearBufCount, CSSM_SIZE &bytesDecrypted, CssmData &remData, CSSM_PRIVILEGE privilege) argument
397 DecryptDataUpdate(CSSM_CC_HANDLE ccHandle, const CssmData cipherBufs[], uint32 cipherBufCount, CssmData clearBufs[], uint32 clearBufCount, CSSM_SIZE &bytesDecrypted) argument
H A DCSPsession.h256 CSSM_SIZE &bytesDecrypted,
267 CSSM_SIZE &bytesDecrypted);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp377 CSSM_SIZE &bytesDecrypted,
387 bytesDecrypted = writer.close();
402 CSSM_SIZE &bytesDecrypted)
409 bytesDecrypted = writer.close();
371 DecryptData(CSSM_CC_HANDLE ccHandle, const Context &context, const CssmData cipherBufs[], uint32 cipherBufCount, CssmData clearBufs[], uint32 clearBufCount, CSSM_SIZE &bytesDecrypted, CssmData &remData, CSSM_PRIVILEGE privilege) argument
397 DecryptDataUpdate(CSSM_CC_HANDLE ccHandle, const CssmData cipherBufs[], uint32 cipherBufCount, CssmData clearBufs[], uint32 clearBufCount, CSSM_SIZE &bytesDecrypted) argument
H A DCSPsession.h256 CSSM_SIZE &bytesDecrypted,
267 CSSM_SIZE &bytesDecrypted);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/badattr/
H A Dbadattr.c408 CSSM_SIZE bytesDecrypted; local
417 crtn = CSSM_DecryptData(cryptHand, &ctext, 1, &ptext, 1, &bytesDecrypted, &remData);

Completed in 144 milliseconds