Searched refs:base64_lookup (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dbase64.h45 static inline uint8_t base64_lookup(uint8_t bit) function
62 fputc(base64_lookup(part), streamer->output);
74 fputc(base64_lookup(streamer->buffer), streamer->output);

Completed in 77 milliseconds