Searched defs:point (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | point.c | 38 point(short xi, short yi) function
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | point.c | 37 point(short xi, short yi) { function
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | point.c | 37 point(short xi, short yi) function
|
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | point.c | 37 point(short xi, short yi) function
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | point.c | 36 point(short xi, short yi) function
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | point.c | 38 point(short xi, short yi) function
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softEC.c | 546 uchar_t point[EC_MAX_POINT_LEN]; local 571 template.pValue = point; 572 template.ulValueLen = sizeof (point); 578 ECkey.publicValue.data = point;
|
H A D | softAttributeUtil.c | 1348 biginteger_t point; local 1367 (void) memset(&point, 0x0, sizeof (biginteger_t)); 1555 rv = get_bigint_attr_from_template(&point, 1823 copy_bigint_attr(&point, KEY_PUB_EC_POINT(pbk)); 1858 bigint_attr_cleanup(&point); 3023 * since mech is not known at this point, CKA_VALUE_LEN is 5951 /* copy point */
|
H A D | softObject.h | 113 biginteger_t point; member in struct:ec_pub_key 484 &((o)->object_class_u.public_key->key_type_u.ec_pub_key.point) 486 &((k)->key_type_u.ec_pub_key.point)
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 1056 biginteger_t point; local 1069 (void) memset(&point, 0x0, sizeof (biginteger_t)); 1220 rv = get_bigint_attr_from_template(&point, 1337 copy_bigint_attr(&point, KEY_PUB_EC_POINT(pbk)); 1374 bigint_attr_cleanup(&point);
|
H A D | kernelKeys.c | 1148 char point[EC_MAX_POINT_LEN]; local 1202 pubTemplate[n].pValue = (caddr_t)point; 1203 pubTemplate[n].ulValueLen = sizeof (point);
|
H A D | kernelObject.h | 110 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)
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | vasnprintf.c | 269 /* Determine the decimal-point character according to the current locale. */ 275 const char *point; local 281 point = nl_langinfo (RADIXCHAR); 285 point = &pointbuf[1]; 287 point = localeconv () -> decimal_point; 289 /* The decimal point is always a single byte: either '.' or ','. */ 290 return (point[0] != '\0' ? point[0] : '.'); 1606 + 10; /* sign, decimal point etc. */ 1614 + 10; /* sign, decimal point et [all...] |
Completed in 99 milliseconds