Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_print_ex.pod85 If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this
104 | XN_FLAG_SPC_EQ | XN_FLAG_FN_LN | XN_FLAG_FN_ALIGN>
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c536 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h334 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 macro
360 XN_FLAG_FN_ALIGN)
H A Dx509.h.in164 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 macro
190 XN_FLAG_FN_ALIGN)
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1168 {"align", XN_FLAG_FN_ALIGN, 0}, in set_name_ex()