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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c493 CK_MECHANISM_INFO mechInfo; local
535 &mechInfo);
537 ((mechInfo.flags & CKF_GENERATE_KEY_PAIR) == 0))
542 rv = pkcs_C_GetMechanismInfo(slot, CKM_MD5_RSA_PKCS, &mechInfo);
543 if ((rv != CKR_OK) || ((mechInfo.flags & CKF_SIGN) == 0) ||
544 ((mechInfo.flags & CKF_VERIFY) == 0))
550 &mechInfo);
551 if ((rv != CKR_OK) || ((mechInfo.flags & CKF_SIGN) == 0) ||
552 ((mechInfo.flags & CKF_VERIFY) == 0))
558 &mechInfo);
[all...]

Completed in 88 milliseconds