]> git.saurik.com Git - apple/security.git/blob - utilities/src/SecCFCanonicalHashes.h
Security-55471.14.18.tar.gz
[apple/security.git] / utilities / src / SecCFCanonicalHashes.h
1 //
2 // SecCFCanonicalHashes.h
3 // Security
4 //
5 // Created by Mitch Adler on 2/8/12.
6 // Copyright (c) 2012 Apple Inc. All rights reserved.
7 //
8
9 #ifndef _SECCFCANONICALHASHES_H_
10 #define _SECCFCANONICALHASHES_H_
11
12 #include <CoreFoundation/CFDictionary.h>
13 #include <CoreFoundation/CFData.h>
14
15 #include <corecrypto/ccdigest.h>
16
17 bool SecCFAppendCFDictionaryHash(CFDictionaryRef thisDictionary, const struct ccdigest_info* di, CFMutableDataRef toThis);
18
19
20 #endif