/src/tests/lib/libc/hash/ |
h_hash.c | 84 int len, outlen, last; local in function:regress 103 outlen = 16; 116 outlen = 20; 118 hexdump(out, outlen);
|
/src/sys/external/isc/libsodium/dist/test/default/ |
pwhash_argon2i.c | 16 size_t outlen; member in struct:tv::__anon0e6d55c50108 93 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, 101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); 113 size_t outlen; member in struct:tv2::__anon0e6d55c50208 145 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, 152 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
|
pwhash_argon2id.c | 16 size_t outlen; member in struct:tv::__anondc18eda90108 93 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, 101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); 113 size_t outlen; member in struct:tv2::__anondc18eda90208 145 if (crypto_pwhash(out, (unsigned long long) tests[i].outlen, passwd, 152 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
|
pwhash_scrypt.c | 16 size_t outlen; member in struct:tv::__anon91de77b80108 106 out, (unsigned long long) tests[i].outlen, passwd, 111 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); 123 size_t outlen; member in struct:tv2::__anon91de77b80208 155 out, (unsigned long long) tests[i].outlen, passwd, 160 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
|
/src/sys/fs/cd9660/ |
iso_rrip.h | 69 u_short *outlen; /* length of above */ member in struct:__anon02f4174b0108 77 char *outbuf, u_short *outlen, 80 char *outbuf, u_short *outlen,
|
/src/tests/dev/audio/ |
h_pad.c | 100 int outlen; local in function:main 137 outlen = BUFSIZE; 138 outbuf = (uint32_t *)malloc(outlen); 177 n = rump_sys_read(padfd, outbuf, outlen);
|
/src/sys/fs/msdosfs/ |
msdosfs_conv.c | 851 int outlen; local in function:ucs2utf8str 855 outlen = ucs2utf8(in, out ? p : out, m); 856 if (outlen == 0) 858 p += outlen; 859 m -= outlen;
|
/src/sys/arch/x68k/x68k/ |
kgdb_stub.c | 327 int outlen; local in function:kgdb_trap 431 outlen = 0; 435 if (outlen + 5 > SL_MAXDATA) { 439 cp[outlen] = len; 441 &cp[outlen + 1], 4); 443 outlen += 5; 459 outlen = 0; 466 outlen = 1; 469 outlen = 1; 472 outlen = len + 1 [all...] |
/src/lib/libc/rpc/ |
clnt_dg.c | 320 size_t outlen; local in function:clnt_dg_call 374 outlen = (size_t)XDR_GETPOS(xdrs); 377 if ((size_t)sendto(cu->cu_fd, cu->cu_outbuf, outlen, 0, 379 != outlen) {
|
clnt_bcast.c | 292 size_t outlen; local in function:rpc_broadcast_exp 415 outlen = xdr_getpos(xdrs); 456 if (fdlist[i].dsize < outlen) { 475 outlen, 0, (struct sockaddr*)addr, 477 outlen) {
|
/src/common/dist/zlib/contrib/puff/ |
puff.c | 101 unsigned long outlen; /* available space at out */ member in struct:state 185 if (s->outcnt + len > s->outlen) 466 if (s->outcnt == s->outlen) 491 if (s->outcnt + len > s->outlen) 804 s.outlen = *destlen; /* ignored if dest is NIL */
|
/src/usr.sbin/mopd/common/ |
file.c | 915 ssize_t len, outlen; local in function:mopFileRead 990 outlen = read(dlslot->ldfd,&buf[len],notdone); 992 outlen = read(dlslot->ldfd,&buf[len],bsz); 994 len = len + outlen; 995 pos = pos + outlen; 996 bsz = bsz - outlen; 1004 outlen = notdone; 1006 outlen = bsz; 1008 memset(&buf[len], 0, outlen); 1009 len = len + outlen; [all...] |
/src/usr.sbin/mrouted/ |
vif.c | 892 int outlen = 0; local in function:accept_info_request 916 outlen += len * 4; 923 if (outlen != 0) 925 htonl(MROUTED_LEVEL), outlen);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
argon2.h | 165 uint32_t outlen; /* digest length */ member in struct:Argon2_Context
|
/src/sys/fs/nfs/server/ |
nfs_nfsdsubs.c | 1842 int rem, len, error = 0, pubtype = 0, outlen = 0, percent = 0; local in function:nfsrv_parsename 1859 outlen = 2; 1956 outlen++; 1972 outlen++; 1989 outlen++; 2012 if ((outlen == 1 && bufp[0] == '.') || 2013 (outlen == 2 && bufp[0] == '.' && 2020 nfsrv_checkutf8((u_int8_t *)bufp, outlen)) { 2028 *outlenp = (size_t)outlen;
|
/src/usr.sbin/ypbind/ |
ypbind.c | 1018 broadcast(char *buf, int outlen) 1057 if (sendto(rpcsock, buf, outlen, 0, 1075 direct(char *buf, int outlen, struct domain *dom) 1137 if (sendto(rpcsock, buf, outlen, 0, 1161 direct_set(char *buf, int outlen, struct domain *dom) 1206 if (sendto(rpcsock, buf, outlen, 0, 1345 int outlen; local in function:nag_servers 1381 outlen = (int)xdr_getpos(&xdr); 1383 if (outlen < 1) { 1410 if (sendto(rpcsock, buf, outlen, 0 1441 int outlen; local in function:ping [all...] |
/src/usr.sbin/rpcbind/ |
rpcb_svc_com.c | 621 int outlen; local in function:rpcbproc_callit_com 885 outlen = (int) XDR_GETPOS(&outxdr); 898 if (sendto(fd, outbufp, outlen, 0, (struct sockaddr *)na->buf, na->len) 899 != outlen) {
|
/src/lib/libperfuse/ |
ops.c | 3517 size_t len, puffs_len, i, attrlen, outlen; local in function:perfuse_node_listextattr 3573 outlen = 0; 3590 (void)memcpy(attrs + outlen + 1, 3592 *(attrs + outlen) = (uint8_t)attrlen; 3595 (void)memcpy(attrs + outlen, np + i, attrlen + 1); 3596 outlen += attrlen + 1; 3599 *resid -= outlen;
|
/src/sys/net/lagg/ |
if_lagg.c | 655 size_t allocsiz, outlen, nports; local in function:lagg_ioctl 680 outlen = sizeof(*laggresp) 683 error = copyout(outbuf, ifr->ifr_data, outlen);
|