Home
last modified time | relevance | path

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

/openssl/crypto/dh/
H A Ddh_ameth.c48 static int i2d_dhp(const EVP_PKEY *pkey, const DH *a, unsigned char **pp) in i2d_dhp() function
127 str->length = i2d_dhp(pkey, dh, &str->data); in dh_pub_encode()
191 params->length = i2d_dhp(pkey, pkey->pkey.dh, &params->data); in dh_priv_encode()
241 return i2d_dhp(pkey, pkey->pkey.dh, pder); in dh_param_encode()

Completed in 6 milliseconds