/freebsd-src/contrib/bc/tests/bc/ |
H A D | length.txt | 1 length(0) 2 length(0.0000) 3 length(0.00000000) 4 length(0.00000000000) 5 length(1) 6 length(12) 7 length(123) 8 length(1234) 9 length(12345) 10 length(123456) [all …]
|
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | BaseMemoryLib.h | 19 This function copies Length bytes from SourceBuffer to DestinationBuffer, and returns 23 If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT(). 24 If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT(). 28 @param Length The number of bytes to copy from SourceBuffer to DestinationBuffer. 38 IN UINTN Length 44 This function fills Length bytes of Buffer with Value, and returns Buffer. 46 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT(). 49 @param Length The number of bytes to set. 50 @param Value The value with which to fill Length bytes of Buffer. 59 IN UINTN Length, [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.h | 32 uint8_t Length; member 39 unsigned Length, bool Prologue); 41 unsigned Length, bool Prologue); 43 unsigned Length, bool Prologue); 45 unsigned Length, bool Prologue); 47 unsigned Length, bool Prologue); 49 unsigned Length, bool Prologue); 51 unsigned Length, bool Prologue); 53 unsigned Length, bool Prologue); 55 unsigned Length, bool Prologue); [all …]
|
/freebsd-src/crypto/heimdal/lib/asn1/ |
H A D | der_cmp.c | 39 if (p->length != q->length) in der_heim_oid_cmp() 40 return p->length - q->length; in der_heim_oid_cmp() 43 p->length * sizeof(*p->components)); in der_heim_oid_cmp() 50 if (p->length != q->length) in der_heim_octet_string_cmp() 51 return p->length - q->length; in der_heim_octet_string_cmp() 52 return memcmp(p->data, q->data, p->length); in der_heim_octet_string_cmp() 74 if (p->length != q->length) in der_heim_bit_string_cmp() 75 return p->length - q->length; in der_heim_bit_string_cmp() 76 i = memcmp(p->data, q->data, p->length / 8); in der_heim_bit_string_cmp() 79 if ((p->length % 8) == 0) in der_heim_bit_string_cmp() [all …]
|
H A D | der_copy.c | 102 to->length = from->length; in der_copy_printable_string() 103 to->data = malloc(to->length + 1); in der_copy_printable_string() 106 memcpy(to->data, from->data, to->length); in der_copy_printable_string() 107 ((char *)to->data)[to->length] = '\0'; in der_copy_printable_string() 121 to->length = from->length; in der_copy_bmp_string() 122 to->data = malloc(to->length * sizeof(to->data[0])); in der_copy_bmp_string() 123 if(to->length != 0 && to->data == NULL) in der_copy_bmp_string() 125 memcpy(to->data, from->data, to->length * sizeof(to->data[0])); in der_copy_bmp_string() 133 to->length = from->length; in der_copy_universal_string() 134 to->data = malloc(to->length * sizeof(to->data[0])); in der_copy_universal_string() [all …]
|
/freebsd-src/contrib/unbound/sldns/ |
H A D | str2wire.h | 59 * @param len: length of the buffer on input, length of the result on output. 69 * @param len: length of the buffer on input, length of the result on output. 71 * @param origin_len: length of origin. 80 * @param len: returned length of wireformat. 93 * @param len: on input the length of the buffer, on output the amount of 95 * @param dname_len: if non-NULL, filled with the dname length as result. 99 * @param origin_len: length of origin. 101 * @param prev_len: length of prev. 114 * @param len: on input the length of the buffer, on output the amount of 116 * @param dname_len: if non-NULL, filled with the dname length as result. [all …]
|
H A D | wire2str.h | 49 * @param len: length of packet. 58 * @param len: length of the rr wireformat. 66 * @param dname_len: length of the dname. 95 * @param slen: length of the string buffer. Adjusted at end. 105 * @param slen: length of the string buffer. Adjusted at end. 117 * @param data_len: length of packet. 135 * @param data_len: length of packet. 156 * @param data_len: length of data buffer. 158 * @param str_len: length of string buffer. 160 * @param pktlen: length of packet buffer. [all …]
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-udp.c | 46 nd_uint16_t rh_len; /* length of message (in words) */ 94 vat_print(netdissect_options *ndo, const u_char *hdr, u_int length) 100 if (length < 2) { in vat_print() 101 ND_PRINT("udp/va/vat, length %u < 2", length); in vat_print() 108 length, in vat_print() 114 if (length < 8) { in vat_print() 115 ND_PRINT("udp/vat, length %u < 8", length); in vat_print() 121 length in vat_print() 96 vat_print(netdissect_options * ndo,const u_char * hdr,u_int length) vat_print() argument 368 udp_print(netdissect_options * ndo,const u_char * bp,u_int length,const u_char * bp2,int fragmented,u_int ttl_hl) udp_print() argument [all...] |
H A D | print-ipx.c | 49 nd_uint16_t length; /* Length, in bytes, including header */ 71 ipx_print(netdissect_options *ndo, const u_char *p, u_int length) 87 /* take length from ipx header */ in ipx_print() 88 length = GET_BE_U_2(ipx->length); in ipx_print() 90 if (length < ipxSize) { in ipx_print() 91 ND_PRINT("[length %u < %u]", length, ipxSize); in ipx_print() 95 ipx_decode(ndo, ipx, p + ipxSize, length in ipx_print() 51 nd_uint16_t length; /* Length, in bytes, including header */ global() member 73 ipx_print(netdissect_options * ndo,const u_char * p,u_int length) ipx_print() argument 114 ipx_decode(netdissect_options * ndo,const struct ipxHdr * ipx,const u_char * datap,u_int length) ipx_decode() argument 154 ipx_sap_print(netdissect_options * ndo,const u_char * ipx,u_int length) ipx_sap_print() argument 228 ipx_rip_print(netdissect_options * ndo,const u_char * ipx,u_int length) ipx_rip_print() argument [all...] |
H A D | print-ether.c | 44 * Length of an Ethernet header; note that some compilers may pad 136 ether_common_print(netdissect_options *ndo, const u_char *p, u_int length, 151 if (length < caplen) { in ether_common_print() 152 ND_PRINT("[length %u < caplen %u]", length, caplen); in ether_common_print() 154 return length; in ether_common_print() 164 orig_length = length; in ether_common_print() 176 length -= 2*MAC_ADDR_LEN; in ether_common_print() 190 length -= switch_tag_len; in ether_common_print() 196 * Get the length/typ in ether_common_print() 138 ether_common_print(netdissect_options * ndo,const u_char * p,u_int length,u_int caplen,void (* print_switch_tag)(netdissect_options * ndo,const u_char *),u_int switch_tag_len,void (* print_encap_header)(netdissect_options * ndo,const u_char *),const u_char * encap_header_arg) ether_common_print() argument 424 ether_switch_tag_print(netdissect_options * ndo,const u_char * p,u_int length,u_int caplen,void (* print_switch_tag)(netdissect_options *,const u_char *),u_int switch_tag_len) ether_switch_tag_print() argument 443 ether_print(netdissect_options * ndo,const u_char * p,u_int length,u_int caplen,void (* print_encap_header)(netdissect_options * ndo,const u_char *),const u_char * encap_header_arg) ether_print() argument 530 ethertype_print(netdissect_options * ndo,u_short ether_type,const u_char * p,u_int length,u_int caplen,const struct lladdr_info * src,const struct lladdr_info * dst) ethertype_print() argument [all...] |
H A D | print-l2tp.c | 36 #define L2TP_FLAG_LENGTH 0x4000 /* Length */ 47 #define L2TP_AVP_HDR_LEN_MASK 0x03ff /* Length Mask */ 251 "Length is wrong", 266 print_string(netdissect_options *ndo, const u_char *dat, u_int length) 269 for (i=0; i<length; i++) { in print_string() 276 print_octets(netdissect_options *ndo, const u_char *dat, u_int length) 279 for (i=0; i<length; i++) { in print_octets() 301 l2tp_msgtype_print(netdissect_options *ndo, const u_char *dat, u_int length) 303 if (length < 2) { in l2tp_msgtype_print() argument 312 l2tp_result_code_print(netdissect_options *ndo, const u_char *dat, u_int length) 268 print_string(netdissect_options * ndo,const u_char * dat,u_int length) print_string() argument 278 print_octets(netdissect_options * ndo,const u_char * dat,u_int length) print_octets() argument 314 l2tp_result_code_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_result_code_print() argument 344 l2tp_proto_ver_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_proto_ver_print() argument 355 l2tp_framing_cap_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_framing_cap_print() argument 370 l2tp_bearer_cap_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_bearer_cap_print() argument 385 l2tp_q931_cc_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_q931_cc_print() argument 402 l2tp_bearer_type_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_bearer_type_print() argument 417 l2tp_framing_type_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_framing_type_print() argument 438 l2tp_proxy_auth_type_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_proxy_auth_type_print() argument 449 l2tp_proxy_auth_id_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_proxy_auth_id_print() argument 459 l2tp_call_errors_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_call_errors_print() argument 514 l2tp_accm_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_accm_print() argument 541 l2tp_ppp_discon_cc_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_ppp_discon_cc_print() argument 568 l2tp_avp_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_avp_print() argument 737 l2tp_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_print() argument [all...] |
H A D | print-ppp.c | 410 static void handle_ppp(netdissect_options *, u_int proto, const u_char *p, u_int length); 415 u_int proto, const u_char *pptr, u_int length) in handle_ctrl_proto() 428 if (length < 4) /* FIXME weak boundary checking */ in handle_ctrl_proto() 435 ND_PRINT("%s (0x%02x), id %u, length %u", in handle_ctrl_proto() 439 length + 2); in handle_ctrl_proto() 449 ND_PRINT("\n\tencoded length %u (< 4))", len); in handle_ctrl_proto() 453 if (len > length) { in handle_ctrl_proto() 454 ND_PRINT("\n\tencoded length %u (> packet length %u))", len, length); in handle_ctrl_proto() 413 handle_ctrl_proto(netdissect_options * ndo,u_int proto,const u_char * pptr,u_int length) handle_ctrl_proto() argument 591 print_lcp_config_options(netdissect_options * ndo,const u_char * p,u_int length) print_lcp_config_options() argument 805 handle_mlppp(netdissect_options * ndo,const u_char * p,u_int length) handle_mlppp() argument 829 handle_chap(netdissect_options * ndo,const u_char * p,u_int length) handle_chap() argument 900 handle_pap(netdissect_options * ndo,const u_char * p,u_int length) handle_pap() argument 1007 print_ipcp_config_options(netdissect_options * ndo,const u_char * p,u_int length) print_ipcp_config_options() argument 1146 print_ip6cp_config_options(netdissect_options * ndo,const u_char * p,u_int length) print_ip6cp_config_options() argument 1206 print_ccp_config_options(netdissect_options * ndo,const u_char * p,u_int length) print_ccp_config_options() argument 1302 print_bacp_config_options(netdissect_options * ndo,const u_char * p,u_int length) print_bacp_config_options() argument 1360 ppp_hdlc(netdissect_options * ndo,const u_char * p,u_int length) ppp_hdlc() argument 1459 handle_ppp(netdissect_options * ndo,u_int proto,const u_char * p,u_int length) handle_ppp() argument 1521 ppp_print(netdissect_options * ndo,const u_char * p,u_int length) ppp_print() argument 1599 u_int length = h->len; ppp_if_print() local 1668 u_int length = h->len; ppp_hdlc_if_print() local 1745 u_int length = h->len; ppp_bsdos_if_print() local [all...] |
H A D | print-ip-demux.c | 38 u_int length, u_int ver, int fragmented, u_int ttl_hl, in ip_demux_print() 60 length -= advance; in ip_demux_print() 65 esp_print(ndo, bp, length, iph, ver, fragmented, ttl_hl); in ip_demux_print() 88 sctp_print(ndo, bp, iph, length); in ip_demux_print() 92 dccp_print(ndo, bp, iph, length); in ip_demux_print() 96 tcp_print(ndo, bp, length, iph, fragmented); in ip_demux_print() 100 udp_print(ndo, bp, length, iph, fragmented, ttl_hl); in ip_demux_print() 105 icmp_print(ndo, bp, length, iph, fragmented); in ip_demux_print() 115 icmp6_print(ndo, bp, length, iph, fragmented); in ip_demux_print() 137 igrp_print(ndo, bp, length); in ip_demux_print() 40 ip_demux_print(netdissect_options * ndo,const u_char * bp,u_int length,u_int ver,int fragmented,u_int ttl_hl,uint8_t nh,const u_char * iph) ip_demux_print() argument [all...] |
H A D | print-aodv.c | 163 nd_uint8_t length; /* extension length */ 177 const struct aodv_ext *ep, u_int length) 186 if (length < sizeof(struct aodv_hello)) in aodv_extension() 188 if (GET_U_1(ep->length) < 4) { in aodv_extension() 189 ND_PRINT("\n\text HELLO - bad length %u", in aodv_extension() 190 GET_U_1(ep->length)); in aodv_extension() 199 GET_U_1(ep->length)); in aodv_extension() 209 aodv_rreq(netdissect_options *ndo, const u_char *dat, u_int length) 215 if (length < sizeo in aodv_rreq() 165 nd_uint8_t length; /* extension length */ global() member 179 aodv_extension(netdissect_options * ndo,const struct aodv_ext * ep,u_int length) aodv_extension() argument 211 aodv_rreq(netdissect_options * ndo,const u_char * dat,u_int length) aodv_rreq() argument 242 aodv_rrep(netdissect_options * ndo,const u_char * dat,u_int length) aodv_rrep() argument 270 aodv_rerr(netdissect_options * ndo,const u_char * dat,u_int length) aodv_rerr() argument 300 aodv_v6_rreq(netdissect_options * ndo,const u_char * dat,u_int length) aodv_v6_rreq() argument 331 aodv_v6_rrep(netdissect_options * ndo,const u_char * dat,u_int length) aodv_v6_rrep() argument 359 aodv_v6_rerr(netdissect_options * ndo,const u_char * dat,u_int length) aodv_v6_rerr() argument 389 aodv_v6_draft_01_rreq(netdissect_options * ndo,const u_char * dat,u_int length) aodv_v6_draft_01_rreq() argument 420 aodv_v6_draft_01_rrep(netdissect_options * ndo,const u_char * dat,u_int length) aodv_v6_draft_01_rrep() argument 448 aodv_v6_draft_01_rerr(netdissect_options * ndo,const u_char * dat,u_int length) aodv_v6_draft_01_rerr() argument 479 aodv_print(netdissect_options * ndo,const u_char * dat,u_int length,int is_ip6) aodv_print() argument [all...] |
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump1.c | 196 ACPI_SIZE Length; in AcpiDmDumpAest() local 205 while (Offset < Table->Length) in AcpiDmDumpAest() 211 Status = AcpiDmDumpTable (Table->Length, Offset, NodeHeader, in AcpiDmDumpAest() 212 NodeHeader->Length, AcpiDmTableInfoAestHdr); in AcpiDmDumpAest() 226 Length = sizeof (ACPI_AEST_PROCESSOR); in AcpiDmDumpAest() 231 Length = sizeof (ACPI_AEST_MEMORY); in AcpiDmDumpAest() 236 Length = sizeof (ACPI_AEST_SMMU); in AcpiDmDumpAest() 244 Length = sizeof (ACPI_AEST_VENDOR); in AcpiDmDumpAest() 249 Length = sizeof (ACPI_AEST_VENDOR_V2); in AcpiDmDumpAest() 260 Length in AcpiDmDumpAest() 404 UINT32 Length = Table->Length; AcpiDmDumpApmt() local 630 UINT32 Length = Table->Length; AcpiDmDumpAspt() local 724 UINT32 Length = CdatTable->Length; AcpiDmDumpCdat() local 906 UINT32 Length = Table->Length; AcpiDmDumpCedt() local 1005 UINT32 Length = Table->Length; AcpiDmDumpCpep() local 1060 UINT32 Length = Table->Length; AcpiDmDumpCsrt() local 1167 UINT32 Length = Table->Length; AcpiDmDumpDbg2() local 1285 UINT32 Length = Table->Length; AcpiDmDumpDmar() local 1560 UINT32 Length = Table->Length; AcpiDmDumpEinj() local 1613 UINT32 Length = Table->Length; AcpiDmDumpErst() local 1666 UINT32 Length = Table->Length; AcpiDmDumpFpdt() local 1751 UINT32 Length = Table->Length; AcpiDmDumpGtdt() local 1887 UINT32 Length = Table->Length; AcpiDmDumpHest() local 2045 UINT32 Length; AcpiDmDumpHmat() local [all...] |
H A D | dmtbdump2.c | 189 UINT32 Length; in AcpiDmDumpIort() local 199 Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoIort); in AcpiDmDumpIort() 223 Status = AcpiDmDumpTable (Table->Length, Offset, Table, in AcpiDmDumpIort() 232 while (Offset < Table->Length) in AcpiDmDumpIort() 238 Length = ACPI_OFFSET (ACPI_IORT_NODE, NodeData); in AcpiDmDumpIort() 242 Status = AcpiDmDumpTable (Table->Length, Offset, in AcpiDmDumpIort() 243 IortNode, Length, AcpiDmTableInfoIortHdr); in AcpiDmDumpIort() 247 Status = AcpiDmDumpTable (Table->Length, Offset, in AcpiDmDumpIort() 248 IortNode, Length, AcpiDmTableInfoIortHdr3); in AcpiDmDumpIort() 256 NodeOffset = Length; in AcpiDmDumpIort() 802 UINT32 Length = Table->Length; AcpiDmDumpLpit() local 875 UINT32 Length = Table->Length; AcpiDmDumpMadt() local 1523 UINT32 Length; AcpiDmDumpNfit() local 2120 UINT32 Length = Table->Length; AcpiDmDumpPcct() local 2224 UINT32 Length = Table->Length; AcpiDmDumpPdtt() local 2279 UINT32 Length = Table->Length; AcpiDmDumpPhat() local 2476 UINT32 Length = Table->Length; AcpiDmDumpPmtt() local 2571 UINT8 Length; AcpiDmDumpPptt() local 2825 UINT32 Length = Table->Length; AcpiDmDumpRhct() local 3048 UINT32 Length = Table->Length; AcpiDmDumpSdev() local [all...] |
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | codec.c | 41 size_t length, in krb5_decode_EncTicketPart() argument 46 return decode_EncTicketPart(data, length, t, len); in krb5_decode_EncTicketPart() 52 size_t length, in krb5_encode_EncTicketPart() argument 57 return encode_EncTicketPart(data, length, t, len); in krb5_encode_EncTicketPart() 63 size_t length, in krb5_decode_EncASRepPart() argument 68 return decode_EncASRepPart(data, length, t, len); in krb5_decode_EncASRepPart() 74 size_t length, in krb5_encode_EncASRepPart() argument 79 return encode_EncASRepPart(data, length, t, len); in krb5_encode_EncASRepPart() 85 size_t length, in krb5_decode_EncTGSRepPart() argument 90 return decode_EncTGSRepPart(data, length, t, len); in krb5_decode_EncTGSRepPart() [all …]
|
H A D | aes-test.c | 45 hex_dump_data(const void *data, size_t length) in hex_dump_data() argument 49 hex_encode(data, length, &p); in hex_dump_data() 209 password.length = strlen(password.data); in string_to_key_test() 214 salt.saltvalue.length = strlen(salt.saltvalue.data); in string_to_key_test() 216 salt.saltvalue.length = keys[i].saltlen; in string_to_key_test() 219 opaque.length = sizeof(iter); in string_to_key_test() 228 PKCS5_PBKDF2_HMAC_SHA1(password.data, password.length, in string_to_key_test() 229 salt.saltvalue.data, salt.saltvalue.length, in string_to_key_test() 261 if (key.keyvalue.length != keys[i].keylen) { in string_to_key_test() 262 krb5_warnx(context, "%d: key wrong length (%lu/%lu)", in string_to_key_test() [all …]
|
/freebsd-src/sys/contrib/libsodium/test/default/ |
H A D | kdf.exp | 11 Failure -- probably expected for output length=0 12 Failure -- probably expected for output length=1 13 Failure -- probably expected for output length=2 14 Failure -- probably expected for output length=3 15 Failure -- probably expected for output length=4 16 Failure -- probably expected for output length=5 17 Failure -- probably expected for output length=6 18 Failure -- probably expected for output length=7 19 Failure -- probably expected for output length=8 20 Failure -- probably expected for output length=9 [all …]
|
/freebsd-src/crypto/heimdal/doc/doxyout/wind/man/man3/ |
H A D | wind.3 | 79 \fIin_len\fP the length of in. 83 …fP before processing out_len should be the length of the out variable, after processing it will be… 100 \fIin_len\fP length of the input string 104 \fIout_len\fP length of the output string. 123 \fIlen\fP the length of the input buffer. 129 \fIout_len\fP the output length 152 \fIin_len\fP the length of the in UCS2 string. 156 …fP before processing out_len should be the length of the out variable, after processing it will be… 167 Calculate the length of from converting a UCS2 string to an UTF-8 string. 173 \fIin_len\fP an UCS2 string length to convert. [all …]
|
/freebsd-src/crypto/openssl/test/ |
H A D | asn1_dsa_internal_test.c | 18 0x30, 0x06, /* SEQUENCE tag + length */ 19 0x02, 0x01, 0x01, /* INTEGER tag + length + content */ 20 0x02, 0x01, 0x02 /* INTEGER tag + length + content */ 24 0x30, 0x06, /* SEQUENCE tag + length */ 25 0x02, 0x01, 0x01, /* INTEGER tag + length + content */ 26 0x02, 0x01, 0x02, /* INTEGER tag + length + content */ 27 0x05, 0x00 /* NULL tag + length */ 31 0x30, 0x08, /* SEQUENCE tag + length */ 32 0x02, 0x02, 0x00, 0x81, /* INTEGER tag + length + content */ 33 0x02, 0x02, 0x00, 0x82 /* INTEGER tag + length + content */ [all …]
|
/freebsd-src/lib/libc/tests/sys/ |
H A D | queue_test.c | 47 int i, j, length; in ATF_TC_BODY() local 55 i = length = 0; in ATF_TC_BODY() 58 length++; in ATF_TC_BODY() 60 ATF_REQUIRE_EQ(length, 0); in ATF_TC_BODY() 73 j = length = 0; in ATF_TC_BODY() 78 length++; in ATF_TC_BODY() 80 ATF_REQUIRE_EQ(length, 1); in ATF_TC_BODY() 96 j = length = 0; in ATF_TC_BODY() 101 length++; in ATF_TC_BODY() 103 ATF_REQUIRE_EQ(length, 3); in ATF_TC_BODY() [all …]
|
/freebsd-src/crypto/heimdal/lib/gssapi/krb5/ |
H A D | 8003.c | 84 _gsskrb5_encode_om_uint32 (b->initiator_address.length, num); in hash_input_chan_bindings() 86 if (b->initiator_address.length) in hash_input_chan_bindings() 89 b->initiator_address.length); in hash_input_chan_bindings() 92 _gsskrb5_encode_om_uint32 (b->acceptor_address.length, num); in hash_input_chan_bindings() 94 if (b->acceptor_address.length) in hash_input_chan_bindings() 97 b->acceptor_address.length); in hash_input_chan_bindings() 98 _gsskrb5_encode_om_uint32 (b->application_data.length, num); in hash_input_chan_bindings() 100 if (b->application_data.length) in hash_input_chan_bindings() 103 b->application_data.length); in hash_input_chan_bindings() 130 if (fwd_data->length > 0 && (flags & GSS_C_DELEG_FLAG)) in _gsskrb5_create_8003_checksum() [all …]
|
/freebsd-src/crypto/openssl/crypto/asn1/ |
H A D | asn1_lib.c | 18 static void asn1_put_length(unsigned char **pp, int length); 23 * If there is 0 or 1 byte left, the length check should pick things up in _asn1_check_infinite_end() 110 * Decode a length field. 111 * The short form is a single byte defining a length 0 - 127. 113 * the number of following octets that contain the length. These octets 158 * constructed == 2 for indefinite length constructed 160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument 186 asn1_put_length(&p, length); in ASN1_put_object() 200 static void asn1_put_length(unsigned char **pp, int length) in asn1_put_length() argument 205 if (length <= 127) { in asn1_put_length() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 30 explicit Vector(unsigned Length) in Vector() argument 31 : Length(Length), Data(std::make_unique<PBQPNum []>(Length)) {} in Vector() 34 Vector(unsigned Length, PBQPNum InitVal) in Vector() argument 35 : Length(Length), Data(std::make_unique<PBQPNum []>(Length)) { in Vector() 36 std::fill(Data.get(), Data.get() + Length, InitVal); in Vector() 41 : Length(V.Length), Data(std::make_unique<PBQPNum []>(Length)) { in Vector() 42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get()); in Vector() 47 : Length(V.Length), Data(std::move(V.Data)) { in Vector() 48 V.Length = 0; in Vector() 53 assert(Length != 0 && Data && "Invalid vector"); [all …]
|