Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/signature/
H A Ddsa_sig.c94 unsigned int flag_allow_md : 1; member
140 pdsactx->flag_allow_md = 1; in dsa_newctx()
203 if (!ctx->flag_allow_md) { in dsa_setup_md()
529 pdsactx->flag_allow_md = 0; in dsa_digest_signverify_init()
584 pdsactx->flag_allow_md = 1; in dsa_digest_sign_final()
612 pdsactx->flag_allow_md = 1; in dsa_digest_verify_final()
793 if (pdsactx != NULL && !pdsactx->flag_allow_md) in dsa_settable_ctx_params()
909 pdsactx->flag_allow_md = 0; in dsa_sigalg_signverify_init()
H A Decdsa_sig.c94 unsigned int flag_allow_md : 1; member
154 ctx->flag_allow_md = 1; in ecdsa_newctx()
229 if (!ctx->flag_allow_md) {
527 ctx->flag_allow_md = 0;
580 ctx->flag_allow_md = 1;
609 ctx->flag_allow_md = 1;
795 || (!ctx->flag_allow_md && mdsize != ctx->mdsize))
926 ctx->flag_allow_md = 0;
H A Drsa_sig.c107 unsigned int flag_allow_md : 1; member
244 prsactx->flag_allow_md = 1; in rsa_newctx()
429 if (!ctx->flag_allow_md) { in rsa_setup_md()
1201 prsactx->flag_allow_md = 0; in rsa_digest_signverify_init()
1259 prsactx->flag_allow_md = 1; in rsa_digest_sign_final()
1304 prsactx->flag_allow_md = 1; in rsa_digest_verify_final()
1811 if (prsactx != NULL && !prsactx->flag_allow_md) in rsa_settable_ctx_params()
1940 prsactx->flag_allow_md = 0; in rsa_sigalg_signverify_init()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c2617 unsigned int flag_allow_md : 1; member
2640 pxor_sigctx->flag_allow_md = 0; in xor_sig_newctx()
2808 pxor_sigctx->flag_allow_md = 0; in xor_sig_digest_signverify_init()
2872 pxor_sigctx->flag_allow_md = 1; in xor_sig_digest_sign_final()
2891 pxor_sigctx->flag_allow_md = 1; in xor_sig_digest_verify_final()
2993 if (p != NULL && !pxor_sigctx->flag_allow_md) in xor_sig_set_ctx_params()