Searched refs:mech (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c2302 CK_MECHANISM mech; local
2340 mech.mechanism = p_ciph_table_row->mech_type;
2341 mech.pParameter = NULL;
2342 mech.ulParameterLen = 0;
2356 if (pk11_init_symmetric(ctx, p_ciph_table_row, sp, &mech) == 0)
2392 if (pk11_init_symmetric(ctx, p_ciph_table_row, sp, &mech) == 0)
2731 CK_MECHANISM mech; local
2748 mech.mechanism = pdp->mech_type;
2749 mech.pParameter = NULL;
2750 mech
[all...]

Completed in 22 milliseconds