Home
last modified time | relevance | path

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

/openssl/providers/implementations/signature/
H A Ddsa_sig.c137 if (pdsactx == NULL) in dsa_newctx()
145 pdsactx = NULL; in dsa_newctx()
147 return pdsactx; in dsa_newctx()
355 pdsactx->nonce_type, pdsactx->mdname, in dsa_sign_directly()
356 pdsactx->libctx, pdsactx->propq); in dsa_sign_directly()
469 if (pdsactx == NULL || pdsactx->mdctx == NULL) in dsa_verify_message_final()
479 return dsa_verify_directly(vpdsactx, pdsactx->sig, pdsactx->siglen, in dsa_verify_message_final()
532 if (!EVP_DigestInit_ex2(pdsactx->mdctx, pdsactx->md, params)) in dsa_digest_signverify_init()
788 if (pdsactx != NULL && !pdsactx->flag_allow_md) in dsa_settable_ctx_params()
912 if (!EVP_DigestInit_ex2(pdsactx->mdctx, pdsactx->md, params)) in dsa_sigalg_signverify_init()
[all …]

Completed in 6 milliseconds