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.c712 *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()
1518 hPublicRootKey = NULL_HKEY; in token_create_public_tree()
1544 hPublicRootKey = NULL_HKEY; in token_create_public_tree()
1547 hPublicLeafKey = NULL_HKEY; in token_create_public_tree()
2032 if ((hPrivateLeafKey == NULL_HKEY) && (hPublicLeafKey == NULL_HKEY)) { in token_wrap_auth_data()
[all …]
H A Dtpmtok_defs.h49 #define NULL_HKEY 0 macro