Project
Loading...
Searching...
No Matches
o2::framework::internal Namespace Reference

Classes

struct  SHA1_CTX
 

Functions

int base64_encode (char *dest, int size, unsigned char *src, int slen)
 
charbase64_enc_malloc (unsigned char *src, int slen)
 
int base64_decode (unsigned char *dest, int size, char *src)
 
unsigned charbase64_dec_malloc (char *src)
 

Function Documentation

◆ base64_dec_malloc()

unsigned char * o2::framework::internal::base64_dec_malloc ( char src)

Definition at line 218 of file Base64.cxx.

◆ base64_decode()

int o2::framework::internal::base64_decode ( unsigned char dest,
int  size,
char src 
)

Definition at line 144 of file Base64.cxx.

◆ base64_enc_malloc()

char * o2::framework::internal::base64_enc_malloc ( unsigned char src,
int  slen 
)

Definition at line 103 of file Base64.cxx.

◆ base64_encode()

int o2::framework::internal::base64_encode ( char dest,
int  size,
unsigned char src,
int  slen 
)

Definition at line 52 of file Base64.cxx.