|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <stdarg.h>#include <windows.h>#include <wincrypt.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 BYTE | toEncode6 [] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" |
| static const struct BinTests | tests [] |
| static const struct BinTests | testsNoCR [] |
| static const struct BadString | badStrings [] |
Definition at line 246 of file base64.c.
Referenced by test_CryptBinaryToString().
|
static |
Definition at line 636 of file base64.c.
Referenced by test_CryptStringToBinary().
Definition at line 771 of file base64.c.
Referenced by test_CryptStringToBinary().
|
static |
Definition at line 736 of file base64.c.
Referenced by decodeBase64WithFmt(), decodeBase64WithLen(), and decodeBase64WithLenBroken().
|
static |
Definition at line 722 of file base64.c.
Referenced by decodeBase64WithLenFmt().
Definition at line 819 of file base64.c.
Referenced by string_to_hex(), and test_CryptStringToBinary().
|
static |
Definition at line 170 of file base64.c.
Referenced by test_CryptBinaryToString().
|
static |
Definition at line 109 of file base64.c.
Referenced by test_CryptBinaryToString().
Definition at line 786 of file base64.c.
Referenced by string_to_hex(), and test_CryptStringToBinary().
| START_TEST | ( | base64 | ) |
Definition at line 96 of file base64.c.
Referenced by encode_compare_base64_W(), and test_CryptBinaryToString().
|
static |
Definition at line 829 of file base64.c.
Referenced by test_CryptStringToBinary().
Definition at line 269 of file base64.c.
Referenced by START_TEST().
Definition at line 895 of file base64.c.
Referenced by START_TEST().
Definition at line 782 of file base64.c.
Referenced by test_CryptStringToBinary().
Definition at line 62 of file base64.c.
Referenced by test_CryptBinaryToString(), and test_CryptStringToBinary().
Definition at line 79 of file base64.c.
Referenced by test_CryptBinaryToString(), and test_CryptStringToBinary().