HomeSort by: relevance | last modified time | path
    Searched defs:packlen (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_multib.c 73 size_t packlen; local
109 packlen = EVP_CIPHER_CTX_ctrl(rl->enc_ctx,
112 packlen *= numtempl;
113 if (!tls_setup_write_buffer(rl, 1, packlen, packlen)) {
133 packlen = (size_t)packleni;
134 if (packleni <= 0 || packlen > wb->len) { /* never happens */
159 wb->left = packlen;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
packet.c 188 size_t packlen = pkt->written - sub->pwritten; local
190 if (packlen == 0
194 if (packlen == 0
213 && !put_value(&GETBUF(pkt)[sub->packet_len], packlen,
  /src/crypto/external/apache2/openssl/dist/crypto/
packet.c 252 size_t packlen = pkt->written - sub->pwritten; local
254 if (packlen == 0
258 if (packlen == 0
282 if (!put_value(&buf[sub->packet_len], packlen, sub->lenbytes))
285 if (!put_quic_value(&buf[sub->packet_len], packlen, sub->lenbytes))
289 if (!put_value(&buf[sub->packet_len], packlen, sub->lenbytes))
294 && (packlen != 0
298 size_t tmplen = packlen;
303 if (!WPACKET_put_bytes__(pkt, packlen, numlenbytes))
305 if (packlen > 0x7f)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
packet.c 237 size_t packlen = pkt->written - sub->pwritten; local
239 if (packlen == 0
243 if (packlen == 0
265 && !put_value(&buf[sub->packet_len], packlen,
269 && (packlen != 0
272 size_t tmplen = packlen;
277 if (!WPACKET_put_bytes__(pkt, packlen, numlenbytes))
279 if (packlen > 0x7f) {
  /src/sys/arch/arm/amlogic/
meson_sdio.c 541 unsigned int nblks, packlen; local
546 packlen = (cmd->c_blklen * 8) + (0xf * sc->sc_cur_width);
549 ext |= __SHIFTIN(packlen, SDIO_EXT_DATA_RW_NUMBER);
  /src/usr.sbin/rtadvd/
config.c 1007 size_t packlen, lladdroptlen = 0; local
1024 packlen = sizeof(struct nd_router_advert);
1033 packlen += lladdroptlen;
1036 packlen += sizeof(struct nd_opt_prefix_info) * rainfo->pfxs;
1038 packlen += sizeof(struct nd_opt_mtu);
1040 packlen += sizeof(struct nd_opt_route_info) +
1044 packlen += sizeof(struct nd_opt_rdnss);
1046 packlen += sizeof(rdnsa->addr);
1049 packlen += sizeof(struct nd_opt_dnssl);
1054 packlen += len
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 137 unsigned int frag, last, packlen, i; local
158 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
171 ciph_d[i].out = ciph_d[i - 1].out + packlen;
713 unsigned int frag, last, packlen, inp_len; local
746 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
747 packlen = (packlen << n4x) - packlen;
748 packlen += 5 + 16 + ((last + 20 + 16) & -16);
753 ctx->multiblock_aad_packlen = packlen;
    [all...]
cipher_aes_cbc_hmac_sha256_hw.c 141 unsigned int frag, last, packlen, i; local
162 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
175 ciph_d[i].out = ciph_d[i - 1].out + packlen;
765 unsigned int frag, last, packlen, inp_len; local
797 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
798 packlen = (packlen << n4x) - packlen;
799 packlen += 5 + 16 + ((last + 32 + 16) & -16);
804 ctx->multiblock_aad_packlen = packlen;
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_cbc_hmac_sha1_hw.c 137 unsigned int frag, last, packlen, i; local
158 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
171 ciph_d[i].out = ciph_d[i - 1].out + packlen;
719 unsigned int frag, last, packlen, inp_len; local
752 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
753 packlen = (packlen << n4x) - packlen;
754 packlen += 5 + 16 + ((last + 20 + 16) & -16);
759 ctx->multiblock_aad_packlen = packlen;
    [all...]
cipher_aes_cbc_hmac_sha256_hw.c 141 unsigned int frag, last, packlen, i; local
162 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
175 ciph_d[i].out = ciph_d[i - 1].out + packlen;
772 unsigned int frag, last, packlen, inp_len; local
804 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
805 packlen = (packlen << n4x) - packlen;
806 packlen += 5 + 16 + ((last + 32 + 16) & -16);
811 ctx->multiblock_aad_packlen = packlen;
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 173 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = 0; local
193 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
206 ciph_d[i].out = ciph_d[i - 1].out + packlen;
839 unsigned int frag, last, packlen, inp_len; local
874 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
875 packlen = (packlen << n4x) - packlen;
876 packlen += 5 + 16 + ((last + 20 + 16) & -16);
880 return (int)packlen;
    [all...]
e_aes_cbc_hmac_sha256.c 167 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = 0; local
188 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
201 ciph_d[i].out = ciph_d[i - 1].out + packlen;
812 unsigned int frag, last, packlen, inp_len; local
850 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
851 packlen = (packlen << n4x) - packlen;
852 packlen += 5 + 16 + ((last + 32 + 16) & -16);
856 return (int)packlen;
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 174 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
195 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
208 ciph_d[i].out = ciph_d[i - 1].out + packlen;
847 unsigned int frag, last, packlen, inp_len; local
882 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
883 packlen = (packlen << n4x) - packlen;
884 packlen += 5 + 16 + ((last + 20 + 16) & -16);
888 return (int)packlen;
    [all...]
e_aes_cbc_hmac_sha256.c 169 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
191 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
204 ciph_d[i].out = ciph_d[i - 1].out + packlen;
828 unsigned int frag, last, packlen, inp_len; local
866 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
867 packlen = (packlen << n4x) - packlen;
868 packlen += 5 + 16 + ((last + 32 + 16) & -16);
872 return (int)packlen;
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_s3.c 459 size_t packlen; local
469 packlen = EVP_CIPHER_CTX_ctrl(s->enc_write_ctx,
474 packlen *= 8;
476 packlen *= 4;
478 if (!ssl3_setup_write_buffer(s, 1, packlen)) {
524 packlen = (size_t)packleni;
525 if (packleni <= 0 || packlen > wb->len) { /* never happens */
547 wb->left = packlen;
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_aes_cbc_hmac_sha1.c 168 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
189 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
202 ciph_d[i].out = ciph_d[i - 1].out + packlen;
844 unsigned int frag, last, packlen, inp_len; local
879 packlen = 5 + 16 + ((frag + 20 + 16) & -16);
880 packlen = (packlen << n4x) - packlen;
881 packlen += 5 + 16 + ((last + 20 + 16) & -16);
885 return (int)packlen;
    [all...]
e_aes_cbc_hmac_sha256.c 164 unsigned int frag, last, packlen, i, x4 = 4 * n4x, minblocks, processed = local
186 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
199 ciph_d[i].out = ciph_d[i - 1].out + packlen;
825 unsigned int frag, last, packlen, inp_len; local
863 packlen = 5 + 16 + ((frag + 32 + 16) & -16);
864 packlen = (packlen << n4x) - packlen;
865 packlen += 5 + 16 + ((last + 32 + 16) & -16);
869 return (int)packlen;
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_s3.c 442 size_t packlen; local
452 packlen = EVP_CIPHER_CTX_ctrl(s->enc_write_ctx,
457 packlen *= 8;
459 packlen *= 4;
461 if (!ssl3_setup_write_buffer(s, 1, packlen)) {
507 packlen = (size_t)packleni;
508 if (packleni <= 0 || packlen > wb->len) { /* never happens */
530 wb->left = packlen;
  /src/external/gpl2/mkhybrid/dist/
apple.h 270 byte packlen[4]; /* length of total files when unpacked */ member in struct:__anon9484
  /src/sbin/ping/
ping.c 147 static int packlen; variable
509 packlen = datalen + 60 + 76; /* MAXIP + MAXICMP */
510 if ((packet = malloc(packlen)) == NULL)
511 err(EXIT_FAILURE, "Can't allocate %d bytes", packlen);
806 cc = prog_recvfrom(s, (char *) packet, packlen,
  /src/sbin/ping6/
ping6.c 282 u_int i, packlen; local
669 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
671 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA;
676 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA;
679 if (!(packet = (u_char *)malloc(packlen)))
682 for (i = ICMP6ECHOLEN; i < packlen; ++i)
902 doit(packet, packlen);
908 doit(u_char *packet, u_int packlen)
991 iov[0].iov_len = packlen;
  /src/usr.sbin/traceroute/
traceroute.c 342 static int packlen; /* total length of packet */ variable
614 packlen = minpacket; /* minimum sized packet */
617 packlen = *mtuptr++;
623 packlen = str2val(argv[optind + 1],
649 outip = malloc((unsigned)packlen);
652 memset(outip, 0, packlen);
658 outip->ip_len = htons(packlen);
661 outip->ip_len = packlen;
706 htons((u_int16_t)(packlen - (sizeof(*outip) + optlen)));
804 if (prog_setsockopt(sndsock, SOL_SOCKET, SO_SNDBUF, (char *)&packlen,
    [all...]
  /src/crypto/external/bsd/openssh/dist/
packet.c 191 u_int packlen; member in struct:session_state
1543 if (state->packlen == 0) {
1546 state->packlen = PEEK_U32(cp);
1547 if (state->packlen < 4 + 1 ||
1548 state->packlen > PACKET_MAX_SIZE)
1551 need = state->packlen + 4;
1556 state->packlen)) != 0 ||
1565 state->packlen = 0;
1601 if (aadlen && state->packlen == 0) {
1603 &state->packlen, state->p_read.seqnr
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 3894 int packlen; local
3907 packlen = EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_AAD,
3910 if (packlen > 0) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 3653 int packlen; local
3666 packlen = EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_AAD,
3669 if (packlen > 0) {

Completed in 135 milliseconds

1 2