Home | History | Annotate | Download | only in apps

Lines Matching full:s_key2

960 	EVP_PKEY *s_key2 = NULL;
1423 s_key2 = load_key(bio_err, s_key_file2, s_key_format, 0, pass, e,
1425 if (!s_key2)
1743 if (ctx2 && !set_cert_key_stuff(ctx2,s_cert2,s_key2))
1915 if (s_key2)
1916 EVP_PKEY_free(s_key2);