Home
last modified time | relevance | path

Searched refs:mac_end (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/lib/libcompat/4.3/
H A Druserpass.c57 char *mac_end; /* end of macro in macbuf */ member
229 macros[macnum-1].mac_end + 1;
241 macros[macnum++].mac_end = tmp - 1;
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/
H A Dtls_pad.c220 size_t mac_end = *reclen; in ssl3_cbc_copy_mac() local
221 size_t mac_start = mac_end - mac_size; in ssl3_cbc_copy_mac()
278 size_t mac_ended = constant_time_lt_s(i, mac_end); in ssl3_cbc_copy_mac()
/netbsd-src/usr.bin/ftp/
H A Druserpass.c229 macros[macnum-1].mac_end + 1; in ruserpass()
242 macros[macnum++].mac_end = tmp; in ruserpass()
245 macros[macnum++].mac_end = in ruserpass()
H A Ddomacro.c73 while (cp1 != macros[i].mac_end) { in domacro()
140 if (cp1 != macros[i].mac_end) in domacro()
H A Dftp_var.h144 char *mac_end; /* end of macro in macbuf */
143 char *mac_end; /* end of macro in macbuf */ global() member
H A Dcmds.c2468 macros[macnum].mac_start = macros[macnum - 1].mac_end + 1; in macdef()
2478 macros[macnum++].mac_end = tmp; in macdef()
2483 macros[macnum++].mac_end = tmp - 1; in macdef()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ddgst.c283 goto mac_end; in dgst_main()
292 goto mac_end; in dgst_main()
299 goto mac_end; in dgst_main()
302 mac_end: in dgst_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Dssl3_record.c1543 size_t mac_end = rec->length; in ssl3_cbc_copy_mac() local
1544 size_t mac_start = mac_end - md_size; in ssl3_cbc_copy_mac()
1571 size_t mac_ended = constant_time_lt_s(i, mac_end); in ssl3_cbc_copy_mac()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_allocate_from_text.pod152 goto mac_end;
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20139069 'mac_end', and return type const.
9071 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
H A DChangeLog-20126833 (skip_unknown_opcode): New arg mac_end. All callers updated.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20139069 'mac_end', and return type const.
9071 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
H A DChangeLog-20126833 (skip_unknown_opcode): New arg mac_end. All callers updated.