]>
git.saurik.com Git - apple/security.git/blob - Security/libsecurity_keychain/libDER/libDERUtils/fileIo.h
2 * Copyright (c) 2005-2007,2010-2011 Apple Inc. All Rights Reserved.
5 #ifndef _DER_FILE_IO_H_
6 #define _DER_FILE_IO_H_
17 unsigned char **bytes
, // mallocd and returned
18 unsigned *numBytes
); // returned
22 const unsigned char *bytes
,
29 #endif /* _DER_FILE_IO_H_ */