Lines Matching defs:pass
220 /* This is a context that we pass to callbacks */
239 /* This the context that we pass to next_proto_cb */
527 {"pass", OPT_PASS, 's', "Private key and cert file pass phrase source"},
809 char *passarg = NULL, *pass = NULL;
1609 if (!app_passwd(passarg, NULL, &pass, NULL)) {
1628 key = load_key(key_file, key_format, 0, pass, e,
1635 cert = load_cert_pass(cert_file, cert_format, 1, pass,
1642 if (!load_certs(chain_file, 0, &chain, pass, "client certificate chain"))
3100 OPENSSL_free(pass);