HomeSort by: relevance | last modified time | path
    Searched defs:flag_allow_md (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
dsa_sig.c 76 unsigned int flag_allow_md : 1; member in struct:__anon1622
111 pdsactx->flag_allow_md = 1;
148 if (!ctx->flag_allow_md) {
289 pdsactx->flag_allow_md = 0;
357 pdsactx->flag_allow_md = 1;
381 pdsactx->flag_allow_md = 1;
521 if (pdsactx != NULL && !pdsactx->flag_allow_md)
ecdsa_sig.c 75 unsigned int flag_allow_md : 1; member in struct:__anon1623
118 ctx->flag_allow_md = 1;
250 if (!ctx->flag_allow_md) {
294 ctx->flag_allow_md = 0;
353 ctx->flag_allow_md = 1;
369 ctx->flag_allow_md = 1;
513 || (!ctx->flag_allow_md && mdsize != ctx->mdsize))
539 if (ctx != NULL && !ctx->flag_allow_md)
rsa_sig.c 87 unsigned int flag_allow_md : 1; member in struct:__anon1634
190 prsactx->flag_allow_md = 1;
313 if (!ctx->flag_allow_md) {
863 prsactx->flag_allow_md = 0;
912 prsactx->flag_allow_md = 1;
952 prsactx->flag_allow_md = 1;
1394 if (prsactx != NULL && !prsactx->flag_allow_md)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/
ecdsa_sig.c 85 * - flag_allow_md (initialized to 0)
94 unsigned int flag_allow_md : 1; member in struct:__anon582
154 ctx->flag_allow_md = 1;
229 if (!ctx->flag_allow_md) {
527 ctx->flag_allow_md = 0;
580 ctx->flag_allow_md = 1;
609 ctx->flag_allow_md = 1;
798 || (!ctx->flag_allow_md && mdsize != ctx->mdsize))
929 ctx->flag_allow_md = 0;
dsa_sig.c 85 * - flag_allow_md (initialized to 0)
94 unsigned int flag_allow_md : 1; member in struct:__anon581
140 pdsactx->flag_allow_md = 1;
203 if (!ctx->flag_allow_md) {
529 pdsactx->flag_allow_md = 0;
584 pdsactx->flag_allow_md = 1;
612 pdsactx->flag_allow_md = 1;
795 if (pdsactx != NULL && !pdsactx->flag_allow_md)
911 pdsactx->flag_allow_md = 0;
rsa_sig.c 96 * - flag_allow_md (initialized to 0)
107 unsigned int flag_allow_md : 1; member in struct:__anon594
117 * at any time (they may be affected by other flags, like flag_allow_md,
244 prsactx->flag_allow_md = 1;
429 if (!ctx->flag_allow_md) {
1201 prsactx->flag_allow_md = 0;
1259 prsactx->flag_allow_md = 1;
1304 prsactx->flag_allow_md = 1;
1811 if (prsactx != NULL && !prsactx->flag_allow_md)
1940 prsactx->flag_allow_md = 0
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 2618 unsigned int flag_allow_md : 1; member in struct:__anon773
2641 pxor_sigctx->flag_allow_md = 0;
2809 pxor_sigctx->flag_allow_md = 0;
2873 pxor_sigctx->flag_allow_md = 1;
2892 pxor_sigctx->flag_allow_md = 1;
2994 if (p != NULL && !pxor_sigctx->flag_allow_md)

Completed in 31 milliseconds