OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blindm
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_ossl.c
81
BIGNUM *m, *blind, *
blindm
, *tmp;
local
112
blindm
= BN_CTX_get(ctx);
152
BN_set_flags(
blindm
, BN_FLG_CONSTTIME);
161
/*
blindm
:= blind * m mod q */
162
if (!BN_mod_mul(
blindm
, blind, m, dsa->params.q, ctx))
166
if (!BN_mod_add_quick(ret->s, tmp,
blindm
, dsa->params.q))
/src/crypto/external/bsd/openssl/dist/crypto/dsa/
dsa_ossl.c
76
BIGNUM *m, *blind, *
blindm
, *tmp;
local
107
blindm
= BN_CTX_get(ctx);
146
BN_set_flags(
blindm
, BN_FLG_CONSTTIME);
155
/*
blindm
:= blind * m mod q */
156
if (!BN_mod_mul(
blindm
, blind, m, dsa->params.q, ctx))
160
if (!BN_mod_add_quick(ret->s, tmp,
blindm
, dsa->params.q))
/src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
dsa_ossl.c
65
BIGNUM *m, *blind, *
blindm
, *tmp;
local
93
blindm
= BN_CTX_get(ctx);
129
BN_set_flags(
blindm
, BN_FLG_CONSTTIME);
138
/*
blindm
:= blind * m mod q */
139
if (!BN_mod_mul(
blindm
, blind, m, dsa->q, ctx))
143
if (!BN_mod_add_quick(ret->s, tmp,
blindm
, dsa->q))
Completed in 17 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026