2 // SecCFCanonicalHashes.h
5 // Created by Mitch Adler on 2/8/12.
6 // Copyright (c) 2012 Apple Inc. All rights reserved.
9 #ifndef _SECCFCANONICALHASHES_H_
10 #define _SECCFCANONICALHASHES_H_
12 #include <CoreFoundation/CFDictionary.h>
13 #include <CoreFoundation/CFData.h>
15 #include <corecrypto/ccdigest.h>
17 bool SecCFAppendCFDictionaryHash(CFDictionaryRef thisDictionary
, const struct ccdigest_info
* di
, CFMutableDataRef toThis
);