Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2312 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() function
2400 if (mctx != NULL && do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_sign()
2414 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_REQ_sign()
2427 if (do_sign_init(mctx, pkey, md, sigopts) > 0) in do_X509_CRL_sign()