Searched defs:s_cert_format (Results 1 - 1 of 1) sorted by path

/external/openssl/apps/
H A Ds_server.c958 int s_cert_format = FORMAT_PEM, s_key_format = FORMAT_PEM; local
1044 s_cert_format = str2fmt(*(++argv));
1425 s_cert = load_cert(bio_err,s_cert_file,s_cert_format,
1445 s_cert2 = load_cert(bio_err,s_cert_file2,s_cert_format,

Completed in 341 milliseconds