Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c149 TSS_HKEY hPublicRootKey = NULL_HKEY;
150 TSS_HKEY hPublicLeafKey = NULL_HKEY;
151 TSS_HKEY hPrivateRootKey = NULL_HKEY;
152 TSS_HKEY hPrivateLeafKey = NULL_HKEY;
712 *phKey = NULL_HKEY; in token_wrap_sw_key()
723 *phKey = NULL_HKEY; in token_wrap_sw_key()
755 *phKey = NULL_HKEY; in token_wrap_sw_key()
880 *phKey = NULL_HKEY; in token_wrap_key_object()
887 *phKey = NULL_HKEY; in token_wrap_key_object()
894 *phKey = NULL_HKEY; in token_wrap_key_object()
[all …]
H A Dtpmtok_defs.h49 #define NULL_HKEY 0 macro