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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.h41 CK_MECHANISM_TYPE_PTR *mech_list, int mech_count);
H A Dpkcs11SlotToken.c578 CK_ULONG mech_count; local
613 mech_count = 0;
686 if (pMechanismList && (*pulCount > mech_count)) {
687 pMechanismList[mech_count] = pmech_list[i];
689 mech_count++;
698 if ((*pulCount < mech_count) && (pMechanismList != NULL)) {
699 *pulCount = mech_count;
704 *pulCount = mech_count;
H A Dpkcs11Conf.c1064 int mech_count)
1069 tmp_list = malloc(mech_count * sizeof (CK_MECHANISM_TYPE));
1081 * The following will loop mech_count times, as there are
1082 * exactly mech_count items in the str_list.
1063 pkcs11_mech_parse(umechlist_t *str_list, CK_MECHANISM_TYPE_PTR *mech_list, int mech_count) argument

Completed in 24 milliseconds