Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_utl.c1242 int i, mval, spec_char, plus_char; in X509V3_NAME_from_section() local
1268 plus_char = (*type == '+'); in X509V3_NAME_from_section()
1270 plus_char = (*type == os_toascii['+']); in X509V3_NAME_from_section()
1272 if (plus_char) { in X509V3_NAME_from_section()
/third_party/openssl/apps/
Dreq.c1243 int i, spec_char, plus_char; in auto_info() local
1274 plus_char = (*type == '+'); in auto_info()
1276 plus_char = (*type == os_toascii['+']); in auto_info()
1278 if (plus_char) { in auto_info()