Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/signature/
A Decdsa_sig.c75 unsigned int flag_allow_md : 1; member
118 ctx->flag_allow_md = 1; in ecdsa_newctx()
250 if (!ctx->flag_allow_md) { in ecdsa_setup_md()
294 ctx->flag_allow_md = 0; in ecdsa_digest_signverify_init()
353 ctx->flag_allow_md = 1; in ecdsa_digest_sign_final()
369 ctx->flag_allow_md = 1; in ecdsa_digest_verify_final()
513 || (!ctx->flag_allow_md && mdsize != ctx->mdsize)) in ecdsa_set_ctx_params()
539 if (ctx != NULL && !ctx->flag_allow_md) in ecdsa_settable_ctx_params()
A Ddsa_sig.c76 unsigned int flag_allow_md : 1; member
111 pdsactx->flag_allow_md = 1; in dsa_newctx()
148 if (!ctx->flag_allow_md) { in dsa_setup_md()
289 pdsactx->flag_allow_md = 0; in dsa_digest_signverify_init()
357 pdsactx->flag_allow_md = 1; in dsa_digest_sign_final()
381 pdsactx->flag_allow_md = 1; in dsa_digest_verify_final()
521 if (pdsactx != NULL && !pdsactx->flag_allow_md) in dsa_settable_ctx_params()
A Drsa_sig.c88 unsigned int flag_allow_md : 1; member
191 prsactx->flag_allow_md = 1; in rsa_newctx()
311 if (!ctx->flag_allow_md) { in rsa_setup_md()
857 prsactx->flag_allow_md = 0; in rsa_digest_signverify_init()
906 prsactx->flag_allow_md = 1; in rsa_digest_sign_final()
946 prsactx->flag_allow_md = 1; in rsa_digest_verify_final()
1387 if (prsactx != NULL && !prsactx->flag_allow_md) in rsa_settable_ctx_params()

Completed in 10 milliseconds