Home
last modified time | relevance | path

Searched refs:fragment (Results 1 – 25 of 214) sorted by relevance

123456789

/openbsd/lib/libssl/
H A Dtls12_record_layer.c845 CBS_len(fragment)); in tls12_record_layer_open_record_plaintext()
865 if (!CBS_get_bytes(fragment, &var_nonce, in tls12_record_layer_open_record_protected_aead()
876 if (CBS_len(fragment) < rp->aead_tag_len) { in tls12_record_layer_open_record_protected_aead()
897 CBS_len(fragment), header, header_len)) { in tls12_record_layer_open_record_protected_aead()
964 if (CBS_len(fragment) < min_len) { in tls12_record_layer_open_record_protected_cipher()
972 if (CBS_len(fragment) % block_size != 0) { in tls12_record_layer_open_record_protected_cipher()
979 content_len = CBS_len(fragment); in tls12_record_layer_open_record_protected_cipher()
981 if (!EVP_Cipher(enc, content, CBS_data(fragment), CBS_len(fragment))) in tls12_record_layer_open_record_protected_cipher()
1057 CBS cbs, fragment, seq_num; in tls12_record_layer_open_record() local
1095 content_type, &fragment, out)) in tls12_record_layer_open_record()
[all …]
H A Dd1_both.c180 if ((frag->fragment = calloc(1, frag_len)) == NULL) in dtls1_hm_fragment_new()
204 free(frag->fragment); in dtls1_hm_fragment_free()
517 frag->fragment, frag->msg_header.frag_len); in dtls1_retrieve_buffered_fragment()
613 frag->fragment + msg_hdr->frag_off, frag_len, 0); in dtls1_reassemble_fragment()
713 frag->fragment, frag_len, 0); in dtls1_process_out_of_seq_message()
957 memcpy(frag->fragment, s->init_buf->data, s->init_num); in dtls1_buffer_message()
1030 memcpy(s->init_buf->data, frag->fragment, in dtls1_retransmit_message()
H A Dtls13_legacy.c320 CBB cbb, fragment; in tls13_use_legacy_stack() local
342 if (!CBB_add_u16_length_prefixed(&cbb, &fragment)) in tls13_use_legacy_stack()
344 if (!CBB_add_bytes(&fragment, CBS_data(&cbs), CBS_len(&cbs))) in tls13_use_legacy_stack()
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dtic30-dis.c574 get_indirect_operand (fragment, size, buffer) in get_indirect_operand() argument
575 unsigned short fragment; in get_indirect_operand()
590 mod = (fragment & 0x00F8) >> 3;
591 arnum = (fragment & 0x0007);
595 mod = (fragment & 0xF800) >> 11;
596 arnum = (fragment & 0x0700) >> 8;
597 disp = (fragment & 0x00FF);
640 get_register_operand (fragment, buffer) in get_register_operand() argument
641 unsigned char fragment; in get_register_operand()
650 if ((fragment & 0x1F) == current_reg->opcode)
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic30-dis.c190 get_register_operand (unsigned char fragment, char *buffer) in get_register_operand() argument
198 if ((fragment & 0x1F) == current_reg->opcode) in get_register_operand()
208 get_indirect_operand (unsigned short fragment, in get_indirect_operand() argument
223 mod = (fragment & 0x00F8) >> 3; in get_indirect_operand()
224 arnum = (fragment & 0x0007); in get_indirect_operand()
228 mod = (fragment & 0xF800) >> 11; in get_indirect_operand()
229 arnum = (fragment & 0x0700) >> 8; in get_indirect_operand()
230 disp = (fragment & 0x00FF); in get_indirect_operand()
/openbsd/sys/conf/
H A Dmakegap.sh58 . = . + $RANDOM4; /* fragment of page */
64 . = . + $RANDOM5; /* fragment of page */
/openbsd/regress/sbin/pfctl/
H A Dpf39.ok11 o_fragment = "fragment "
15 pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah"
H A Dpf39.in13 o_fragment="fragment "
/openbsd/gnu/usr.bin/binutils/config/
H A Dmh-necv41 # Host Makefile fragment for NEC MIPS SVR4.
/openbsd/gnu/gcc/config/
H A Dmh-necv41 # Host Makefile fragment for NEC MIPS SVR4.
/openbsd/gnu/usr.bin/binutils-2.17/config/
H A Dmh-necv41 # Host Makefile fragment for NEC MIPS SVR4.
/openbsd/gnu/usr.bin/perl/t/op/
H A Deval.t744 for my $fragment ('bar', '1+;', '1+;' x 11, 's/', ']') {
748 'eval { eval "'.$fragment.'"; print "after eval $@"; };' .
755 "test that nested eval '$fragment' calls sig die as expected"
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Doptional_feature-merge.t67 'merged first optional_feature fragment into base',
87 'merged second optional_feature fragment into the first',
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py59 for fragment in fragments:
60 os.remove(fragment)
107 for fragment in fragments:
109 with open(fragment, 'r') as input_handle:
/openbsd/usr.bin/mandoc/
H A Dmanconf.h41 int fragment; member
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.aCC/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.defects/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/
H A Dconfigure.in2 dnl This file is a shell script fragment that supplies the information
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DPORTING21 host type (used as the base of the makefile fragment names), and to the
25 config/<target>.mt is a Makefile fragment.
/openbsd/gnu/usr.bin/binutils/bfd/
H A DPORTING21 host type (used as the base of the makefile fragment names), and to the
25 config/<target>.mt is a Makefile fragment.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dmpw-config.in1 # Configuration fragment for binutils.

123456789