HomeSort by: relevance | last modified time | path
    Searched refs:BIGNUM (Results 1 - 25 of 767) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sbin/nvmectl/
bn.h 59 #define BIGNUM mp_int
66 BIGNUM **v;
88 BIGNUM *BN_new(void);
89 BIGNUM *BN_dup(const BIGNUM */*a*/);
90 int BN_copy(BIGNUM */*b*/, const BIGNUM */*a*/);
92 void BN_init(BIGNUM */*a*/);
93 void BN_free(BIGNUM */*a*/);
94 void BN_clear(BIGNUM */*a*/)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/crypto/
bn_srp.h 12 extern const BIGNUM ossl_bn_group_1024;
14 extern const BIGNUM ossl_bn_group_1536;
16 extern const BIGNUM ossl_bn_group_2048;
18 extern const BIGNUM ossl_bn_group_3072;
20 extern const BIGNUM ossl_bn_group_4096;
22 extern const BIGNUM ossl_bn_group_6144;
24 extern const BIGNUM ossl_bn_group_8192;
26 extern const BIGNUM ossl_bn_generator_19;
28 extern const BIGNUM ossl_bn_generator_5;
30 extern const BIGNUM ossl_bn_generator_2
    [all...]
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_q
    [all...]
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 words into out which holds size elements (and siz
    [all...]
asn1_dsa.h 17 int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n);
18 int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s);
20 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
21 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin,
  /src/crypto/external/bsd/openssl/dist/include/crypto/
bn_srp.h 12 extern const BIGNUM ossl_bn_group_1024;
14 extern const BIGNUM ossl_bn_group_1536;
16 extern const BIGNUM ossl_bn_group_2048;
18 extern const BIGNUM ossl_bn_group_3072;
20 extern const BIGNUM ossl_bn_group_4096;
22 extern const BIGNUM ossl_bn_group_6144;
24 extern const BIGNUM ossl_bn_group_8192;
26 extern const BIGNUM ossl_bn_generator_19;
28 extern const BIGNUM ossl_bn_generator_5;
30 extern const BIGNUM ossl_bn_generator_2
    [all...]
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_q
    [all...]
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 words into out which holds size elements (and siz
    [all...]
asn1_dsa.h 17 int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n);
18 int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s);
20 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
21 size_t ossl_decode_der_dsa_sig(BIGNUM *r, BIGNUM *s, const unsigned char **ppin,
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
bn_srp.h 12 extern const BIGNUM bn_group_1024;
14 extern const BIGNUM bn_group_1536;
16 extern const BIGNUM bn_group_2048;
18 extern const BIGNUM bn_group_3072;
20 extern const BIGNUM bn_group_4096;
22 extern const BIGNUM bn_group_6144;
24 extern const BIGNUM bn_group_8192;
26 extern const BIGNUM bn_generator_19;
28 extern const BIGNUM bn_generator_5;
30 extern const BIGNUM bn_generator_2
    [all...]
bn_dh.h 11 extern const BIGNUM _bignum_dh##x##_p; \
12 extern const BIGNUM _bignum_dh##x##_g; \
13 extern const BIGNUM _bignum_dh##x##_q;
19 extern const BIGNUM _bignum_ffdhe2048_p;
20 extern const BIGNUM _bignum_ffdhe3072_p;
21 extern const BIGNUM _bignum_ffdhe4096_p;
22 extern const BIGNUM _bignum_ffdhe6144_p;
23 extern const BIGNUM _bignum_ffdhe8192_p;
24 extern const BIGNUM _bignum_const_2;
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 words into out which holds size elements (and siz
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bn.h 59 #define BIGNUM mp_int
66 BIGNUM **v;
88 BIGNUM *BN_new(void);
89 BIGNUM *BN_dup(const BIGNUM */*a*/);
90 int BN_copy(BIGNUM */*b*/, const BIGNUM */*a*/);
92 void BN_init(BIGNUM */*a*/);
93 void BN_free(BIGNUM */*a*/);
94 void BN_clear(BIGNUM */*a*/)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
common.h 42 _hc_BN_to_integer(BIGNUM *, heim_integer *);
44 BIGNUM *
45 _hc_integer_to_BN(const heim_integer *i, BIGNUM *bn);
bn.h 73 #define BIGNUM hc_BIGNUM
84 typedef struct BIGNUM BIGNUM;
102 BIGNUM *BN_new(void);
103 void BN_free(BIGNUM *);
104 void BN_clear_free(BIGNUM *);
105 void BN_clear(BIGNUM *);
106 BIGNUM *BN_dup(const BIGNUM *);
108 int BN_num_bits(const BIGNUM *);
    [all...]
dsa.h 71 BIGNUM *r;
72 BIGNUM *s;
78 int (*dsa_sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **);
80 int (*dsa_mod_exp)(DSA *, BIGNUM *, BIGNUM *, BIGNUM *,
81 BIGNUM *, BIGNUM *, BIGNUM *, BN_CTX *
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
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 **salt
    [all...]
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 *a, const BN_ULONG w)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
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);
190 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w);
191 int BN_is_zero(const BIGNUM *a);
192 int BN_is_one(const BIGNUM *a);
193 int BN_is_word(const BIGNUM *a, const BN_ULONG w)
    [all...]
srp.h.in 48 BIGNUM *bn;
59 BIGNUM *s;
60 BIGNUM *v;
62 const BIGNUM *g;
63 const BIGNUM *N;
79 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g,
80 const BIGNUM *N);
85 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v);
92 const BIGNUM *default_g
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
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 *a, const BN_ULONG w)
    [all...]
srp.h.in 46 BIGNUM *bn;
56 BIGNUM *s;
57 BIGNUM *v;
59 const BIGNUM *g;
60 const BIGNUM *N;
74 void SRP_user_pwd_set_gN(SRP_user_pwd *user_pwd, const BIGNUM *g,
75 const BIGNUM *N);
80 int SRP_user_pwd_set0_sv(SRP_user_pwd *user_pwd, BIGNUM *s, BIGNUM *v);
87 const BIGNUM *default_g
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
deterministic_nonce.h 16 int ossl_gen_deterministic_nonce_rfc6979(BIGNUM *out, const BIGNUM *q,
17 const BIGNUM *priv,
  /src/crypto/external/bsd/openssl.old/dist/crypto/dh/
dh_local.h 20 BIGNUM *p;
21 BIGNUM *g;
23 BIGNUM *pub_key; /* g^x % p */
24 BIGNUM *priv_key; /* x */
28 BIGNUM *q;
29 BIGNUM *j;
32 BIGNUM *counter;
44 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
47 int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_local.h 22 BIGNUM *pub_key; /* y public key */
23 BIGNUM *priv_key; /* x private key */
42 BIGNUM *r;
43 BIGNUM *s;
49 int (*dsa_sign_setup)(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
50 BIGNUM **rp);
53 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, const BIGNUM *a1,
54 const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2
    [all...]

Completed in 60 milliseconds

1 2 3 4 5 6 7 8 91011>>