Home
last modified time | relevance | path

Searched refs:do_X509_sign (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/apps/
Dapps.h554 int do_X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md,
Dreq.c784 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
Dx509.c1012 if (!do_X509_sign(x, pkey, digest, sigopts)) in x509_certify()
Dca.c1854 if (!do_X509_sign(ret, pkey, dgst, sigopts)) in do_body()