Searched refs:TokenKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dtokenkey.cpp33 // Construct a TokenKey from a reference handle and key header
35 TokenKey::TokenKey(TokenDatabase &db, KeyHandle tokenKey, const CssmKey::Header &hdr) function in class:TokenKey
43 // Destruction of a TokenKey releases the reference from tokend
45 TokenKey::~TokenKey()
59 TokenDatabase &TokenKey::database() const
64 Token &TokenKey::token()
69 GenericHandle TokenKey::tokenHandle() const
78 CSSM_KEYATTR_FLAGS TokenKey
[all...]
H A Dtokenkey.h39 class TokenKey : public Key, public TokenAcl { class in inherits:Key,TokenAcl
41 TokenKey(TokenDatabase &db, KeyHandle hKey, const CssmKey::Header &hdr);
42 ~TokenKey();
H A Dtokenaccess.h37 // Turn a Key into a TokenKey, when we know that it's that
39 inline TokenKey &myKey(Key &key)
41 return safer_cast<TokenKey &>(key);
H A Dtokendatabase.cpp298 return new TokenKey(*this, hKey, key->header());
649 key = new TokenKey(*this, hKey, keyForm.header());
686 key = new TokenKey(*this, hKey, keyForm.header());
712 key = new TokenKey(*this, hKey, keyForm.header());
813 if (TokenKey *myKey = dynamic_cast<TokenKey *>(key)) {
H A Dtokendatabase.h42 class TokenKey;

Completed in 86 milliseconds