base64_decode_ctx Struct Reference
#include <base64.h>
Collaboration diagram for base64_decode_ctx:
Public Attributes | |
const signed char * | table |
unsigned short | word |
unsigned char | bits |
unsigned char | padding |
Detailed Description
Member Data Documentation
◆ bits
unsigned char base64_decode_ctx::bits |
Definition at line 126 of file base64.h.
Referenced by base64_decode_final(), base64_decode_init(), and base64_decode_single().
◆ padding
unsigned char base64_decode_ctx::padding |
Definition at line 129 of file base64.h.
Referenced by base64_decode_init(), and base64_decode_single().
◆ table
const signed char* base64_decode_ctx::table |
Definition at line 124 of file base64.h.
Referenced by base64_decode_init(), and base64_decode_single().
◆ word
unsigned short base64_decode_ctx::word |
Definition at line 125 of file base64.h.
Referenced by base64_decode_init(), and base64_decode_single().
The documentation for this struct was generated from the following file:
- include/base64.h