Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Ddh_exch.c124 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() argument
162 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_set_peer()
175 static int dh_plain_derive(void *vpdhctx, in dh_plain_derive() argument
179 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() argument
275 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 5 milliseconds