Searched refs:LIST_SEPARATOR_CHAR (Results 1 - 15 of 15) sorted by relevance

/external/openssl/apps/
H A Dapp_rand.c175 for (p=name; ((*p != '\0') && (*p != LIST_SEPARATOR_CHAR)); p++);
H A Dgendh.c156 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Drand.c171 BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dgendsa.c197 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dgenrsa.c221 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Ddhparam.c260 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dsmime.c488 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dsrp.c415 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dcms.c651 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dpkcs12.c338 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Dreq.c425 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Ds_client.c355 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
H A Ds_server.c547 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
/external/openssl/
H A De_os.h351 # define LIST_SEPARATOR_CHAR ';' macro
402 # define LIST_SEPARATOR_CHAR ',' macro
451 # define LIST_SEPARATOR_CHAR ';' macro
484 # define LIST_SEPARATOR_CHAR ':' macro
/external/openssl/crypto/x509/
H A Dby_dir.c223 if ((*p == LIST_SEPARATOR_CHAR) || (*p == '\0'))

Completed in 182 milliseconds