Home
last modified time | relevance | path

Searched refs:scan_start (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/cipher/
Dtls_cbc.c147 unsigned scan_start = 0; in EVP_tls_cbc_copy_mac() local
162 scan_start = orig_len - (md_size + 255 + 1); in EVP_tls_cbc_copy_mac()
173 rotate_offset = (div_spoiler + mac_start - scan_start) % md_size; in EVP_tls_cbc_copy_mac()
176 for (i = scan_start, j = 0; i < orig_len; i++) { in EVP_tls_cbc_copy_mac()
/external/zlib/src/contrib/masmx86/
Dmatch686.asm56 scan_start equ word ptr [esp+NbStack-48] define
/external/zlib/src/
Ddeflate.c1171 register ush scan_start = *(ushf*)scan; local
1212 *(ushf*)match != scan_start) continue;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c1170 register ush scan_start = *(ushf*)scan; in longest_match() local
1211 *(ushf*)match != scan_start) continue; in longest_match()