Lines Matching defs:exponent
1393 CK_BYTE *exponent = NULL, *modulus = NULL;
1404 exponent = (CK_BYTE *) attr->pValue;
1412 REQUIRE((exponent != NULL) && (modulus != NULL));
1416 if (e_bytes < 256) { /*%< key exponent is <= 2040 bits */
1432 memmove(r.base, exponent, e_bytes);
1446 CK_BYTE *exponent = NULL, *modulus = NULL;
1481 exponent = r.base;
1506 memmove(attr[1].pValue, exponent, e_bytes);
1546 CK_ATTRIBUTE *modulus = NULL, *exponent = NULL;
1571 exponent = attr;
1592 if ((modulus == NULL) || (exponent == NULL))
1615 priv.elements[i].length = (unsigned short) exponent->ulValueLen;
1616 memmove(bufs[i], exponent->pValue, exponent->ulValueLen);