Searched refs:vpdhctx (Results 1 – 1 of 1) sorted by relevance
124 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_init()160 static int dh_set_peer(void *vpdhctx, void *vdh) in dh_set_peer() argument162 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_set_peer()175 static int dh_plain_derive(void *vpdhctx, in dh_plain_derive() argument179 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_plain_derive()214 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_X9_42_kdf_derive()256 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_derive()273 static void dh_freectx(void *vpdhctx) in dh_freectx() argument275 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_freectx()286 static void *dh_dupctx(void *vpdhctx) in dh_dupctx() argument[all …]
Completed in 4 milliseconds