Home
last modified time | relevance | path

Searched refs:ENCODE_LINE_LENGTH (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dfile.c83 #define ENCODE_LINE_LENGTH 54 in hx509_pem_write() macro
98 if (length > ENCODE_LINE_LENGTH) in hx509_pem_write()
99 length = ENCODE_LINE_LENGTH; in hx509_pem_write()