Home
last modified time | relevance | path

Searched refs:blinding (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/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 structur in rsa_ossl_private_encrypt()
256 BN_BLINDING *blinding = NULL; rsa_ossl_private_encrypt() local
388 BN_BLINDING *blinding = NULL; rsa_ossl_private_decrypt() local
[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()
H A Drsa_local.h96 BN_BLINDING *blinding; member
H A Drsa_lib.c175 BN_BLINDING_free(r->blinding); in RSA_free()
/third_party/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 structur in rsa_ossl_private_encrypt()
256 BN_BLINDING *blinding = NULL; rsa_ossl_private_encrypt() local
388 BN_BLINDING *blinding = NULL; rsa_ossl_private_decrypt() local
[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()
H A Drsa_local.h96 BN_BLINDING *blinding; member
H A Drsa_lib.c175 BN_BLINDING_free(r->blinding); in RSA_free()
/third_party/openssl/ohos_lite/include/crypto/
H A Dbn.h90 const BN_BLINDING *blinding,
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dtypes.rs232 pub blinding: *mut BN_BLINDING,
261 pub blinding: *mut BN_BLINDING,

Completed in 9 milliseconds