| /src/external/mpl/bind/dist/bin/tests/system/padding/ |
| tests.sh | 104 npad=$(nextpart ns2/named.stats | awk '/EDNS padding option received/ { print $1}') 105 if [ "$opad" -eq "$npad" ]; then 106 echo_i "error: opad ($opad) == npad ($npad)" 122 npad=$(nextpart ns2/named.stats | awk '/EDNS padding option received/ { print $1}') 123 if [ "$opad" -ne "$npad" ]; then 124 echo_i "error: opad ($opad) != npad ($npad)"
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
| dh_key.c | 35 volatile size_t npad = 0, mask = 1; local 44 npad += mask; 48 ret -= npad; 49 /* key-dependent memory access, potentially leaking npad / ret */ 50 memmove(key, key + npad, ret); 51 /* key-dependent memory access, potentially leaking npad / ret */ 52 memset(key + ret, 0, npad);
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/methods/ |
| ssl3_meth.c | 225 size_t npad; local 235 npad = (48 / md_size) * md_size; 250 * npad is, at most, 48 bytes and that's with MD5: 254 * goes up 4, but npad goes down by 8, resulting in a smaller 261 memcpy(header + j, ssl3_pad_1, npad); 262 j += npad; 291 || EVP_DigestUpdate(md_ctx, ssl3_pad_1, npad) <= 0 299 || EVP_DigestUpdate(md_ctx, ssl3_pad_2, npad) <= 0
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| write_float.def | 116 bool zero_flag, int npad, int default_width, char *result, 604 *len = w + npad; 738 if (npad > 0 && !dtp->u.p.g0_no_blanks) 740 memset (put , ' ' , npad); 741 put += npad; 1092 int npad = 0;\ 1150 npad = 0;\ 1188 npad = e <= 0 ? 4 : e + 2;\ 1189 npad = npad >= w ? w - 1 : npad; [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| write_float.def | 116 bool zero_flag, int npad, int default_width, char *result, 582 *len = w + npad; 683 if (npad > 0 && !dtp->u.p.g0_no_blanks) 685 memset (put , ' ' , npad); 686 put += npad; 987 int npad = 0;\ 1045 npad = 0;\ 1083 npad = e <= 0 ? 4 : e + 2;\ 1084 npad = npad >= w ? w - 1 : npad; [all...] |
| /src/usr.sbin/fwctl/ |
| fwdv.c | 102 int len, tlen, npad, fd, k, m, vec, lsystem = -1, nb; local 220 npad = ((nb - m) % nb); 221 if (npad < 0) 222 npad += nb; 224 npad); 225 npad *= DSIZE; 227 wbuf[vec++].iov_len = npad;
|
| /src/crypto/external/apache2/openssl/dist/crypto/dh/ |
| dh_key.c | 117 volatile size_t npad = 0, mask = 1; local 131 npad += mask; 135 ret -= npad; 136 /* key-dependent memory access, potentially leaking npad / ret */ 137 memmove(key, key + npad, ret); 138 /* key-dependent memory access, potentially leaking npad / ret */ 139 memset(key + ret, 0, npad);
|
| /src/crypto/external/bsd/openssl/dist/crypto/dh/ |
| dh_key.c | 117 volatile size_t npad = 0, mask = 1; local 131 npad += mask; 135 ret -= npad; 136 /* key-dependent memory access, potentially leaking npad / ret */ 137 memmove(key, key + npad, ret); 138 /* key-dependent memory access, potentially leaking npad / ret */ 139 memset(key + ret, 0, npad);
|
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| ssl3_record.c | 1313 size_t npad; local 1330 npad = (48 / md_size) * md_size; 1345 * npad is, at most, 48 bytes and that's with MD5: 1349 * goes up 4, but npad goes down by 8, resulting in a smaller 1356 memcpy(header + j, ssl3_pad_1, npad); 1357 j += npad; 1385 || EVP_DigestUpdate(md_ctx, ssl3_pad_1, npad) <= 0 1393 || EVP_DigestUpdate(md_ctx, ssl3_pad_2, npad) <= 0
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| ssl3_record.c | 1190 size_t npad; local 1207 npad = (48 / md_size) * md_size; 1219 * npad is, at most, 48 bytes and that's with MD5: 1223 * goes up 4, but npad goes down by 8, resulting in a smaller 1230 memcpy(header + j, ssl3_pad_1, npad); 1231 j += npad; 1258 || EVP_DigestUpdate(md_ctx, ssl3_pad_1, npad) <= 0 1266 || EVP_DigestUpdate(md_ctx, ssl3_pad_2, npad) <= 0
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| simplify.cc | 6950 int i, rank, npad, x[GFC_MAX_DIMENSIONS]; local 7062 npad = 0; 7066 npad = mpz_get_ui (size); 7100 while (nsource > 0 || npad > 0) 7121 if (npad <= 0) 7132 j = j % npad;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| simplify.cc | 6880 int i, rank, npad, x[GFC_MAX_DIMENSIONS]; local 6987 npad = 0; 6991 npad = mpz_get_ui (size); 7025 while (nsource > 0 || npad > 0) 7046 if (npad <= 0) 7052 j = j % npad;
|