| /src/crypto/external/apache2/openssl/dist/ssl/record/methods/ |
| tls_pad.c | 203 * mac_end is the index of |recdata| just after the end of the MAC. 205 size_t mac_end = *reclen; local 206 size_t mac_start = mac_end - mac_size; 263 size_t mac_ended = constant_time_lt_s(i, mac_end);
|
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| tls_pad.c | 218 * mac_end is the index of |recdata| just after the end of the MAC. 220 size_t mac_end = *reclen; local 221 size_t mac_start = mac_end - mac_size; 278 size_t mac_ended = constant_time_lt_s(i, mac_end);
|
| /src/lib/libcompat/4.3/ |
| ruserpass.c | 57 char *mac_end; /* end of macro in macbuf */ member in struct:macel 229 macros[macnum-1].mac_end + 1; 241 macros[macnum++].mac_end = tmp - 1;
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| macro.c | 315 const gdb_byte *mac_ptr, const gdb_byte *mac_end, 337 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end, 417 const gdb_byte *mac_ptr, const gdb_byte *mac_end, 454 if (mac_ptr >= mac_end) 678 if (mac_ptr >= mac_end) 704 const gdb_byte *include_mac_end = mac_end; 764 mac_ptr, mac_end, abfd, offset_size, 785 const gdb_byte *mac_ptr, *mac_end; local 804 mac_end = section->buffer + section->size; 817 if (mac_ptr >= mac_end) [all...] |
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| macro.c | 316 const gdb_byte *mac_ptr, const gdb_byte *mac_end, 338 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end, 418 const gdb_byte *mac_ptr, const gdb_byte *mac_end, 455 if (mac_ptr >= mac_end) 678 if (mac_ptr >= mac_end) 704 const gdb_byte *include_mac_end = mac_end; 763 mac_ptr, mac_end, abfd, offset_size, 784 const gdb_byte *mac_ptr, *mac_end; local 803 mac_end = section->buffer + section->size; 816 if (mac_ptr >= mac_end) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| ssl3_record.c | 1541 * mac_end is the index of |rec->data| just after the end of the MAC. 1543 size_t mac_end = rec->length; local 1544 size_t mac_start = mac_end - md_size; 1571 size_t mac_ended = constant_time_lt_s(i, mac_end);
|
| /src/usr.bin/ftp/ |
| ftp_var.h | 143 char *mac_end; /* end of macro in macbuf */ member in struct:macel
|