Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DX509_NAME_print_ex.pod79 If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this
96 …| ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE | XN_FLAG_SPC_EQ | XN_FLAG_FN_LN | XN_FLAG_FN_ALIGN>
/third_party/openssl/crypto/asn1/
Da_strex.c533 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()
/third_party/openssl/include/openssl/
Dx509.h196 # define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 macro
222 XN_FLAG_FN_ALIGN)
/third_party/openssl/apps/
Dapps.c1052 {"align", XN_FLAG_FN_ALIGN, 0}, in set_name_ex()