Searched refs:do_X509_sign (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/ |
D | apps.h | 554 int do_X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
|
D | req.c | 784 i = do_X509_sign(x509ss, pkey, digest, sigopts); in req_main() 1644 int do_X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_sign() function
|
D | x509.c | 1012 if (!do_X509_sign(x, pkey, digest, sigopts)) in x509_certify()
|
D | ca.c | 1854 if (!do_X509_sign(ret, pkey, dgst, sigopts)) in do_body()
|