Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c303 static boolean_t keystore_path_initialized = 0; variable
348 if (!keystore_path_initialized) { in get_tpm_keystore_path()
370 keystore_path_initialized = 1; in get_tpm_keystore_path()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c159 static boolean_t keystore_path_initialized = B_FALSE; variable
168 if (keystore_path_initialized) { in get_keystore_path()
185 keystore_path_initialized = B_TRUE; in get_keystore_path()
190 keystore_path_initialized = B_TRUE; in get_keystore_path()