/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelUtil.c | 291 biginteger_t *big; in get_rsa_private_key() local 321 big = OBJ_PRI_RSA_MOD(object_p); in get_rsa_private_key() 322 if (big->big_value == NULL) { in get_rsa_private_key() 326 if ((ptr = malloc(big->big_value_len)) == NULL) { in get_rsa_private_key() 330 ENCODE_ATTR(CKA_MODULUS, big->big_value, big->big_value_len); in get_rsa_private_key() 335 big = OBJ_PRI_RSA_PRIEXPO(object_p); in get_rsa_private_key() 336 if (big->big_value == NULL) { in get_rsa_private_key() 340 if ((ptr = malloc(big->big_value_len)) == NULL) { in get_rsa_private_key() 344 ENCODE_ATTR(CKA_PRIVATE_EXPONENT, big->big_value, in get_rsa_private_key() 345 big->big_value_len); in get_rsa_private_key() [all …]
|
H A D | kernelObjectUtil.c | 946 biginteger_t *big; in kernel_get_object_size() local 953 big = OBJ_PUB_RSA_PUBEXPO(obj); in kernel_get_object_size() 954 obj_size += big->big_value_len; in kernel_get_object_size() 955 big = OBJ_PUB_RSA_MOD(obj); in kernel_get_object_size() 956 obj_size += big->big_value_len; in kernel_get_object_size() 959 big = OBJ_PUB_DSA_PRIME(obj); in kernel_get_object_size() 960 obj_size += big->big_value_len; in kernel_get_object_size() 961 big = OBJ_PUB_DSA_SUBPRIME(obj); in kernel_get_object_size() 962 obj_size += big->big_value_len; in kernel_get_object_size() 963 big = OBJ_PUB_DSA_BASE(obj); in kernel_get_object_size() [all …]
|
H A D | kernelAttributeUtil.c | 568 get_bigint_attr_from_template(biginteger_t *big, CK_ATTRIBUTE_PTR template) in get_bigint_attr_from_template() argument 574 big->big_value = malloc(template->ulValueLen); in get_bigint_attr_from_template() 575 if (big->big_value == NULL) { in get_bigint_attr_from_template() 579 (void) memcpy(big->big_value, template->pValue, in get_bigint_attr_from_template() 581 big->big_value_len = template->ulValueLen; in get_bigint_attr_from_template() 583 big->big_value = NULL; in get_bigint_attr_from_template() 584 big->big_value_len = 0; in get_bigint_attr_from_template() 596 get_bigint_attr_from_object(biginteger_t *big, CK_ATTRIBUTE_PTR template) in get_bigint_attr_from_object() argument 600 template->ulValueLen = big->big_value_len; in get_bigint_attr_from_object() 604 if (big->big_value == NULL) { in get_bigint_attr_from_object() [all …]
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | fmtbuf.c | 37 static char* big; variable 54 if (!(big = newof(big, char, bigsiz, 0))) in fmtbuf() 61 return big; in fmtbuf()
|
/titanic_44/usr/src/lib/libm/common/LD/ |
H A D | asinhl.c | 37 big = 1.0e+20L, variable 52 dummy = x + big; /* inexact if x != 0 */ in asinhl() 55 } else if (w < big) { in asinhl()
|
H A D | acoshl.c | 38 big = 1.e+20L; variable 46 else if (x > big) in acoshl()
|
H A D | tanhl.c | 65 big = 1.0e+20L, variable 90 dummy = t + big; in tanhl()
|
/titanic_44/usr/src/lib/libm/common/Q/ |
H A D | asinhl.c | 37 big = 1.0e+20L, variable 52 dummy = x + big; /* inexact if x != 0 */ in asinhl() 55 } else if (w < big) { in asinhl()
|
H A D | acoshl.c | 38 big = 1.e+20L; variable 46 else if (x > big) in acoshl()
|
H A D | asinl.c | 48 static const long double big = 1.0e+20L; variable 64 dummy = w + big; in asinl()
|
H A D | tanhl.c | 65 big = 1.0e+20L, variable 90 dummy = t + big; in tanhl()
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | getgroups.c | 56 int big[NGROUPS_MAX]; 68 len = getgroups(len > NGROUPS_MAX ? NGROUPS_MAX : len, big); 70 set[i] = big[i];
|
/titanic_44/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 223 insert_hash(oversize_t *big) in insert_hash() argument 225 caddr_t ret = big->addr; in insert_hash() 229 big->hash_next = ovsz_hashtab[bucket]; in insert_hash() 230 ovsz_hashtab[bucket] = big; in insert_hash() 382 oversize_t *big, **opp; in free() local 385 big = (oversize_t *)(mem - OVSZ_SIZE); in free() 388 bucket = HASH_OVERSIZE(big->addr); in free() 391 if (*opp == big) in free() 401 *opp = big->hash_next; /* remove big from the hash table */ in free() 402 big->hash_next = NULL; in free() [all …]
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 207 int big = -1; local 219 big = atoi(optarg); 237 else if (big > 0) 238 r = shmbig(true, big);
|
/titanic_44/usr/src/lib/libm/common/R/ |
H A D | expf.c | 338 #define big F[4] macro 367 return (big * big); /* overflow */ in expf()
|
H A D | atanf.c | 90 big = 1.0e37F, variable 118 dummy = big + x; /* get inexact flag if x != 0 */ in atanf()
|
/titanic_44/usr/src/lib/libsaveargs/tests/functional/ |
H A D | test.sh | 33 tester big-struct-ret "test (1, 2, 3, 4)" 34 tester big-struct-ret-and-spill "test (1, 2, 3, 4, 5, 6, 7, 8)"
|
H A D | Makefile | 23 big-struct-ret \ 24 big-struct-ret-and-spill \
|
/titanic_44/usr/src/cmd/tbl/ |
H A D | ts.c | 30 prefix(char *small, char *big) in prefix() argument 33 while ((c= *small++) == *big++) in prefix()
|
/titanic_44/usr/src/lib/libast/common/uwin/ |
H A D | acosh.c | 95 double t,big=1.E20; /* big+1==big */ variable 102 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);}
|
H A D | asinh.c | 92 big =1.0E20, /* fl(1+big) == big */ variable 99 if(t<big) {
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | tanh.c | 66 big = 1.0e10; variable 88 dummy = t + big; in tanh()
|
/titanic_44/usr/src/cmd/file/ |
H A D | magic | 154 # big-endian entries for pure executables 168 # big-endian entries for impure executables 182 # big-endian entries for Sun demand paged executables 300 # snoop files are always big-endian 301 # big-endian entries, with ullong equivalent of string "snoop" 312 # Audio files are always big-endian so there are two sets of tables here. 315 # 4 byte long. If the architecture is big-endian the %d token can be used for 320 # big-endian entries 369 # .wav big-endian entries, starting with long value for the string "RIFF" 391 # .aiff files are always big-endian [all …]
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 230 size_t big, *size; in bigheap() local 250 big = size[sizes - 1]; in bigheap() 251 if (big & (big - 1)) { in bigheap() 262 if (brk((void *)((((uintptr_t)sbrk(0) - 1) & ~(big - 1)) + big)) != 0) in bigheap() 270 mha.mha_pagesize = big; in bigheap()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/ |
H A D | SuccinctStackTraceFormatter.java | 131 SuccinctStackTraceFormatter.printStackTrace(big()); in main() 134 public static final Throwable big() { in big() method in SuccinctStackTraceFormatter
|