Home
last modified time | relevance | path

Searched refs:blocksz (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprint-ipsec.c127 int blocksz; in esp_decrypt() local
131 blocksz = EVP_CIPHER_CTX_block_size(ctx); in esp_decrypt()
145 if (len < sizeof(struct esp_hdr) + espauthlen + 2 * blocksz) { in esp_decrypt()
159 len -= blocksz; in esp_decrypt()
160 data += blocksz; in esp_decrypt()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarfread.c1366 unsigned short blocksz; in dwarf_read_array_type() local
1380 blocksz = target_to_host (sub, nbytes, GET_UNSIGNED, current_objfile); in dwarf_read_array_type()
1381 subend = sub + nbytes + blocksz; in dwarf_read_array_type()
1664 unsigned short blocksz; in enum_type() local
1701 blocksz = target_to_host (scan, nbytes, GET_UNSIGNED, objfile); in enum_type()
1702 listend = scan + nbytes + blocksz; in enum_type()
2463 unsigned short blocksz; in add_enum_psymbol() local
2477 blocksz = target_to_host (scan, nbytes, GET_UNSIGNED, objfile); in add_enum_psymbol()
2479 listend = scan + blocksz; in add_enum_psymbol()