/external/openssl/crypto/dh/ |
D | dh.h | 65 #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 …]
|
D | dh_asn1.c | 75 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)
|
D | dh_key.c | 65 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 …]
|
D | dh_lib.c | 96 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()
|
D | dh2048.pem | 1 -----BEGIN DH PARAMETERS----- 8 -----END DH PARAMETERS----- 9 -----BEGIN DH PARAMETERS----- 16 -----END DH PARAMETERS-----
|
D | dh192.pem | 1 -----BEGIN DH PARAMETERS----- 3 -----END DH PARAMETERS-----
|
D | dh512.pem | 1 -----BEGIN DH PARAMETERS----- 4 -----END DH PARAMETERS-----
|
D | dh1024.pem | 1 -----BEGIN DH PARAMETERS----- 5 -----END DH PARAMETERS-----
|
/external/openssl/include/openssl/ |
D | dh.h | 65 #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/ |
D | dh.h | 65 #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/ |
D | dh.h | 65 #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 …]
|
D | dh_asn1.c | 75 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)
|
D | dh_key.c | 65 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 …]
|
D | dh_lib.c | 96 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()
|
D | dh2048.pem | 1 -----BEGIN DH PARAMETERS----- 8 -----END DH PARAMETERS----- 9 -----BEGIN DH PARAMETERS----- 16 -----END DH PARAMETERS-----
|
D | dh192.pem | 1 -----BEGIN DH PARAMETERS----- 3 -----END DH PARAMETERS-----
|
D | dh512.pem | 1 -----BEGIN DH PARAMETERS----- 4 -----END DH PARAMETERS-----
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | dh2048.pem | 1 -----BEGIN DH PARAMETERS----- 8 -----END DH PARAMETERS----- 10 These are the 2048 bit DH parameters from "Assigned Number for SKIP Protocols"
|
D | dh512.pem | 1 -----BEGIN DH PARAMETERS----- 4 -----END DH PARAMETERS----- 6 These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
|
D | dh1024.pem | 1 -----BEGIN DH PARAMETERS----- 5 -----END DH PARAMETERS----- 7 These are the 1024 bit DH parameters from "Assigned Number for SKIP Protocols"
|
D | dh4096.pem | 1 -----BEGIN DH PARAMETERS----- 13 -----END DH PARAMETERS----- 15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"
|
/external/openssl/apps/ |
D | dh2048.pem | 1 -----BEGIN DH PARAMETERS----- 8 -----END DH PARAMETERS----- 10 These are the 2048 bit DH parameters from "Assigned Number for SKIP Protocols"
|
D | dh512.pem | 1 -----BEGIN DH PARAMETERS----- 4 -----END DH PARAMETERS----- 6 These are the 512 bit DH parameters from "Assigned Number for SKIP Protocols"
|
D | dh1024.pem | 1 -----BEGIN DH PARAMETERS----- 5 -----END DH PARAMETERS----- 7 These are the 1024 bit DH parameters from "Assigned Number for SKIP Protocols"
|
D | dh4096.pem | 1 -----BEGIN DH PARAMETERS----- 13 -----END DH PARAMETERS----- 15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"
|