Searched +refs:val +refs:blocks (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c518 if (serial != NULL && serial->val != NULL && serial->len > 0) {
519 SETATTR(templ, i, CKA_SERIAL_NUMBER, serial->val, serial->len);
1156 signed_cert_ptr->certificate.serialNumber.val != NULL) {
1157 serial = signed_cert_ptr->certificate.serialNumber.val;
1531 if (rsaexp != NULL && (rsaexp->len > 0 && rsaexp->val != NULL)) {
1534 rsaexp->val, rsaexp->len);
2360 int i, blocks; local
2400 blocks = ciphertext->Length/block_len;
2406 for (i = 0; i < blocks; i++) {
2436 big->val
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm512 switch ($val) {
660 Note that C<switch>es can be nested within C<case> (or any other) blocks,
691 switch ($val) {
699 If $val held the number C<1>, the above C<switch> block would call the
705 On the other hand, if $val held C<10>, then only the last two C<handle_...>
711 switch ($val) {
712 case [0..9] { handle_num_any(); next if $val < 7; }
722 switch ($val) {
723 case [0..9] { handle_num_any(); last if $val >= 7; next; }
738 switch ($val) {
[all...]
H A Dperl5db.pl469 package. This is because there are several BEGIN blocks (which of course
897 # + watch val joined out of eval()
1404 my ($opt, $val);
1405 while (($opt, $val) = each %opt) {
1406 $val =~ s/[\\\']/\\$1/g;
1407 parse_options("$opt'$val'");
1789 my ($val) =
1791 $val = ((defined $val) ? "'$val'"
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c142 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val))
505 if (serial != NULL && serial->val != NULL)
524 *match = (memcmp(a, serial->val, serial->len) ==
884 rsa.mod.val = (uchar_t *)Mod->bv_val;
887 rsa.pubexp.val = (uchar_t *)PubExp->bv_val;
890 rsa.priexp.val = (uchar_t *)PriExp->bv_val;
893 rsa.prime1.val = (uchar_t *)Prime1->bv_val;
896 rsa.prime2.val = (uchar_t *)Prime2->bv_val;
1530 rsaexp->val !
2300 int i, blocks; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c454 if (serial != 0 && serial->val != NULL && serial->len > 0)
502 if (memcmp(sernum->data, serial->val,
900 rsaexp.val != NULL) {
901 (void) memcpy(&publicExponent, rsaexp.val,
1302 int i, blocks; local
1313 blocks = ciphertext->Length/modulus_len;
1319 for (i = 0; i < blocks; i++) {
2046 rawkey->rawdata.sym.keydata.val == NULL ||
2051 if ((rkey->keydata.val = malloc(rkey->keydata.len)) == NULL)
2053 (void) memcpy(rkey->keydata.val,
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c344 * all blocks if lit_bufsize is not greater than 32K.)
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
1650 int val = value;\
1651 s->bi_buf |= (val << s->bi_valid);\
1653 s->bi_buf = (ush)val >> (Buf_size - s->bi_valid);\
2443 * on 16 bit machines and because stored blocks are restricted to
2742 BLOCKS, /* decompressing blocks */
2765 *blocks; /* current inflate_blocks state */ member in struct:internal_state
2780 inflate_blocks_reset(z->state->blocks, z, &c);
2793 if (z->state->blocks !
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtype.c230 static void put_chtype(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
232 if(!val && nv_isattr(np,NV_REF))
234 nv_putv(np,val,flag,fp);
235 if(!val)
545 static void put_type(Namval_t* np, const char* val, int flag, Namfun_t* fp) argument
548 if(val && (nq=nv_open(val,sh.var_tree,NV_VARNAME|NV_ARRAY|NV_NOADD|NV_NOFAIL)))
561 nv_putv(np,val,flag,fp);
562 if(!val)
1009 char *val local
1310 char *val=0; local
1547 put_stat(Namval_t* np, const char* val, int flag, Namfun_t* nfp) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm65 # - added semicolons at the ends of blocks
104 # - BEGIN, CHECK, INIT and END blocks
116 # - support for //, CHECK blocks, and assertions
129 # - avoid semis in one-statement blocks
144 # comp/hints 6 - location of BEGIN blocks wrt. block openings
466 while (my ($key, $val) = each %stash) {
468 my $class = class($val);
479 push @{$self->{'protos_todo'}}, [$pack . $key, $val->PV];
490 if (class(my $cv = $val->CV) ne "SPECIAL") {
491 next if $self->{'subs_done'}{$$val}
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs508 foreach my $val (unpack "n*", pack "H*", $line)
510 next if $val == 0xFFFD;
512 if ($val || (!$ch && !$page))
517 my $uch = encode_U($val);
526 $val,$page,$ch,$seen->{$uch});
917 $atime,$mtime,$ctime,$blksize,$blocks)
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s70 mov %o0, %o5 ! save des address for return val
138 mov %o0, %o5 ! save des address for return val
260 * and (dest & ~63) - (src & ~63) can be 3 blocks even if
263 cmp %o4, 256 ! if smaller than 3 blocks skip
306 ! %i3 = blocks (length - 64) / 64
307 ! %i4 = doubles remaining (length - blocks)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm190 matched against verbatim text-blocks. If no I<text-expr> is given then
602 my ($key, $val) = (lc $_, $opts{$_});
606 ($key => $val);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH61 * compare blocks of memory.
67 * copy blocks of memory.
288 * to compare blocks of memory.
294 * to copy blocks of memory.
300 * to copy potentially overlapping blocks of memory. This should be used
308 * to set blocks of memory.
1102 * to copy potentially overlapping memory blocks. Normally, you should
1110 * to copy potentially overlapping memory blocks. If you need to
1111 * copy overlapping memory blocks, you should check HAS_MEMMOVE and
2045 * int val;
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s1704 add %o1, %o5, %o1 ! advance %o1 to after blocks
1815 add %o1, %o5, %o1 ! advance %o1 to after blocks
2103 mov %o0, %g5 ! save des address for return val

Completed in 84 milliseconds