Home
last modified time | relevance | path

Searched refs:d2i_DHparams (Results 1 – 5 of 5) sorted by last modified time

/dragonfly/crypto/libressl/include/openssl/
H A Ddh.h178 DH * d2i_DHparams(DH **a,const unsigned char **pp, long length);
/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_ameth.c102 if (!(dh = d2i_DHparams(NULL, &pm, pmlen))) { in dh_pub_decode()
210 if (!(dh = d2i_DHparams(NULL, &pm, pmlen))) in dh_priv_decode()
299 if (!(dh = d2i_DHparams(NULL, pder, derlen))) { in dh_param_decode()
H A Ddh_asn1.c129 d2i_DHparams(DH **a, const unsigned char **in, long len) in d2i_DHparams() function
/dragonfly/crypto/libressl/
H A DREADME.DELETED681 man/d2i_DHparams.3
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_all.c621 return PEM_ASN1_read((d2i_of_void *)d2i_DHparams, PEM_STRING_DHPARAMS, fp, in PEM_read_DHparams()
635 return PEM_ASN1_read_bio((d2i_of_void *)d2i_DHparams, PEM_STRING_DHPARAMS, bp, in PEM_read_bio_DHparams()