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; local
148 not_extractable = B_FALSE;
150 not_extractable = B_TRUE;
205 KMF_NON_EXTRACTABLE_BOOL_ATTR, &not_extractable,
206 sizeof (not_extractable));
215 if (sensitive == B_TRUE || not_extractable == B_TRUE) {
H A Dimport.c709 boolean_t not_extractable = B_FALSE; local
736 not_extractable = B_FALSE;
738 not_extractable = B_TRUE;
772 KMF_NON_EXTRACTABLE_BOOL_ATTR, &not_extractable,
773 sizeof (not_extractable));
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h212 boolean_t not_extractable; member in struct:__anon3432
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2819 rkey->not_extractable = B_TRUE;
3718 if (rawkey->not_extractable)

Completed in 79 milliseconds