Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c364 CK_BBOOL found_class, found_type, fromend; in key_mgr_unwrap_key() local
378 found_class = FALSE; in key_mgr_unwrap_key()
384 found_class = TRUE; in key_mgr_unwrap_key()
392 found_class = TRUE; in key_mgr_unwrap_key()
402 if (found_class == FALSE || (found_type == FALSE && keyclass != in key_mgr_unwrap_key()