Searched refs:CC_MD4_DIGEST_LENGTH (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A DCCDGlue.h94 #define CC_MD4_DIGEST_LENGTH 16 macro
H A Devp-cc.c638 CC_MD4_DIGEST_LENGTH,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest.cpp26 return CC_MD4_DIGEST_LENGTH;
78 MD4Digest::MD4Digest() : Digest(kSecDigestMD4, CC_MD4_DIGEST_LENGTH)
94 return CC_MD4_DIGEST_LENGTH;
H A DDigest.h53 u_int8_t mDigestBuffer[CC_MD4_DIGEST_LENGTH];
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonDigest.h85 #define CC_MD4_DIGEST_LENGTH 16 /* digest length in bytes */ macro
269 #define MD4_DIGEST_LENGTH CC_MD4_DIGEST_LENGTH
/macosx-10.10/Heimdal-398.1.2/lib/ntlm/
H A Dntlm.c1218 key->data = malloc(CC_MD4_DIGEST_LENGTH);
1221 key->length = CC_MD4_DIGEST_LENGTH;
1265 if (len != CC_MD4_DIGEST_LENGTH)
1269 memset(&res[CC_MD4_DIGEST_LENGTH], 0, sizeof(res) - CC_MD4_DIGEST_LENGTH);
1289 session->length = CC_MD4_DIGEST_LENGTH;
1336 if (base_session->length != CC_MD4_DIGEST_LENGTH)
1339 session->length = CC_MD4_DIGEST_LENGTH;
1345 encryptedSession->length = CC_MD4_DIGEST_LENGTH;
1468 if (encryptedSession->length != CC_MD4_DIGEST_LENGTH)
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccOneShot/
H A DccOneShot.cpp72 { ALG_MD4, "MD4", CC_MD4_DIGEST_LENGTH,
/macosx-10.10/Security-57031.1.35/Security/include/security_ocspd/
H A DocspResponse.cpp166 digestData.Length = CC_MD4_DIGEST_LENGTH;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ocspd/common/
H A DocspResponse.cpp166 digestData.Length = CC_MD4_DIGEST_LENGTH;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecKey.c465 digestLen = CC_MD4_DIGEST_LENGTH;
723 digestLen = CC_MD4_DIGEST_LENGTH;
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonDigest.c223 byteBuffer retval = mallocByteBuffer(CC_MD4_DIGEST_LENGTH);
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp-cc.c1261 .hash_size = CC_MD4_DIGEST_LENGTH,
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKey.cpp1538 digestLen = CC_MD4_DIGEST_LENGTH;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKey.cpp1538 digestLen = CC_MD4_DIGEST_LENGTH;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKey.cpp1538 digestLen = CC_MD4_DIGEST_LENGTH;

Completed in 128 milliseconds