/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 70 void BN_set_flags(BIGNUM *b, int n); 71 int BN_get_flags(const BIGNUM *b, int n); 83 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the 85 * value |dest| should be a newly allocated BIGNUM obtained via BN_new() that 88 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags); 183 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w); 184 int BN_is_zero(const BIGNUM *a); 185 int BN_is_one(const BIGNUM *a); 186 int BN_is_word(const BIGNUM * [all...] |
H A D | srp.h | 32 BIGNUM *bn; 41 BIGNUM *s; 42 BIGNUM *v; 44 const BIGNUM *g; 45 const BIGNUM *N; 59 const BIGNUM *default_g; 60 const BIGNUM *default_N; 68 const BIGNUM *g; 69 const BIGNUM *N; 85 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **sal [all...] |
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 76 void BN_set_flags(BIGNUM *b, int n); 77 int BN_get_flags(const BIGNUM *b, int n); 89 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the 91 * value |dest| should be a newly allocated BIGNUM obtained via BN_new() that 94 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags); 191 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w); 192 int BN_is_zero(const BIGNUM *a); 193 int BN_is_one(const BIGNUM *a); 194 int BN_is_word(const BIGNUM * [all...] |
/third_party/openssl/include/openssl/ |
H A D | bn.h | 76 void BN_set_flags(BIGNUM *b, int n); 77 int BN_get_flags(const BIGNUM *b, int n); 89 * get a clone of a BIGNUM with changed flags, for *temporary* use only (the 91 * value |dest| should be a newly allocated BIGNUM obtained via BN_new() that 94 void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags); 191 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w); 192 int BN_is_zero(const BIGNUM *a); 193 int BN_is_one(const BIGNUM *a); 194 int BN_is_word(const BIGNUM * [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 9 pub fn BN_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_rand() 11 pub fn BN_pseudo_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_pseudo_rand() 12 pub fn BN_rand_range(r: *mut BIGNUM, range: *const BIGNUM) -> c_int; in BN_rand_range() 14 pub fn BN_pseudo_rand_range(r: *mut BIGNUM, range: *const BIGNUM) -> c_int; in BN_pseudo_rand_range() 15 pub fn BN_new() -> *mut BIGNUM; in BN_new() 17 pub fn BN_secure_new() -> *mut BIGNUM; in BN_secure_new() 19 pub fn BN_set_flags(b: *mut BIGNUM, n: c_int); in BN_set_flags() 21 pub fn BN_get_flags(b: *const BIGNUM, [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | bn.h | 17 BIGNUM *bn_wexpand(BIGNUM *a, int words); 18 BIGNUM *bn_expand2(BIGNUM *a, int words); 20 void bn_correct_top(BIGNUM *a); 30 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len); 32 int bn_get_top(const BIGNUM *a); 34 int bn_get_dmax(const BIGNUM *a); 37 void bn_set_all_zero(BIGNUM *a); 40 * Copy the internal BIGNUM word [all...] |
H A D | bn_dh.h | 11 extern const BIGNUM ossl_bignum_dh##x##_p; \ 12 extern const BIGNUM ossl_bignum_dh##x##_q; \ 13 extern const BIGNUM ossl_bignum_dh##x##_g; \ 19 extern const BIGNUM ossl_bignum_const_2; 21 extern const BIGNUM ossl_bignum_ffdhe2048_p; 22 extern const BIGNUM ossl_bignum_ffdhe3072_p; 23 extern const BIGNUM ossl_bignum_ffdhe4096_p; 24 extern const BIGNUM ossl_bignum_ffdhe6144_p; 25 extern const BIGNUM ossl_bignum_ffdhe8192_p; 26 extern const BIGNUM ossl_bignum_ffdhe2048_ [all...] |
/third_party/openssl/include/crypto/ |
H A D | bn.h | 17 BIGNUM *bn_wexpand(BIGNUM *a, int words); 18 BIGNUM *bn_expand2(BIGNUM *a, int words); 20 void bn_correct_top(BIGNUM *a); 30 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len); 32 int bn_get_top(const BIGNUM *a); 34 int bn_get_dmax(const BIGNUM *a); 37 void bn_set_all_zero(BIGNUM *a); 40 * Copy the internal BIGNUM word [all...] |
H A D | bn_dh.h | 11 extern const BIGNUM ossl_bignum_dh##x##_p; \ 12 extern const BIGNUM ossl_bignum_dh##x##_q; \ 13 extern const BIGNUM ossl_bignum_dh##x##_g; \ 19 extern const BIGNUM ossl_bignum_const_2; 21 extern const BIGNUM ossl_bignum_ffdhe2048_p; 22 extern const BIGNUM ossl_bignum_ffdhe3072_p; 23 extern const BIGNUM ossl_bignum_ffdhe4096_p; 24 extern const BIGNUM ossl_bignum_ffdhe6144_p; 25 extern const BIGNUM ossl_bignum_ffdhe8192_p; 26 extern const BIGNUM ossl_bignum_ffdhe2048_ [all...] |
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | bn.h | 16 BIGNUM *bn_wexpand(BIGNUM *a, int words); 17 BIGNUM *bn_expand2(BIGNUM *a, int words); 19 void bn_correct_top(BIGNUM *a); 29 signed char *bn_compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len); 31 int bn_get_top(const BIGNUM *a); 33 int bn_get_dmax(const BIGNUM *a); 36 void bn_set_all_zero(BIGNUM *a); 39 * Copy the internal BIGNUM word [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_local.h | 57 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 58 const BIGNUM *b, BN_CTX *); 59 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, 84 const BIGNUM *x, const BIGNUM *y, 87 BIGNUM *x, BIGNUM * [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec_local.h | 57 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 58 const BIGNUM *b, BN_CTX *); 59 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, 84 const BIGNUM *x, const BIGNUM *y, 87 BIGNUM *x, BIGNUM * [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | ec_local.h | 53 int (*group_set_curve) (EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 54 const BIGNUM *b, BN_CTX *); 55 int (*group_get_curve) (const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, 80 EC_POINT *, const BIGNUM *x, 81 const BIGNUM *y, 82 const BIGNUM *z, BN_CTX *); 84 const EC_POINT *, BIGNUM * [all...] |
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_local.h | 19 BIGNUM *r; 20 BIGNUM *d; 21 BIGNUM *t; 23 BIGNUM *pp; 33 BIGNUM *Xp1; 34 BIGNUM *Xp2; 35 BIGNUM *Xq1; 36 BIGNUM *Xq2; 37 BIGNUM *Xp; 38 BIGNUM *X [all...] |
/third_party/openssl/crypto/rsa/ |
H A D | rsa_local.h | 19 BIGNUM *r; 20 BIGNUM *d; 21 BIGNUM *t; 23 BIGNUM *pp; 33 BIGNUM *Xp1; 34 BIGNUM *Xp2; 35 BIGNUM *Xq1; 36 BIGNUM *Xq2; 37 BIGNUM *Xp; 38 BIGNUM *X [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | srp.h | 45 BIGNUM *bn; 79 BIGNUM *s; 80 BIGNUM *v; 82 const BIGNUM *g; 83 const BIGNUM *N; 121 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g, 122 const BIGNUM *N); 127 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v); 134 const BIGNUM *default_ [all...] |