#include <CommonCrypto/CommonKeyDerivation.h> also included by <CommonCrypto/CommonCrypto.h>
CommonCrypto/CommonKeyDerivation.h
2 enums · 2 typedefs · 2 functions
underlying type unsigned int
typedef uint32_t CCPBKDFAlgorithm
underlying type unsigned int
| kCCPRFHmacAlgSHA1 | 1 | |
| kCCPRFHmacAlgSHA224 | 2 | |
| kCCPRFHmacAlgSHA256 | 3 | |
| kCCPRFHmacAlgSHA384 | 4 | |
| kCCPRFHmacAlgSHA512 | 5 | |
typedef uint32_t CCPseudoRandomAlgorithm