Home
last modified time | relevance | path

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

/openssl/crypto/dsa/
H A Ddsa_ossl.c81 BIGNUM *m, *blind, *blindm, *tmp; in ossl_dsa_do_sign_int() local
111 blind = BN_CTX_get(ctx); in ossl_dsa_do_sign_int()
147 if (!BN_priv_rand_ex(blind, BN_num_bits(dsa->params.q) - 1, in ossl_dsa_do_sign_int()
150 } while (BN_is_zero(blind)); in ossl_dsa_do_sign_int()
151 BN_set_flags(blind, BN_FLG_CONSTTIME); in ossl_dsa_do_sign_int()
156 if (!BN_mod_mul(tmp, blind, dsa->priv_key, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
162 if (!BN_mod_mul(blindm, blind, m, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
174 if (BN_mod_inverse(blind, blind, dsa->params.q, ctx) == NULL) in ossl_dsa_do_sign_int()
176 if (!BN_mod_mul(ret->s, ret->s, blind, dsa->params.q, ctx)) in ossl_dsa_do_sign_int()
/openssl/
H A DNOTES-UNIX.md112 for shared libraries first and tend to remain "blind" to static OpenSSL
H A DCHANGES.md3981 coordinates, modified to independently blind the operands.
14233 workarounds were in place to make the memory debugging turn a blind eye
/openssl/crypto/err/
H A Dopenssl.txt650 EC_R_POINT_COORDINATES_BLIND_FAILURE:163:point coordinates blind failure

Completed in 50 milliseconds