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

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c1614 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, function
1650 rv = do_sign_init(mctx, pkey, md, sigopts);
1662 rv = do_sign_init(mctx, pkey, md, sigopts);
1674 rv = do_sign_init(mctx, pkey, md, sigopts);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2220 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, function
2301 if (mctx != NULL && do_sign_init(mctx, pkey, md, sigopts) > 0)
2315 if (do_sign_init(mctx, pkey, md, sigopts) > 0)
2328 if (do_sign_init(mctx, pkey, md, sigopts) > 0)

Completed in 211 milliseconds