Searched refs:footer (Results 1 – 5 of 5) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | pem.c | 206 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer, in mbedtls_pem_read_buffer() argument 232 s2 = (unsigned char *) strstr( (const char *) data, footer ); in mbedtls_pem_read_buffer() 244 end += strlen( footer ); in mbedtls_pem_read_buffer() 396 int mbedtls_pem_write_buffer( const char *header, const char *footer, in mbedtls_pem_write_buffer() argument 405 add_len = strlen( header ) + strlen( footer ) + ( use_len / 64 ) + 1; in mbedtls_pem_write_buffer() 437 memcpy( p, footer, strlen( footer ) ); in mbedtls_pem_write_buffer() 438 p += strlen( footer ); in mbedtls_pem_write_buffer()
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | pem.h | 90 int mbedtls_pem_read_buffer( mbedtls_pem_context *ctx, const char *header, const char *footer, 120 int mbedtls_pem_write_buffer( const char *header, const char *footer,
|
/net-tools-latest/libcoap/doc/ |
D | Doxyfile.in | 1071 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each 1073 # footer. See HTML_HEADER for more information on how to generate a default 1074 # footer and what special commands can be used inside the footer. See also 1075 # section "Doxygen usage" for information on how to generate the default footer 1146 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1647 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the 1648 # generated LaTeX document. The footer should contain everything after the last 1649 # chapter. If it is left blank doxygen will generate a standard footer. See 1650 # LATEX_HEADER for more information on how to generate a default footer and what 1651 # special commands can be used inside the footer. [all …]
|
/net-tools-latest/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 900 # header.html footer.html stylesheet.css YourConfigFile" and then modify 907 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 909 # standard footer. 966 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1345 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for 1346 # the generated latex document. The footer should contain everything after 1348 # standard footer. Notice: only use this tag if you know what you are doing!
|
/net-tools-latest/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 790 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 792 # standard footer. 805 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|