Searched refs:d2i_dhp (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_ameth.c | 34 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()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_ameth.c | 34 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 2 milliseconds