Home
last modified time | relevance | path

Searched full:blinding (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/crypto/libecc/
H A D.travis.yml49 - BLINDING=0 COMPLETE=0 CROSS_BUILD=0 LADDER=1
50 - BLINDING=1 COMPLETE=0 CROSS_BUILD=0 LADDER=1
51 - BLINDING=0 COMPLETE=1 CROSS_BUILD=0 LADDER=1
52 - BLINDING=1 COMPLETE=1 CROSS_BUILD=0 LADDER=1
53 - CC=clang BLINDING=0 COMPLETE=0 CROSS_BUILD=0 LADDER=1
54 - CC=clang BLINDING=1 COMPLETE=0 CROSS_BUILD=0 LADDER=1
55 - CC=clang BLINDING=0 COMPLETE=1 CROSS_BUILD=0 LADDER=1
56 - CC=clang BLINDING=1 COMPLETE=1 CROSS_BUILD=0 LADDER=1
57 - BLINDING=0 COMPLETE=0 CROSS_BUILD=0 LADDER=0
58 - BLINDING=1 COMPLETE=0 CROSS_BUILD=0 LADDER=0
[all …]
/freebsd/crypto/libecc/scripts/
H A Dcrossbuild.sh99 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
104 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
107 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
108 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
113 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
118 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
121 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
122 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
129 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
134 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ossl.c169 if (rsa->blinding == NULL) { in rsa_get_blinding()
170 rsa->blinding = RSA_setup_blinding(rsa, ctx); in rsa_get_blinding()
173 ret = rsa->blinding; in rsa_get_blinding()
178 /* rsa->blinding is ours! */ in rsa_get_blinding()
187 * that the blinding factor must be stored outside the BN_BLINDING in rsa_get_blinding()
207 * Local blinding: store the unblinding factor in BN_BLINDING. in rsa_blinding_convert()
212 * Shared blinding: store the unblinding factor outside BN_BLINDING. in rsa_blinding_convert()
230 * For local blinding, unblind is set to NULL, and BN_BLINDING_invert_ex in rsa_blinding_invert()
235 * to access the blinding without a lock. in rsa_blinding_invert()
251 * Used only if the blinding structure is shared. A non-NULL unblind in rsa_ossl_private_encrypt()
[all …]
H A Drsa_crpt.c64 BN_BLINDING_free(rsa->blinding); in RSA_blinding_off()
65 rsa->blinding = NULL; in RSA_blinding_off()
74 if (rsa->blinding != NULL) in RSA_blinding_on()
77 rsa->blinding = RSA_setup_blinding(rsa, ctx); in RSA_blinding_on()
78 if (rsa->blinding == NULL) in RSA_blinding_on()
/freebsd/crypto/openssl/doc/man3/
H A DRSA_blinding_on.pod24 measure the time of RSA decryption or signature operations, blinding
27 RSA_blinding_on() turns blinding on for key B<rsa> and generates a
28 random blinding factor. B<ctx> is B<NULL> or a preallocated and
31 RSA_blinding_off() turns blinding off and frees the memory used for
32 the blinding factor.
H A DBN_BLINDING_new.pod9 BN_BLINDING_set_flags, BN_BLINDING_create_param - blinding related BIGNUM functions
51 necessary parameters are set, by re-creating the blinding parameters.
53 BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>.
54 If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be
57 inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as
58 the inverse blinding.
/freebsd/secure/lib/libcrypto/man/man3/
H A DRSA_blinding_on.3161 measure the time of \s-1RSA\s0 decryption or signature operations, blinding
164 \&\fBRSA_blinding_on()\fR turns blinding on for key \fBrsa\fR and generates a
165 random blinding factor. \fBctx\fR is \fB\s-1NULL\s0\fR or a preallocated and
168 \&\fBRSA_blinding_off()\fR turns blinding off and frees the memory used for
169 the blinding factor.
H A DBN_BLINDING_new.3144 BN_BLINDING_set_flags, BN_BLINDING_create_param \- blinding related BIGNUM functions
186 necessary parameters are set, by re-creating the blinding parameters.
188 \&\fBBN_BLINDING_convert_ex()\fR multiplies \fBn\fR with the blinding factor \fBA\fR.
189 If \fBr\fR is not \s-1NULL\s0 a copy the inverse blinding factor \fBAi\fR will be
192 inverse blinding factor \fBAi\fR. If \fBr\fR is not \s-1NULL\s0 it will be used as
193 the inverse blinding.
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_runtime_tests.yml13 blinding: [1]
25 BLINDING: ${{ matrix.blinding }}
H A Dlibecc_python_tests.yml13 blinding: [0, 1]
24 BLINDING: ${{ matrix.blinding }}
H A Dlibecc_examples.yml13 blinding: [0, 1]
24 BLINDING: ${{ matrix.blinding }}
H A Dlibecc_crossarch_tests.yml12 blinding: [0, 1]
31 BLINDING: ${{ matrix.blinding }}
H A Dlibecc_compilation_tests.yml13 blinding: [0, 1]
27 BLINDING: ${{ matrix.blinding }}
H A Dlibecc_meson_build.yml13 blinding: [0, 1]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_blind.c69 * never-used fresh blinding that does not need updating before first in BN_BLINDING_new()
107 /* re-create blinding parameters */ in BN_BLINDING_update()
146 /* Fresh blinding, doesn't need updating. */ in BN_BLINDING_convert_ex()
/freebsd/crypto/libecc/src/examples/sig/sdsa/
H A Dsdsa.c43 * time and blinding WHEN activated with BLINDING=1), please consider this
110 /* b is the blinding mask */ in sdsa_sign()
193 /* Note: if we use blinding, r and k are multiplied by in sdsa_sign()
201 * In case of blinding, we compute b^-1 with in sdsa_sign()
213 /* In case of blinding, unblind s */ in sdsa_sign()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/
H A Dpage_rsa.38 Speed for RSA in seconds no key blinding 1000 iteration, same rsa keys (1024 and 2048) operation pe…
/freebsd/crypto/libecc/src/sig/
H A Dfuzzing_ecrdsa.c95 /* b is the blinding mask */ in ecrdsa_sign_raw()
153 /* Note: if we use blinding, k and e are multiplied by in ecrdsa_sign_raw()
161 /* We use blinding for the scalar multiplication */ in ecrdsa_sign_raw()
215 /* In case of blinding, we blind r and e */ in ecrdsa_sign_raw()
H A Decrdsa.c90 /* Use blinding when computing point scalar multiplication */ in ecrdsa_init_pub_key()
208 /* b is the blinding mask */ in _ecrdsa_sign_finalize()
267 /* Note: if we use blinding, k and e are multiplied by in _ecrdsa_sign_finalize()
275 /* We use blinding for the scalar multiplication */ in _ecrdsa_sign_finalize()
319 /* In case of blinding, we blind r and e */ in _ecrdsa_sign_finalize()
H A Decgdsa.c56 /* Use blinding with scalar_b when computing point scalar multiplication */ in ecgdsa_init_pub_key()
193 /* b is the blinding mask */ in _ecgdsa_sign_finalize()
289 /* Note: if we use blinding, e and e are multiplied by in _ecgdsa_sign_finalize()
297 /* We use blinding for the scalar multiplication */ in _ecgdsa_sign_finalize()
H A Dfuzzing_ecgdsa.c54 /* b is the blinding mask */ in ecgdsa_sign_raw()
149 /* Note: if we use blinding, e and e are multiplied by in ecgdsa_sign_raw()
158 /* We use blinding for the scalar multiplication */ in ecgdsa_sign_raw()
H A Dfuzzing_ecdsa.c54 /* b is the blinding mask */ in ecdsa_sign_raw()
151 /* Note: if we use blinding, r and e are multiplied by in ecdsa_sign_raw()
209 /* In case of blinding, we compute (b*k)^-1, and in ecdsa_sign_raw()
H A Deckcdsa.c62 /* Use blinding when computing point scalar multiplication */ in eckcdsa_init_pub_key()
311 /* b is the blinding mask */ in _eckcdsa_sign_finalize()
388 /* Note: if we use blinding, k and e are multiplied by in _eckcdsa_sign_finalize()
396 /* We use blinding for the scalar multiplication */ in _eckcdsa_sign_finalize()
437 /* In case of blinding, we compute (k*b - e*b) * x * b^-1 */ in _eckcdsa_sign_finalize()
/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/
H A Dgostr34_10_94.c41 * time and blinding WHEN activated with BLINDING=1), please consider this
103 /* b is the blinding mask */ in gostr34_10_94_sign()
191 /* Note: if we use blinding, r and e are multiplied by in gostr34_10_94_sign()
199 * In case of blinding, we compute b^-1 with in gostr34_10_94_sign()
212 /* In case of blinding, unblind s */ in gostr34_10_94_sign()
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dpage_rsa.html25 Speed for RSA in seconds no key blinding 1000 iteration, same rsa keys (1024 and 2048) operation pe…

123