Searched defs:point (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtc.c39 if (point(s))
48 if (point(s))
87 point(int s) function
/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c30 long point; local
46 sscanf(line, "%d %ld", &k, &point);
60 if (point != opoint) {
62 putl(opoint = point, fb);
64 putw((int)(opoint = point), fb);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c536 uchar_t point[EC_MAX_POINT_LEN]; local
561 template.pValue = point;
562 template.ulValueLen = sizeof (point);
568 ECkey.publicValue.data = point;
H A DsoftAttributeUtil.c1312 biginteger_t point; local
1331 (void) memset(&point, 0x0, sizeof (biginteger_t));
1519 rv = get_bigint_attr_from_template(&point,
1784 copy_bigint_attr(&point, KEY_PUB_EC_POINT(pbk));
1819 bigint_attr_cleanup(&point);
2972 * since mech is not known at this point, CKA_VALUE_LEN is
5886 /* copy point */
H A DsoftObject.h113 biginteger_t point; member in struct:ec_pub_key
476 &((o)->object_class_u.public_key->key_type_u.ec_pub_key.point)
478 &((k)->key_type_u.ec_pub_key.point)
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c364 int point; local
368 d1 = d2 = point = 0;
390 point++;
401 if (!(d1 || point && d2))
H A Db.c88 NODE *point[MAXLIN]; variable
123 point[line] = p1; /* FINAL NODE */
137 point[line++] = p;
481 cp = point[curpos];
605 cp = point[curpos];
732 cp = point[sposns[i]];
875 * Starting point is within the current entry.
920 * Finding the spot where we should put the end point.
1035 * Search for the end point.
1043 * Easy point, n
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Db.c61 Node *point[MAXLIN]; variable
199 point[poscnt++] = p;
H A Dlib.c526 ERROR "floating point exception" FATAL;
695 int point; local
699 d1 = d2 = point = 0;
717 point++;
726 if (!(d1 || point && d2))
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c55 uchar_t adr, uchar_t point);
434 * Search a set of Raw TOC Track Descriptors using <'adr', 'point'> as the
439 uchar_t point)
444 if ((cur_tdp->rt_adr == adr) && (cur_tdp->rt_point == point))
438 get_rtoc_td(rtoc_td_t *begin_tdp, rtoc_td_t *end_tdp, uchar_t adr, uchar_t point) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1028 biginteger_t point; local
1041 (void) memset(&point, 0x0, sizeof (biginteger_t));
1192 rv = get_bigint_attr_from_template(&point,
1304 copy_bigint_attr(&point, KEY_PUB_EC_POINT(pbk));
1336 bigint_attr_cleanup(&point);
H A DkernelKeys.c1148 char point[EC_MAX_POINT_LEN]; local
1202 pubTemplate[n].pValue = (caddr_t)point;
1203 pubTemplate[n].ulValueLen = sizeof (point);
H A DkernelObject.h110 biginteger_t point; member in struct:ec_pub_key
330 &((o)->object_class_u.public_key->key_type_u.ec_pub_key.point)
332 &((k)->key_type_u.ec_pub_key.point)
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1056 uchar_t *point = NULL; local
1124 point = (uchar_t *)pub_out_template[point_idx].oa_value;
1159 bcopy(privKey->publicValue.data, point, xylen);

Completed in 126 milliseconds