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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1390 int isPrime1 = 0; local
1555 isPrime1 = 1;
1703 if (isPrime1) {
1725 if (isModulus || isPubExpo || isPriExpo || isPrime1 ||
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c1873 int isPrime1 = 0; local
2063 isPrime1 = 1;
2242 if (isModulus || isPubExpo || isPriExpo || isPrime1 ||
2268 if (isPrime1) {
2290 if (isModulus || isPubExpo || isPriExpo || isPrime1 ||
2358 if (isModulus || isPubExpo || isPriExpo || isPrime1 ||
2402 if (isModulus || isPubExpo || isPriExpo || isPrime1 ||
2434 isPrime1 || isPrime2 || isExpo1 || isExpo2 || isCoef ||

Completed in 57 milliseconds