Searched refs:str_base64_encode_len (Results 1 – 2 of 2) sorted by relevance
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | wifi_config.c | 42 static char *str_base64_encode_len(const void *src, char *out, int input_length); 68 static char *str_base64_encode_len(const void *src, char *out, int len) in str_base64_encode_len() function 197 str_base64_encode_len(buff, base64_buf, len); in write_cfg()
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/wifi/ |
| A D | wifi_config.c | 28 static char *str_base64_encode_len(const void *src, char *out, int input_length); 54 static char *str_base64_encode_len(const void *src, char *out, int len) in str_base64_encode_len() function 183 str_base64_encode_len(buff, base64_buf, len); in write_cfg()
|
Completed in 6 milliseconds