ndn-cxx: NDN C++ library with eXperimental eXtensions 0.6.0 documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
key-ref-osx.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_SECURITY_TPM_KEY_REF_OSX_HPP
23
#define NDN_SECURITY_TPM_KEY_REF_OSX_HPP
24
25
#include "../../util/cf-releaser-osx.hpp"
26
#include <Security/Security.h>
27
28
namespace
ndn
{
29
namespace
security {
30
namespace
tpm {
31
32
using
KeyRefOsx
=
util::CFReleaser<SecKeyRef>
;
33
34
}
// namespace tpm
35
}
// namespace security
36
}
// namespace ndn
37
38
#endif // NDN_SECURITY_TPM_KEY_REF_OSX_HPP
ndn
Copyright (c) 2013-2017 Regents of the University of California.
Definition:
common.hpp:66
ndn::util::CFReleaser< SecKeyRef >
src
security
tpm
key-ref-osx.hpp
Generated on Mon Oct 16 2017 13:31:25 for ndn-cxx: NDN C++ library with eXperimental eXtensions by
1.8.11