suricata
|
Go to the source code of this file.
Functions | |
int | Base64Encode (const unsigned char *in, unsigned long inlen, unsigned char *out, unsigned long *outlen) |
Implements cryptographic functions. Based on the libtomcrypt library ( http://libtom.org/?page=features&newsitems=5&whatfile=crypt )
Implementation of function using NSS is not linked with libtomcrypt.
Definition in file util-crypt.c.
int Base64Encode | ( | const unsigned char * | in, |
unsigned long | inlen, | ||
unsigned char * | out, | ||
unsigned long * | outlen | ||
) |
Definition at line 35 of file util-crypt.c.
References SC_BASE64_INVALID_ARG, and SC_BASE64_OVERFLOW.
Referenced by EvePacket(), OutputJsonDNP3SetItem(), and StringAsBase64().