Searched refs:BN_BLINDING_invert_ex (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_BLINDING_new.pod | 6 BN_BLINDING_invert, BN_BLINDING_convert_ex, BN_BLINDING_invert_ex, 23 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, 56 several threads). BN_BLINDING_invert_ex() multiplies B<n> with the 61 functions for BN_BLINDING_convert_ex() and BN_BLINDING_invert_ex() 95 BN_BLINDING_convert_ex() and BN_BLINDING_invert_ex() return 1 on
|
/third_party/openssl/crypto/bn/ |
D | bn_blind.c | 164 return BN_BLINDING_invert_ex(n, NULL, b, ctx); in BN_BLINDING_invert() 167 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, in BN_BLINDING_invert_ex() function
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_blind.c | 164 return BN_BLINDING_invert_ex(n, NULL, b, ctx); in BN_BLINDING_invert() 167 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, in BN_BLINDING_invert_ex() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 382 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b,
|
/third_party/openssl/include/openssl/ |
D | bn.h | 424 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | bn.h | 424 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b,
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_ossl.c | 238 return BN_BLINDING_invert_ex(f, unblind, b, ctx); in rsa_blinding_invert()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ossl.c | 238 return BN_BLINDING_invert_ex(f, unblind, b, ctx); in rsa_blinding_invert()
|
/third_party/node/deps/openssl/openssl/util/ |
D | libcrypto.num | 3398 BN_BLINDING_invert_ex 3472 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/util/ |
D | libcrypto.num | 3398 BN_BLINDING_invert_ex 3472 3_0_0 EXIST::FUNCTION:
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 8993 * Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than 8994 BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent 8998 lock to call BN_BLINDING_invert_ex, and avoids one use of
|
/third_party/openssl/ |
D | CHANGES.md | 8815 * Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than 8816 BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent 8820 lock to call BN_BLINDING_invert_ex, and avoids one use of
|