/external/boringssl/src/include/openssl/ |
D | bn.h | 181 OPENSSL_EXPORT BIGNUM *BN_new(void); 184 OPENSSL_EXPORT void BN_init(BIGNUM *bn); 188 OPENSSL_EXPORT void BN_free(BIGNUM *bn); 192 OPENSSL_EXPORT void BN_clear_free(BIGNUM *bn); 196 OPENSSL_EXPORT BIGNUM *BN_dup(const BIGNUM *src); 200 OPENSSL_EXPORT BIGNUM *BN_copy(BIGNUM *dest, const BIGNUM *src); 203 OPENSSL_EXPORT void BN_clear(BIGNUM *bn); 206 OPENSSL_EXPORT const BIGNUM *BN_value_one(void); 213 OPENSSL_EXPORT unsigned BN_num_bits(const BIGNUM *bn); 221 OPENSSL_EXPORT unsigned BN_num_bytes(const BIGNUM *bn); [all …]
|
D | dh.h | 96 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh); 99 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh); 102 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh); 105 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh); 108 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh); 113 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, 114 const BIGNUM **out_priv_key); 119 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); 123 OPENSSL_EXPORT void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, 124 const BIGNUM **out_q, const BIGNUM **out_g); [all …]
|
D | dsa.h | 101 OPENSSL_EXPORT const BIGNUM *DSA_get0_pub_key(const DSA *dsa); 105 OPENSSL_EXPORT const BIGNUM *DSA_get0_priv_key(const DSA *dsa); 108 OPENSSL_EXPORT const BIGNUM *DSA_get0_p(const DSA *dsa); 111 OPENSSL_EXPORT const BIGNUM *DSA_get0_q(const DSA *dsa); 114 OPENSSL_EXPORT const BIGNUM *DSA_get0_g(const DSA *dsa); 119 OPENSSL_EXPORT void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key, 120 const BIGNUM **out_priv_key); 124 OPENSSL_EXPORT void DSA_get0_pqg(const DSA *dsa, const BIGNUM **out_p, 125 const BIGNUM **out_q, const BIGNUM **out_g); 133 OPENSSL_EXPORT int DSA_set0_key(DSA *dsa, BIGNUM *pub_key, BIGNUM *priv_key); [all …]
|
D | rsa.h | 103 OPENSSL_EXPORT const BIGNUM *RSA_get0_n(const RSA *rsa); 106 OPENSSL_EXPORT const BIGNUM *RSA_get0_e(const RSA *rsa); 110 OPENSSL_EXPORT const BIGNUM *RSA_get0_d(const RSA *rsa); 114 OPENSSL_EXPORT const BIGNUM *RSA_get0_p(const RSA *rsa); 118 OPENSSL_EXPORT const BIGNUM *RSA_get0_q(const RSA *rsa); 122 OPENSSL_EXPORT const BIGNUM *RSA_get0_dmp1(const RSA *rsa); 126 OPENSSL_EXPORT const BIGNUM *RSA_get0_dmq1(const RSA *rsa); 130 OPENSSL_EXPORT const BIGNUM *RSA_get0_iqmp(const RSA *rsa); 135 OPENSSL_EXPORT void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n, 136 const BIGNUM **out_e, const BIGNUM **out_d); [all …]
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | bn.h | 181 OPENSSL_EXPORT BIGNUM *BN_new(void); 184 OPENSSL_EXPORT void BN_init(BIGNUM *bn); 188 OPENSSL_EXPORT void BN_free(BIGNUM *bn); 192 OPENSSL_EXPORT void BN_clear_free(BIGNUM *bn); 196 OPENSSL_EXPORT BIGNUM *BN_dup(const BIGNUM *src); 200 OPENSSL_EXPORT BIGNUM *BN_copy(BIGNUM *dest, const BIGNUM *src); 203 OPENSSL_EXPORT void BN_clear(BIGNUM *bn); 206 OPENSSL_EXPORT const BIGNUM *BN_value_one(void); 213 OPENSSL_EXPORT unsigned BN_num_bits(const BIGNUM *bn); 221 OPENSSL_EXPORT unsigned BN_num_bytes(const BIGNUM *bn); [all …]
|
D | dh.h | 96 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh); 99 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh); 102 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh); 105 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh); 108 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh); 113 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, 114 const BIGNUM **out_priv_key); 119 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); 123 OPENSSL_EXPORT void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, 124 const BIGNUM **out_q, const BIGNUM **out_g); [all …]
|
D | dsa.h | 101 OPENSSL_EXPORT const BIGNUM *DSA_get0_pub_key(const DSA *dsa); 105 OPENSSL_EXPORT const BIGNUM *DSA_get0_priv_key(const DSA *dsa); 108 OPENSSL_EXPORT const BIGNUM *DSA_get0_p(const DSA *dsa); 111 OPENSSL_EXPORT const BIGNUM *DSA_get0_q(const DSA *dsa); 114 OPENSSL_EXPORT const BIGNUM *DSA_get0_g(const DSA *dsa); 119 OPENSSL_EXPORT void DSA_get0_key(const DSA *dsa, const BIGNUM **out_pub_key, 120 const BIGNUM **out_priv_key); 124 OPENSSL_EXPORT void DSA_get0_pqg(const DSA *dsa, const BIGNUM **out_p, 125 const BIGNUM **out_q, const BIGNUM **out_g); 133 OPENSSL_EXPORT int DSA_set0_key(DSA *dsa, BIGNUM *pub_key, BIGNUM *priv_key); [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | bn.h | 172 OPENSSL_EXPORT BIGNUM *BN_new(void); 175 OPENSSL_EXPORT void BN_init(BIGNUM *bn); 179 OPENSSL_EXPORT void BN_free(BIGNUM *bn); 183 OPENSSL_EXPORT void BN_clear_free(BIGNUM *bn); 187 OPENSSL_EXPORT BIGNUM *BN_dup(const BIGNUM *src); 191 OPENSSL_EXPORT BIGNUM *BN_copy(BIGNUM *dest, const BIGNUM *src); 194 OPENSSL_EXPORT void BN_clear(BIGNUM *bn); 197 OPENSSL_EXPORT const BIGNUM *BN_value_one(void); 204 OPENSSL_EXPORT unsigned BN_num_bits(const BIGNUM *bn); 208 OPENSSL_EXPORT unsigned BN_num_bytes(const BIGNUM *bn); [all …]
|
D | dh.h | 93 OPENSSL_EXPORT const BIGNUM *DH_get0_pub_key(const DH *dh); 96 OPENSSL_EXPORT const BIGNUM *DH_get0_priv_key(const DH *dh); 99 OPENSSL_EXPORT const BIGNUM *DH_get0_p(const DH *dh); 102 OPENSSL_EXPORT const BIGNUM *DH_get0_q(const DH *dh); 105 OPENSSL_EXPORT const BIGNUM *DH_get0_g(const DH *dh); 110 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, 111 const BIGNUM **out_priv_key); 116 OPENSSL_EXPORT int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); 120 OPENSSL_EXPORT void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, 121 const BIGNUM **out_q, const BIGNUM **out_g); [all …]
|
D | rsa.h | 103 OPENSSL_EXPORT const BIGNUM *RSA_get0_n(const RSA *rsa); 106 OPENSSL_EXPORT const BIGNUM *RSA_get0_e(const RSA *rsa); 110 OPENSSL_EXPORT const BIGNUM *RSA_get0_d(const RSA *rsa); 114 OPENSSL_EXPORT const BIGNUM *RSA_get0_p(const RSA *rsa); 118 OPENSSL_EXPORT const BIGNUM *RSA_get0_q(const RSA *rsa); 122 OPENSSL_EXPORT const BIGNUM *RSA_get0_dmp1(const RSA *rsa); 126 OPENSSL_EXPORT const BIGNUM *RSA_get0_dmq1(const RSA *rsa); 130 OPENSSL_EXPORT const BIGNUM *RSA_get0_iqmp(const RSA *rsa); 135 OPENSSL_EXPORT void RSA_get0_key(const RSA *rsa, const BIGNUM **out_n, 136 const BIGNUM **out_e, const BIGNUM **out_d); [all …]
|
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
D | internal.h | 222 int bn_minimal_width(const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 226 void bn_set_minimal_width(BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 231 int bn_wexpand(BIGNUM *bn, size_t words); in OPENSSL_MSVC_PRAGMA() 235 int bn_expand(BIGNUM *bn, size_t bits); in OPENSSL_MSVC_PRAGMA() 239 OPENSSL_EXPORT int bn_resize_words(BIGNUM *bn, size_t words); in OPENSSL_MSVC_PRAGMA() 248 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num); in OPENSSL_MSVC_PRAGMA() 256 void bn_set_static_words(BIGNUM *bn, const BN_ULONG *words, size_t num); in OPENSSL_MSVC_PRAGMA() 260 int bn_fits_in_words(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA() 264 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 270 void bn_assert_fits_in_bytes(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA() [all …]
|
D | div.c | 194 int BN_div(BIGNUM *quotient, BIGNUM *rem, const BIGNUM *numerator, in BN_div() 195 const BIGNUM *divisor, BN_CTX *ctx) { in BN_div() 197 BIGNUM wnum; in BN_div() 222 BIGNUM *tmp = BN_CTX_get(ctx); in BN_div() 223 BIGNUM *snum = BN_CTX_get(ctx); in BN_div() 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() 225 BIGNUM *res = NULL; in BN_div() 401 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod() 457 int bn_div_consttime(BIGNUM *quotient, BIGNUM *remainder, in bn_div_consttime() 458 const BIGNUM *numerator, const BIGNUM *divisor, in bn_div_consttime() [all …]
|
D | bn.c | 75 BIGNUM *BN_new(void) { in BN_new() 76 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); in BN_new() 82 OPENSSL_memset(bn, 0, sizeof(BIGNUM)); in BN_new() 88 BIGNUM *BN_secure_new(void) { return BN_new(); } in BN_secure_new() 90 void BN_init(BIGNUM *bn) { in BN_init() 91 OPENSSL_memset(bn, 0, sizeof(BIGNUM)); in BN_init() 94 void BN_free(BIGNUM *bn) { in BN_free() 110 void BN_clear_free(BIGNUM *bn) { in BN_clear_free() 114 BIGNUM *BN_dup(const BIGNUM *src) { in BN_dup() 115 BIGNUM *copy; in BN_dup() [all …]
|
D | gcd.c | 116 int BN_mod_inverse_odd(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, in BN_mod_inverse_odd() 117 const BIGNUM *n, BN_CTX *ctx) { in BN_mod_inverse_odd() 130 BIGNUM *A, *B, *X, *Y; in BN_mod_inverse_odd() 143 BIGNUM *R = out; in BN_mod_inverse_odd() 283 BIGNUM *BN_mod_inverse(BIGNUM *out, const BIGNUM *a, const BIGNUM *n, in BN_mod_inverse() 285 BIGNUM *new_out = NULL; in BN_mod_inverse() 295 BIGNUM *a_reduced = NULL; in BN_mod_inverse() 327 int BN_mod_inverse_blinded(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, in BN_mod_inverse_blinded() 337 BIGNUM blinding_factor; in BN_mod_inverse_blinded() 355 int bn_mod_inverse_prime(BIGNUM *out, const BIGNUM *a, const BIGNUM *p, in bn_mod_inverse_prime() [all …]
|
D | add.c | 67 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_add() 68 const BIGNUM *tmp; in BN_add() 103 int bn_uadd_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_uadd_consttime() 106 const BIGNUM *tmp = a; in bn_uadd_consttime() 130 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_uadd() 138 int BN_add_word(BIGNUM *a, BN_ULONG w) { in BN_add_word() 178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() 180 const BIGNUM *tmp; in BN_sub() 226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() 260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() [all …]
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | internal.h | 222 int bn_minimal_width(const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 226 void bn_set_minimal_width(BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 231 int bn_wexpand(BIGNUM *bn, size_t words); in OPENSSL_MSVC_PRAGMA() 235 int bn_expand(BIGNUM *bn, size_t bits); in OPENSSL_MSVC_PRAGMA() 239 OPENSSL_EXPORT int bn_resize_words(BIGNUM *bn, size_t words); in OPENSSL_MSVC_PRAGMA() 248 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num); in OPENSSL_MSVC_PRAGMA() 256 void bn_set_static_words(BIGNUM *bn, const BN_ULONG *words, size_t num); in OPENSSL_MSVC_PRAGMA() 260 int bn_fits_in_words(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA() 264 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 270 void bn_assert_fits_in_bytes(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA() [all …]
|
D | div.c | 194 int BN_div(BIGNUM *quotient, BIGNUM *rem, const BIGNUM *numerator, in BN_div() 195 const BIGNUM *divisor, BN_CTX *ctx) { in BN_div() 197 BIGNUM wnum; in BN_div() 222 BIGNUM *tmp = BN_CTX_get(ctx); in BN_div() 223 BIGNUM *snum = BN_CTX_get(ctx); in BN_div() 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() 225 BIGNUM *res = NULL; in BN_div() 401 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod() 457 int bn_div_consttime(BIGNUM *quotient, BIGNUM *remainder, in bn_div_consttime() 458 const BIGNUM *numerator, const BIGNUM *divisor, in bn_div_consttime() [all …]
|
D | bn.c | 75 BIGNUM *BN_new(void) { in BN_new() 76 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); in BN_new() 82 OPENSSL_memset(bn, 0, sizeof(BIGNUM)); in BN_new() 88 BIGNUM *BN_secure_new(void) { return BN_new(); } in BN_secure_new() 90 void BN_init(BIGNUM *bn) { in BN_init() 91 OPENSSL_memset(bn, 0, sizeof(BIGNUM)); in BN_init() 94 void BN_free(BIGNUM *bn) { in BN_free() 110 void BN_clear_free(BIGNUM *bn) { in BN_clear_free() 114 BIGNUM *BN_dup(const BIGNUM *src) { in BN_dup() 115 BIGNUM *copy; in BN_dup() [all …]
|
D | gcd.c | 116 int BN_mod_inverse_odd(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, in BN_mod_inverse_odd() 117 const BIGNUM *n, BN_CTX *ctx) { in BN_mod_inverse_odd() 130 BIGNUM *A, *B, *X, *Y; in BN_mod_inverse_odd() 143 BIGNUM *R = out; in BN_mod_inverse_odd() 283 BIGNUM *BN_mod_inverse(BIGNUM *out, const BIGNUM *a, const BIGNUM *n, in BN_mod_inverse() 285 BIGNUM *new_out = NULL; in BN_mod_inverse() 295 BIGNUM *a_reduced = NULL; in BN_mod_inverse() 327 int BN_mod_inverse_blinded(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, in BN_mod_inverse_blinded() 337 BIGNUM blinding_factor; in BN_mod_inverse_blinded() 355 int bn_mod_inverse_prime(BIGNUM *out, const BIGNUM *a, const BIGNUM *p, in bn_mod_inverse_prime() [all …]
|
D | add.c | 67 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_add() 68 const BIGNUM *tmp; in BN_add() 103 int bn_uadd_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_uadd_consttime() 106 const BIGNUM *tmp = a; in bn_uadd_consttime() 130 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_uadd() 138 int BN_add_word(BIGNUM *a, BN_ULONG w) { in BN_add_word() 178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() 180 const BIGNUM *tmp; in BN_sub() 226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() 260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | internal.h | 216 int bn_minimal_width(const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 220 void bn_set_minimal_width(BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 225 int bn_wexpand(BIGNUM *bn, size_t words); in OPENSSL_MSVC_PRAGMA() 229 int bn_expand(BIGNUM *bn, size_t bits); in OPENSSL_MSVC_PRAGMA() 233 OPENSSL_EXPORT int bn_resize_words(BIGNUM *bn, size_t words); in OPENSSL_MSVC_PRAGMA() 242 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num); in OPENSSL_MSVC_PRAGMA() 250 void bn_set_static_words(BIGNUM *bn, const BN_ULONG *words, size_t num); in OPENSSL_MSVC_PRAGMA() 254 int bn_fits_in_words(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA() 258 int bn_copy_words(BN_ULONG *out, size_t num, const BIGNUM *bn); in OPENSSL_MSVC_PRAGMA() 344 int bn_rand_secret_range(BIGNUM *r, int *out_is_uniform, BN_ULONG min_inclusive, in OPENSSL_MSVC_PRAGMA() [all …]
|
D | div.c | 194 int BN_div(BIGNUM *quotient, BIGNUM *rem, const BIGNUM *numerator, in BN_div() 195 const BIGNUM *divisor, BN_CTX *ctx) { in BN_div() 197 BIGNUM wnum; in BN_div() 222 BIGNUM *tmp = BN_CTX_get(ctx); in BN_div() 223 BIGNUM *snum = BN_CTX_get(ctx); in BN_div() 224 BIGNUM *sdiv = BN_CTX_get(ctx); in BN_div() 225 BIGNUM *res = NULL; in BN_div() 401 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) { in BN_nnmod() 457 int bn_div_consttime(BIGNUM *quotient, BIGNUM *remainder, in bn_div_consttime() 458 const BIGNUM *numerator, const BIGNUM *divisor, in bn_div_consttime() [all …]
|
D | bn.c | 69 BIGNUM *BN_new(void) { in BN_new() 70 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); in BN_new() 77 OPENSSL_memset(bn, 0, sizeof(BIGNUM)); in BN_new() 83 void BN_init(BIGNUM *bn) { in BN_init() 84 OPENSSL_memset(bn, 0, sizeof(BIGNUM)); in BN_init() 87 void BN_free(BIGNUM *bn) { in BN_free() 103 void BN_clear_free(BIGNUM *bn) { in BN_clear_free() 107 BIGNUM *BN_dup(const BIGNUM *src) { in BN_dup() 108 BIGNUM *copy; in BN_dup() 127 BIGNUM *BN_copy(BIGNUM *dest, const BIGNUM *src) { in BN_copy() [all …]
|
D | gcd.c | 116 int BN_mod_inverse_odd(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, in BN_mod_inverse_odd() 117 const BIGNUM *n, BN_CTX *ctx) { in BN_mod_inverse_odd() 130 BIGNUM *A, *B, *X, *Y; in BN_mod_inverse_odd() 143 BIGNUM *R = out; in BN_mod_inverse_odd() 283 BIGNUM *BN_mod_inverse(BIGNUM *out, const BIGNUM *a, const BIGNUM *n, in BN_mod_inverse() 285 BIGNUM *new_out = NULL; in BN_mod_inverse() 296 BIGNUM *a_reduced = NULL; in BN_mod_inverse() 328 int BN_mod_inverse_blinded(BIGNUM *out, int *out_no_inverse, const BIGNUM *a, in BN_mod_inverse_blinded() 338 BIGNUM blinding_factor; in BN_mod_inverse_blinded() 356 int bn_mod_inverse_prime(BIGNUM *out, const BIGNUM *a, const BIGNUM *p, in bn_mod_inverse_prime() [all …]
|
D | add.c | 67 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_add() 68 const BIGNUM *tmp; in BN_add() 103 int bn_uadd_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_uadd_consttime() 106 const BIGNUM *tmp = a; in bn_uadd_consttime() 130 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_uadd() 138 int BN_add_word(BIGNUM *a, BN_ULONG w) { in BN_add_word() 178 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_sub() 180 const BIGNUM *tmp; in BN_sub() 226 int bn_usub_consttime(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in bn_usub_consttime() 260 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) { in BN_usub() [all …]
|