ReactOS 0.4.16-dev-942-g91fadeb
|
#include <stdio.h>
#include <stdarg.h>
#include <windows.h>
#include <wincrypt.h>
#include "wine/heap.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | BinTests |
struct | BadString |
Macros | |
#define | CERT_HEADER "-----BEGIN CERTIFICATE-----\r\n" |
#define | ALT_CERT_HEADER "-----BEGIN This is some arbitrary text that goes on and on-----\r\n" |
#define | CERT_TRAILER "-----END CERTIFICATE-----\r\n" |
#define | ALT_CERT_TRAILER "-----END More arbitrary text------\r\n" |
#define | CERT_REQUEST_HEADER "-----BEGIN NEW CERTIFICATE REQUEST-----\r\n" |
#define | CERT_REQUEST_TRAILER "-----END NEW CERTIFICATE REQUEST-----\r\n" |
#define | X509_HEADER "-----BEGIN X509 CRL-----\r\n" |
#define | X509_TRAILER "-----END X509 CRL-----\r\n" |
#define | CERT_HEADER_NOCR "-----BEGIN CERTIFICATE-----\n" |
#define | CERT_TRAILER_NOCR "-----END CERTIFICATE-----\n" |
#define | CERT_REQUEST_HEADER_NOCR "-----BEGIN NEW CERTIFICATE REQUEST-----\n" |
#define | CERT_REQUEST_TRAILER_NOCR "-----END NEW CERTIFICATE REQUEST-----\n" |
#define | X509_HEADER_NOCR "-----BEGIN X509 CRL-----\n" |
#define | X509_TRAILER_NOCR "-----END X509 CRL-----\n" |
Variables | |
static const BYTE | toEncode1 [] = { 0 } |
static const BYTE | toEncode2 [] = { 1,2 } |
static const BYTE | toEncode4 [] |
static const BYTE | toEncode5 [] |
static const struct BinTests | tests [] |
static const struct BinTests | testsNoCR [] |
static const struct BadString | badStrings [] |
|
static |
Definition at line 366 of file base64.c.
Referenced by testStringToBinaryA().
Definition at line 501 of file base64.c.
Referenced by testStringToBinaryA().
|
static |
Definition at line 466 of file base64.c.
Referenced by decodeBase64WithFmt(), decodeBase64WithLen(), and decodeBase64WithLenBroken().
|
static |
Definition at line 452 of file base64.c.
Referenced by decodeBase64WithLenFmt().
|
static |
Definition at line 166 of file base64.c.
Referenced by test_CryptBinaryToString().
|
static |
Definition at line 102 of file base64.c.
Referenced by test_CryptBinaryToString().
START_TEST | ( | base64 | ) |
Definition at line 89 of file base64.c.
Referenced by encode_compare_base64_W(), and test_CryptBinaryToString().
Definition at line 243 of file base64.c.
Referenced by START_TEST().
Definition at line 516 of file base64.c.
Referenced by START_TEST().
Definition at line 512 of file base64.c.
Referenced by testStringToBinaryA().
Definition at line 61 of file base64.c.
Referenced by test_CryptBinaryToString(), and testStringToBinaryA().
Definition at line 75 of file base64.c.
Referenced by test_CryptBinaryToString(), and testStringToBinaryA().