Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/x509/
H A Dv3_utl.c1374 int i, mval, spec_char, plus_char; in X509V3_NAME_from_section() local
1401 plus_char = (*type == '+'); in X509V3_NAME_from_section()
1403 plus_char = (*type == os_toascii['+']); in X509V3_NAME_from_section()
1405 if (plus_char) { in X509V3_NAME_from_section()
/src/crypto/openssl/apps/
H A Dreq.c1314 int i, spec_char, plus_char; in auto_info() local
1345 plus_char = (*type == '+'); in auto_info()
1347 plus_char = (*type == os_toascii['+']); in auto_info()
1349 if (plus_char) { in auto_info()