Searched refs:not_extractable (Results 1 – 4 of 4) sorted by relevance
117 boolean_t not_extractable = B_FALSE; in genkey_pkcs11() local148 not_extractable = B_FALSE; in genkey_pkcs11()150 not_extractable = B_TRUE; in genkey_pkcs11()205 KMF_NON_EXTRACTABLE_BOOL_ATTR, ¬_extractable, in genkey_pkcs11()206 sizeof (not_extractable)); in genkey_pkcs11()215 if (sensitive == B_TRUE || not_extractable == B_TRUE) { in genkey_pkcs11()
709 boolean_t not_extractable = B_FALSE; in pk_import_rawkey() local736 not_extractable = B_FALSE; in pk_import_rawkey()738 not_extractable = B_TRUE; in pk_import_rawkey()772 KMF_NON_EXTRACTABLE_BOOL_ATTR, ¬_extractable, in pk_import_rawkey()773 sizeof (not_extractable)); in pk_import_rawkey()
212 boolean_t not_extractable; member
2819 rkey->not_extractable = B_TRUE; in keyObj2RawKey()3718 if (rawkey->not_extractable) in KMFPK11_GetSymKeyValue()