FreeRDP
Functions
|
Variables
TestBase64.c File Reference
#include <freerdp/crypto/crypto.h>
Functions
int
TestBase64
(int argc, char *argv[])
Variables
static const struct Encode64test
encodeTests
[]
Function Documentation
◆
TestBase64()
int TestBase64
(
int
argc
,
char *
argv
[]
)
Here is the call graph for this function:
Variable Documentation
◆
encodeTests
const struct Encode64test encodeTests[]
static
Initial value:
= {
{
"\x00"
, 1,
"AA=="
},
{
"\x00\x00"
, 2,
"AAA="
},
{
"\x00\x00\x00"
, 3,
"AAAA"
},
{
"0123456"
, 7,
"MDEyMzQ1Ng=="
},
{
"90123456"
, 8,
"OTAxMjM0NTY="
},
{
"890123456"
, 9,
"ODkwMTIzNDU2"
},
{
"7890123456"
, 10,
"Nzg5MDEyMzQ1Ng=="
},
{
NULL
, -1,
NULL
},
}
NULL
if availableBytes return NULL
Definition:
TPCircularBuffer.h:109
libfreerdp
crypto
test
TestBase64.c
Generated by
1.9.1