Searched refs:enc_len (Results 1 – 1 of 1) sorted by relevance
1061 size_t enc_len; in boot_serial_output() local1062 base64_encode(encoded_buf, sizeof(encoded_buf), &enc_len, buf, totlen); in boot_serial_output()1063 totlen = enc_len; in boot_serial_output()1065 size_t enc_len; in boot_serial_output() local1066 …base64_encode((unsigned char *)encoded_buf, sizeof(encoded_buf), &enc_len, (unsigned char *)buf, t… in boot_serial_output()1067 totlen = enc_len; in boot_serial_output()