ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "minunit.h"
#include "base64.h"
Go to the source code of this file.
Functions | |
void | test_esapi_isbase64 (void) |
void | test_esapi_base64_encode (void) |
void | test_esapi_base64_decode (void) |
int | main (void) |
Variables | |
int | tests_run = 0 |
int main | ( | void | ) |
Definition at line 48 of file base64_test.c.
void test_esapi_base64_decode | ( | void | ) |
Definition at line 30 of file base64_test.c.
void test_esapi_base64_encode | ( | void | ) |
Definition at line 17 of file base64_test.c.
void test_esapi_isbase64 | ( | void | ) |
Definition at line 9 of file base64_test.c.
int tests_run = 0 |
Definition at line 7 of file base64_test.c.