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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c968 CK_MECHANISM_TYPE mech_id; local
985 mech_id = strtoul(ptr->name, NULL, 0);
986 if (mech_id & CKO_VENDOR_DEFINED) {
990 if (mech_id >= CKM_VENDOR_DEFINED) {
991 (void) printf("%#lx", mech_id);
994 mech_id);
1019 mech_id = strtoul(ptr->name, NULL, 0);
1020 if (mech_id & CKO_VENDOR_DEFINED) {
1024 mech_name = pkcs11_mech2str(mech_id);

Completed in 703 milliseconds