Home
last modified time | relevance | path

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

/third_party/openssl/apps/lib/
Dapps.c2212 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() function
2293 if (mctx != NULL && do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_sign()
2307 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_REQ_sign()
2320 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_CRL_sign()