Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps.c2272 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() function
2360 if (mctx != NULL && do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_sign()
2374 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_REQ_sign()
2387 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_CRL_sign()

Completed in 16 milliseconds