htp_base64_decodestep
Definition: htp_base64.h:50
char plainchar
Definition: htp_base64.h:56
Definition: htp_base64.h:51
Definition: htp_base64.h:51
htp_base64_decodestep step
Definition: htp_base64.h:55
Definition: htp_base64.h:54
int htp_base64_decode(htp_base64_decoder *decoder, const void *_code_in, int length_in, void *_plaintext_out, int length_out)
Definition: htp_base64.c:84
bstr * htp_base64_decode_bstr(bstr *input)
Definition: htp_base64.c:168
Definition: htp_base64.h:51
bstr * htp_base64_decode_mem(const void *data, size_t len)
Definition: htp_base64.c:179
Definition: htp_base64.h:51
int htp_base64_decode_single(signed char value_in)
Definition: htp_base64.c:50
void htp_base64_decoder_init(htp_base64_decoder *decoder)
Definition: htp_base64.c:69