Searched defs:unwrap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1067 { CKA_CLASS, NULL, 0 }, /* re-used for token key and unwrap */
1079 CK_MECHANISM unwrap = { CKM_RSA_PKCS, NULL, 0 }; local
1168 * and done. Otherwise still need do an unwrap to create yet another
1192 rv = C_UnwrapKey(sess, &unwrap, obj, (CK_BYTE_PTR)rkey,
1195 die(gettext("failed to unwrap key in keyfile %s,"

Completed in 63 milliseconds