Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Ddh.h65 # error DH is disabled.
126 int (*init) (DH *dh);
127 int (*finish) (DH *dh);
209 DH *DHparams_dup(DH *);
218 DH *DH_new(void);
219 void DH_free(DH *dh);
220 int DH_up_ref(DH *dh);
221 int DH_size(const DH *dh);
242 DH *d2i_DHparams(DH **a, const unsigned char **pp, long length);
244 DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length);
[all …]
A Dossl_typ.h140 typedef struct dh_st DH; typedef
A Ddsa.h265 DH *DSA_dup_DH(const DSA *r);
A Dpem.h477 DECLARE_PEM_rw_const(DHparams, DH)
478 DECLARE_PEM_write_const(DHxparams, DH)
A Dssl3.h566 DH *dh;
A Dssl.h2520 DH *(*dh) (SSL *ssl, int is_export,
2523 DH *(*dh) (SSL *ssl, int is_export,

Completed in 24 milliseconds