Home
last modified time | relevance | path

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

/include/crypto/
A Ddh.h19 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 Dx509.h349 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 Devp.h967 DH *evp_pkey_get0_DH_int(const EVP_PKEY *pkey);
/include/openssl/
A Ddh.h178 (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 Dtypes.h146 typedef struct dh_st DH; typedef
A Ddsa.h203 OSSL_DEPRECATEDIN_3_0 DH *DSA_dup_DH(const DSA *r);
A Dpem.h479 DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
480 DECLARE_PEM_write_attr(OSSL_DEPRECATEDIN_3_0, DHxparams, DH)
A Dssl.h.in117 # 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 22 milliseconds