Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssl/apps/lib/
H A Dapps.c2220 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() function
2301 if (mctx != NULL && do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_sign()
2315 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_REQ_sign()
2328 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_CRL_sign()