Searched refs:inbytes (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libidmap/common/
H A Dsidutil.c197 * Copy from in no more than inbytes bytes.
203 str_limited_cpy(char *out, size_t outlen, const char *in, size_t inbytes) argument
206 if (inbytes < outlen-1)
207 n = inbytes;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_auth.c237 unsigned char *inbytes = NULL; local
303 spi, authiov, authiov_len, timestamp, &inbytes, &inbytes_len);
313 err = do_verify(inbytes, inbytes_len, bsd, sig, siglen, spi);
323 if (inbytes) free(inbytes);
706 * inbytes IN bytes to be verified
707 * inbytes_len IN length of inbytes
716 static SLPError do_verify(unsigned char *inbytes, size_t inbytes_len, argument
765 if ((ami_err = dld_ami_verify(amih, inbytes, inbytes_len, AMI_END_DATA,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs556 my ($current,$inbytes,$outbytes,$next,$fallback) = @_;
568 my $pos = -length $inbytes;
570 my $byte = substr $inbytes, $pos, 1;
598 my ($current,$inbytes,$outbytes,$next) = @_;
601 my $pos = -length $inbytes;
603 my $byte = substr $inbytes, $pos, 1;

Completed in 19 milliseconds