Searched refs:pdsactx (Results 1 – 1 of 1) sorted by relevance
/openssl/providers/implementations/signature/ |
H A D | dsa_sig.c | 136 if (pdsactx == NULL) in dsa_newctx() 144 pdsactx = NULL; in dsa_newctx() 146 return pdsactx; in dsa_newctx() 357 pdsactx->nonce_type, pdsactx->mdname, in dsa_sign_directly() 358 pdsactx->libctx, pdsactx->propq); in dsa_sign_directly() 471 if (pdsactx == NULL || pdsactx->mdctx == NULL) in dsa_verify_message_final() 481 return dsa_verify_directly(vpdsactx, pdsactx->sig, pdsactx->siglen, in dsa_verify_message_final() 534 if (!EVP_DigestInit_ex2(pdsactx->mdctx, pdsactx->md, params)) in dsa_digest_signverify_init() 793 if (pdsactx != NULL && !pdsactx->flag_allow_md) in dsa_settable_ctx_params() 917 if (!EVP_DigestInit_ex2(pdsactx->mdctx, pdsactx->md, params)) in dsa_sigalg_signverify_init() [all …]
|
Completed in 7 milliseconds