Searched refs:DH (Results 1 – 8 of 8) sorted by relevance
| /include/crypto/ |
| A D | dh.h | 19 DH *ossl_dh_new_by_nid_ex(OSSL_LIB_CTX *libctx, int nid); 20 DH *ossl_dh_new_ex(OSSL_LIB_CTX *libctx); 21 void ossl_dh_set0_libctx(DH *d, OSSL_LIB_CTX *libctx); 24 int ossl_dh_generate_public_key(BN_CTX *ctx, const DH *dh, 29 void ossl_dh_cache_named_group(DH *dh); 30 int ossl_dh_is_named_safe_prime_group(const DH *dh); 32 FFC_PARAMS *ossl_dh_get0_params(DH *dh); 33 int ossl_dh_get0_nid(const DH *dh); 47 const DH_METHOD *ossl_dh_get_method(const DH *dh); 59 int ossl_dh_is_foreign(const DH *dh); [all …]
|
| A D | x509.h | 349 DH *ossl_d2i_DH_PUBKEY(DH **a, const unsigned char **pp, long length); 350 int ossl_i2d_DH_PUBKEY(const DH *a, unsigned char **pp); 351 DH *ossl_d2i_DHx_PUBKEY(DH **a, const unsigned char **pp, long length); 352 int ossl_i2d_DHx_PUBKEY(const DH *a, unsigned char **pp);
|
| A D | evp.h | 967 DH *evp_pkey_get0_DH_int(const EVP_PKEY *pkey);
|
| /include/openssl/ |
| A D | dh.h | 178 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \ 187 ASN1_i2d_bio_of(DH, i2d_DHparams, bp, x) 190 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \ 210 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); 211 OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); 212 OSSL_DEPRECATEDIN_3_0 int DH_up_ref(DH *dh); 213 OSSL_DEPRECATEDIN_3_0 int DH_bits(const DH *dh); 214 OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh); 249 OSSL_DEPRECATEDIN_3_0 DH *DH_get_1024_160(void); 250 OSSL_DEPRECATEDIN_3_0 DH *DH_get_2048_224(void); [all …]
|
| A D | types.h | 146 typedef struct dh_st DH; typedef
|
| A D | dsa.h | 203 OSSL_DEPRECATEDIN_3_0 DH *DSA_dup_DH(const DSA *r);
|
| A D | pem.h | 479 DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) 480 DECLARE_PEM_write_attr(OSSL_DEPRECATEDIN_3_0, DHxparams, DH)
|
| A D | ssl.h.in | 117 # define SSL_TXT_DH "DH" 2230 DH *(*dh) (SSL *ssl, int is_export, 2234 DH *(*dh) (SSL *ssl, int is_export, 2708 /* Temporary DH key */
|
Completed in 27 milliseconds