Searched refs:certificateHash (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcs_utils.h143 CFDataRef certificateHash(SecCertificateRef cert);
H A Dcs_utils.cpp277 CFRef<CFDataRef> hash = certificateHash(cert);
431 CFDataRef certificateHash(SecCertificateRef cert) function
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.c922 CFStringRef certificateHash = NULL; local
961 certificateHash = CFRetain (useClientName);
1189 if (NULL != certificateHash)
1190 CFDictionarySetValue (outInfo, kKRBCertificateHashKey, certificateHash);
1206 if (NULL != certificateHash) { CFRelease (certificateHash); }

Completed in 189 milliseconds