Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c117 boolean_t not_extractable = B_FALSE; in genkey_pkcs11() local
148 not_extractable = B_FALSE; in genkey_pkcs11()
150 not_extractable = B_TRUE; in genkey_pkcs11()
205 KMF_NON_EXTRACTABLE_BOOL_ATTR, &not_extractable, in genkey_pkcs11()
206 sizeof (not_extractable)); in genkey_pkcs11()
215 if (sensitive == B_TRUE || not_extractable == B_TRUE) { in genkey_pkcs11()
H A Dimport.c709 boolean_t not_extractable = B_FALSE; in pk_import_rawkey() local
736 not_extractable = B_FALSE; in pk_import_rawkey()
738 not_extractable = B_TRUE; in pk_import_rawkey()
772 KMF_NON_EXTRACTABLE_BOOL_ATTR, &not_extractable, in pk_import_rawkey()
773 sizeof (not_extractable)); in pk_import_rawkey()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h212 boolean_t not_extractable; member
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2819 rkey->not_extractable = B_TRUE; in keyObj2RawKey()
3719 if (rawkey->not_extractable) in KMFPK11_GetSymKeyValue()