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

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DdesTest.cpp20 #define DES_BLOCK_SIZE 8 macro
109 iv.len = DES_BLOCK_SIZE;
166 iv.len = DES_BLOCK_SIZE;
229 ctext.Data = (uint8 *)CSSM_MALLOC(PTEXT_SIZE + DES_BLOCK_SIZE);
230 ctext.Length = PTEXT_SIZE + DES_BLOCK_SIZE;
258 ctext.Length = PTEXT_SIZE + DES_BLOCK_SIZE;
267 rptext.Length = PTEXT_SIZE + DES_BLOCK_SIZE;
/macosx-10.10.1/Security-57031.1.35/ntlm/
H A DntlmBlobPriv.c448 ortn = ntlmDesCrypt(desKey2, lmHashPlaintext, digest + DES_BLOCK_SIZE);
492 ortn = ntlmDesCrypt(key2, ptext, ntlmResp + DES_BLOCK_SIZE);
495 ortn = ntlmDesCrypt(key3, ptext, ntlmResp + (2 * DES_BLOCK_SIZE));
H A DntlmBlobPriv.h243 #define DES_BLOCK_SIZE 8 macro
261 const unsigned char *inData, // DES_BLOCK_SIZE bytes
262 unsigned char *outData); // DES_BLOCK_SIZE bytes
/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c87 #define DES_BLOCK_SIZE 8 macro
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c87 #define DES_BLOCK_SIZE 8 macro

Completed in 146 milliseconds