Searched refs:flag_allow_md (Results 1 – 3 of 3) sorted by relevance
75 unsigned int flag_allow_md : 1; member118 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()
76 unsigned int flag_allow_md : 1; member111 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()
87 unsigned int flag_allow_md : 1; member190 prsactx->flag_allow_md = 1; in rsa_newctx()313 if (!ctx->flag_allow_md) { in rsa_setup_md()863 prsactx->flag_allow_md = 0; in rsa_digest_signverify_init()912 prsactx->flag_allow_md = 1; in rsa_digest_sign_final()952 prsactx->flag_allow_md = 1; in rsa_digest_verify_final()1394 if (prsactx != NULL && !prsactx->flag_allow_md) in rsa_settable_ctx_params()