Home
last modified time | relevance | path

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

/openssl/crypto/dh/
H A Ddh_ameth.c34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp() function
85 if ((dh = d2i_dhp(pkey, &pm, pmlen)) == NULL) { in dh_pub_decode()
232 if ((dh = d2i_dhp(pkey, pder, derlen)) == NULL) in dh_param_decode()

Completed in 11 milliseconds