ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
#include <stdio.h>
#include "minunit.h"
#include "canonicalize.h"
Go to the source code of this file.
Functions | |
char * | _codec_encode (codec *c, char *s) |
char * | _codec_decode (codec *c, char *s) |
void | test__codec_encode (void) |
void | test__codec_decode (void) |
void | test_esapi_canonicalize (void) |
int | main (void) |
Variables | |
int | tests_run = 0 |
char* _codec_decode | ( | codec * | c, |
char * | s | ||
) |
Definition at line 96 of file canonicalize.c.
char* _codec_encode | ( | codec * | c, |
char * | s | ||
) |
Definition at line 100 of file canonicalize.c.
int main | ( | void | ) |
Definition at line 40 of file canonicalize_test.c.
void test__codec_decode | ( | void | ) |
Definition at line 21 of file canonicalize_test.c.
void test__codec_encode | ( | void | ) |
Definition at line 11 of file canonicalize_test.c.
void test_esapi_canonicalize | ( | void | ) |
Definition at line 31 of file canonicalize_test.c.
int tests_run = 0 |
Definition at line 9 of file canonicalize_test.c.