Home
last modified time | relevance | path

Searched refs:NULL_HKEY (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c145 TSS_HKEY hPublicRootKey = NULL_HKEY;
146 TSS_HKEY hPublicLeafKey = NULL_HKEY;
147 TSS_HKEY hPrivateRootKey = NULL_HKEY;
148 TSS_HKEY hPrivateLeafKey = NULL_HKEY;
708 *phKey = NULL_HKEY; in token_wrap_sw_key()
719 *phKey = NULL_HKEY; in token_wrap_sw_key()
751 *phKey = NULL_HKEY; in token_wrap_sw_key()
876 *phKey = NULL_HKEY; in token_wrap_key_object()
883 *phKey = NULL_HKEY; in token_wrap_key_object()
890 *phKey = NULL_HKEY; in token_wrap_key_object()
[all …]
H A Dtpmtok_defs.h49 #define NULL_HKEY 0 macro