Home
last modified time | relevance | path

Searched refs:DH (Results 1 – 25 of 179) sorted by relevance

12345678

/external/openssl/crypto/dh/
Ddh.h65 #error DH is disabled.
116 int (*generate_key)(DH *dh);
117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
122 int (*init)(DH *dh);
123 int (*finish)(DH *dh);
127 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
175 #define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
180 #define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
[all …]
Ddh_asn1.c75 DH_free((DH *)*pval); in dh_cb()
83 ASN1_SIMPLE(DH, p, BIGNUM),
84 ASN1_SIMPLE(DH, g, BIGNUM),
85 ASN1_OPT(DH, length, ZLONG),
86 } ASN1_SEQUENCE_END_cb(DH, DHparams)
88 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DH, DHparams, DHparams)
90 DH *DHparams_dup(DH *dh)
Ddh_key.c65 static int generate_key(DH *dh);
66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
67 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
71 static int dh_init(DH *dh);
72 static int dh_finish(DH *dh);
74 int DH_generate_key(DH *dh) in DH_generate_key()
87 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
117 static int generate_key(DH *dh) in generate_key()
203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
263 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp()
[all …]
Ddh_lib.c96 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method()
115 DH *DH_new(void) in DH_new()
120 DH *DH_new_method(ENGINE *engine) in DH_new_method()
122 DH *ret; in DH_new_method()
124 ret=(DH *)OPENSSL_malloc(sizeof(DH)); in DH_new_method()
187 void DH_free(DH *r) in DH_free()
224 int DH_up_ref(DH *r) in DH_up_ref()
247 int DH_set_ex_data(DH *d, int idx, void *arg) in DH_set_ex_data()
252 void *DH_get_ex_data(DH *d, int idx) in DH_get_ex_data()
257 int DH_size(const DH *dh) in DH_size()
Ddh2048.pem1 -----BEGIN DH PARAMETERS-----
8 -----END DH PARAMETERS-----
9 -----BEGIN DH PARAMETERS-----
16 -----END DH PARAMETERS-----
Ddh192.pem1 -----BEGIN DH PARAMETERS-----
3 -----END DH PARAMETERS-----
Ddh512.pem1 -----BEGIN DH PARAMETERS-----
4 -----END DH PARAMETERS-----
Ddh1024.pem1 -----BEGIN DH PARAMETERS-----
5 -----END DH PARAMETERS-----
/external/openssl/include/openssl/
Ddh.h65 #error DH is disabled.
116 int (*generate_key)(DH *dh);
117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
122 int (*init)(DH *dh);
123 int (*finish)(DH *dh);
127 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
175 #define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
180 #define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
[all …]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Ddh.h65 #error DH is disabled.
116 int (*generate_key)(DH *dh);
117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
122 int (*init)(DH *dh);
123 int (*finish)(DH *dh);
127 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
175 #define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
180 #define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
Ddh.h65 #error DH is disabled.
116 int (*generate_key)(DH *dh);
117 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
118 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
122 int (*init)(DH *dh);
123 int (*finish)(DH *dh);
127 int (*generate_params)(DH *dh, int prime_len, int generator, BN_GENCB *cb);
175 #define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
179 #define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x)
180 #define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x)
[all …]
Ddh_asn1.c75 DH_free((DH *)*pval); in dh_cb()
83 ASN1_SIMPLE(DH, p, BIGNUM),
84 ASN1_SIMPLE(DH, g, BIGNUM),
85 ASN1_OPT(DH, length, ZLONG),
86 } ASN1_SEQUENCE_END_cb(DH, DHparams)
88 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(DH, DHparams, DHparams)
90 DH *DHparams_dup(DH *dh)
Ddh_key.c65 static int generate_key(DH *dh);
66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
67 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
71 static int dh_init(DH *dh);
72 static int dh_finish(DH *dh);
74 int DH_generate_key(DH *dh) in DH_generate_key()
87 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
117 static int generate_key(DH *dh) in generate_key()
203 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
263 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp()
[all …]
Ddh_lib.c96 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method()
115 DH *DH_new(void) in DH_new()
120 DH *DH_new_method(ENGINE *engine) in DH_new_method()
122 DH *ret; in DH_new_method()
124 ret=(DH *)OPENSSL_malloc(sizeof(DH)); in DH_new_method()
187 void DH_free(DH *r) in DH_free()
224 int DH_up_ref(DH *r) in DH_up_ref()
247 int DH_set_ex_data(DH *d, int idx, void *arg) in DH_set_ex_data()
252 void *DH_get_ex_data(DH *d, int idx) in DH_get_ex_data()
257 int DH_size(const DH *dh) in DH_size()
Ddh2048.pem1 -----BEGIN DH PARAMETERS-----
8 -----END DH PARAMETERS-----
9 -----BEGIN DH PARAMETERS-----
16 -----END DH PARAMETERS-----
Ddh192.pem1 -----BEGIN DH PARAMETERS-----
3 -----END DH PARAMETERS-----
Ddh512.pem1 -----BEGIN DH PARAMETERS-----
4 -----END DH PARAMETERS-----
/external/chromium_org/third_party/openssl/openssl/apps/
Ddh2048.pem1 -----BEGIN DH PARAMETERS-----
8 -----END DH PARAMETERS-----
10 These are the 2048 bit DH parameters from "Assigned Number for SKIP Protocols"
Ddh512.pem1 -----BEGIN DH PARAMETERS-----
4 -----END DH PARAMETERS-----
6 These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
Ddh1024.pem1 -----BEGIN DH PARAMETERS-----
5 -----END DH PARAMETERS-----
7 These are the 1024 bit DH parameters from "Assigned Number for SKIP Protocols"
Ddh4096.pem1 -----BEGIN DH PARAMETERS-----
13 -----END DH PARAMETERS-----
15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"
/external/openssl/apps/
Ddh2048.pem1 -----BEGIN DH PARAMETERS-----
8 -----END DH PARAMETERS-----
10 These are the 2048 bit DH parameters from "Assigned Number for SKIP Protocols"
Ddh512.pem1 -----BEGIN DH PARAMETERS-----
4 -----END DH PARAMETERS-----
6 These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
Ddh1024.pem1 -----BEGIN DH PARAMETERS-----
5 -----END DH PARAMETERS-----
7 These are the 1024 bit DH parameters from "Assigned Number for SKIP Protocols"
Ddh4096.pem1 -----BEGIN DH PARAMETERS-----
13 -----END DH PARAMETERS-----
15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"

12345678