Searched refs:mac_end (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Ddomacro.c77 while (cp1 != macros[i].mac_end) {
149 if (cp1 != macros[i].mac_end) {
H A Dftp_var.h135 char *mac_end; /* end of macro in macbuf */ member in struct:macel
H A Druserpass.c212 macros[macnum].mac_start = macros[macnum-1].mac_end + 1;
223 macros[macnum++].mac_end = tmp - 1;
H A Dcmds.c2266 macros[macnum].mac_start = macros[macnum - 1].mac_end + 1;
2278 macros[macnum++].mac_end = tmp;
2283 macros[macnum++].mac_end = tmp - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ddgst.c367 goto mac_end;
376 goto mac_end;
383 goto mac_end;
386 mac_end:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ddgst.c367 goto mac_end;
376 goto mac_end;
383 goto mac_end;
386 mac_end:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_cbc.c235 * mac_end is the index of |rec->data| just after the end of the MAC.
237 unsigned mac_end = rec->length; local
238 unsigned mac_start = mac_end - md_size;
273 unsigned char mac_ended = constant_time_ge_8(i, mac_end);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_cbc.c235 * mac_end is the index of |rec->data| just after the end of the MAC.
237 unsigned mac_end = rec->length; local
238 unsigned mac_start = mac_end - md_size;
273 unsigned char mac_ended = constant_time_ge_8(i, mac_end);

Completed in 91 milliseconds