HomeSort by: relevance | last modified time | path
    Searched defs:thispkt (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_s3.c 686 WPACKET *thispkt; local
825 thispkt = &pkt[j];
833 if (!WPACKET_init_static_len(thispkt, SSL3_BUFFER_get_buf(wb),
835 || !WPACKET_allocate_bytes(thispkt, align, NULL)) {
874 thispkt = &pkt[j];
910 && (!WPACKET_put_bytes_u8(thispkt, rectype)
911 || !WPACKET_put_bytes_u16(thispkt, version)
912 || !WPACKET_start_sub_packet_u16(thispkt)
914 && !WPACKET_allocate_bytes(thispkt, eivlen, NULL))
916 && !WPACKET_reserve_bytes(thispkt, maxcomplen
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_s3.c 671 WPACKET *thispkt; local
801 thispkt = &pkt[j];
809 if (!WPACKET_init_static_len(thispkt, SSL3_BUFFER_get_buf(wb),
811 || !WPACKET_allocate_bytes(thispkt, align, NULL)) {
846 thispkt = &pkt[j];
878 if (!WPACKET_put_bytes_u8(thispkt, rectype)
879 || !WPACKET_put_bytes_u16(thispkt, version)
880 || !WPACKET_start_sub_packet_u16(thispkt)
882 && !WPACKET_allocate_bytes(thispkt, eivlen, NULL))
884 && !WPACKET_reserve_bytes(thispkt, maxcomplen
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c 1575 WPACKET *thispkt; local
1580 thispkt = &pkt[j];
1593 if (!WPACKET_init_static_len(thispkt, TLS_BUFFER_get_buf(wb),
1599 if (!WPACKET_allocate_bytes(thispkt, align, NULL)) {
1609 WPACKET *thispkt,
1622 if (!WPACKET_put_bytes_u8(thispkt, rectype)
1623 || !WPACKET_put_bytes_u16(thispkt, templ->version)
1624 || !WPACKET_start_sub_packet_u16(thispkt)
1626 && !WPACKET_allocate_bytes(thispkt, rl->eivlen, NULL))
1628 && !WPACKET_reserve_bytes(thispkt, maxcomplen
1760 WPACKET *thispkt; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.c 357 MEMPACKET *thispkt; local
363 if ((thispkt = sk_MEMPACKET_value(ctx->pkts, 0)) == NULL
364 || thispkt->num != ctx->currpkt) {
372 if (outl > thispkt->len)
373 outl = thispkt->len;
375 if (thispkt->type != INJECT_PACKET_IGNORE_REC_SEQ
383 for (rem = thispkt->len, rec = thispkt->data; rem > 0; rem -= len) {
418 memcpy(out, thispkt->data, outl);
419 mempacket_free(thispkt);
430 MEMPACKET *thispkt; local
510 MEMPACKET *thispkt; local
546 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
664 MEMPACKET *thispkt; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.c 372 MEMPACKET *thispkt; local
378 thispkt = sk_MEMPACKET_value(ctx->pkts, 0);
379 if (thispkt == NULL || thispkt->num != ctx->currpkt) {
387 if (outl > thispkt->len)
388 outl = thispkt->len;
390 if (thispkt->type != INJECT_PACKET_IGNORE_REC_SEQ
398 for (rem = thispkt->len, rec = thispkt->data; rem > 0; rem -= len) {
433 memcpy(out, thispkt->data, outl)
442 MEMPACKET *thispkt; local
475 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
591 MEMPACKET *thispkt; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 352 MEMPACKET *thispkt; local
358 if ((thispkt = sk_MEMPACKET_value(ctx->pkts, 0)) == NULL
359 || thispkt->num != ctx->currpkt) {
367 if (outl > thispkt->len)
368 outl = thispkt->len;
370 if (thispkt->type != INJECT_PACKET_IGNORE_REC_SEQ
378 for (rem = thispkt->len, rec = thispkt->data; rem > 0; rem -= len) {
413 memcpy(out, thispkt->data, outl);
414 mempacket_free(thispkt);
425 MEMPACKET *thispkt; local
505 MEMPACKET *thispkt; local
540 MEMPACKET *thispkt, *duppkt; local
575 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
693 MEMPACKET *thispkt; local
    [all...]

Completed in 19 milliseconds