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

/freebsd-12-stable/contrib/bearssl/src/codec/
H A Dpemenc.c77 if ((flags & BR_PEM_LINE64) != 0) {
115 lim = (flags & BR_PEM_LINE64) != 0 ? 16 : 19;
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_pem.h260 * - If `BR_PEM_LINE64` is set, then line-breaking will occur after
283 #define BR_PEM_LINE64 0x0001 macro

Completed in 161 milliseconds