Searched refs:bytesEncrypted (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DwrapKeyCms.cpp175 CSSM_SIZE bytesEncrypted; local
183 bytesEncrypted,
189 TEMP1.Length = bytesEncrypted;
255 bytesEncrypted,
269 outBlob.Length = bytesEncrypted;
H A DwrapKey.cpp435 CSSM_SIZE bytesEncrypted; local
442 bytesEncrypted,
448 encryptedBlob.Length = bytesEncrypted;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DCSPsession.cpp329 CSSM_SIZE &bytesEncrypted,
339 bytesEncrypted = writer.close();
354 CSSM_SIZE &bytesEncrypted)
361 bytesEncrypted = writer.close();
755 CSSM_SIZE bytesEncrypted; local
780 result = CSSM_EncryptData(encryptHandle, &clearBuf, 1, &cipherBuf, 1, &bytesEncrypted, &remData);
809 result = CSSM_DecryptData(decryptHandle, &cipherBuf, 1, &decryptedBuf, 1, &bytesEncrypted, &remData);
323 EncryptData(CSSM_CC_HANDLE ccHandle, const Context &context, const CssmData clearBufs[], uint32 clearBufCount, CssmData cipherBufs[], uint32 cipherBufCount, CSSM_SIZE &bytesEncrypted, CssmData &remData, CSSM_PRIVILEGE privilege) argument
349 EncryptDataUpdate(CSSM_CC_HANDLE ccHandle, const CssmData clearBufs[], uint32 clearBufCount, CssmData cipherBufs[], uint32 cipherBufCount, CSSM_SIZE &bytesEncrypted) argument
H A DCSPsession.h235 CSSM_SIZE &bytesEncrypted,
246 CSSM_SIZE &bytesEncrypted);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DCSPsession.cpp329 CSSM_SIZE &bytesEncrypted,
339 bytesEncrypted = writer.close();
354 CSSM_SIZE &bytesEncrypted)
361 bytesEncrypted = writer.close();
755 CSSM_SIZE bytesEncrypted; local
780 result = CSSM_EncryptData(encryptHandle, &clearBuf, 1, &cipherBuf, 1, &bytesEncrypted, &remData);
809 result = CSSM_DecryptData(decryptHandle, &cipherBuf, 1, &decryptedBuf, 1, &bytesEncrypted, &remData);
323 EncryptData(CSSM_CC_HANDLE ccHandle, const Context &context, const CssmData clearBufs[], uint32 clearBufCount, CssmData cipherBufs[], uint32 cipherBufCount, CSSM_SIZE &bytesEncrypted, CssmData &remData, CSSM_PRIVILEGE privilege) argument
349 EncryptDataUpdate(CSSM_CC_HANDLE ccHandle, const CssmData clearBufs[], uint32 clearBufCount, CssmData cipherBufs[], uint32 cipherBufCount, CSSM_SIZE &bytesEncrypted) argument
H A DCSPsession.h235 CSSM_SIZE &bytesEncrypted,
246 CSSM_SIZE &bytesEncrypted);
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Crypto.cpp272 CSSM_SIZE bytesEncrypted; local
278 &bytesEncrypted,
285 cipherText.Length = bytesEncrypted;
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Crypto.cpp272 CSSM_SIZE bytesEncrypted; local
278 &bytesEncrypted,
285 cipherText.Length = bytesEncrypted;
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmspubkey.c889 CSSM_SIZE bytesEncrypted; local
1180 &bytesEncrypted,
1186 encKey->Data = PORT_ArenaAlloc(poolp, bytesEncrypted);
1187 encKey->Length = bytesEncrypted;
1189 if(bytesEncrypted != ctext.Length) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmspubkey.c889 CSSM_SIZE bytesEncrypted; local
1180 &bytesEncrypted,
1186 encKey->Data = PORT_ArenaAlloc(poolp, bytesEncrypted);
1187 encKey->Length = bytesEncrypted;
1189 if(bytesEncrypted != ctext.Length) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmcspi.h163 CSSM_SIZE *bytesEncrypted,
178 CSSM_SIZE *bytesEncrypted);
H A Dcssmapi.h755 CSSM_SIZE *bytesEncrypted,
770 CSSM_SIZE *bytesEncrypted,
805 CSSM_SIZE *bytesEncrypted)

Completed in 219 milliseconds