Searched defs:not_extractable (Results 1 - 3 of 3) 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

Completed in 51 milliseconds