Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c96 static int dh_init(void *vpdhctx, void *vdh, const OSSL_PARAM params[]) in dh_init() argument
98 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_init()
127 static int dh_set_peer(void *vpdhctx, void *vdh) in dh_set_peer() argument
129 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_set_peer()
142 static int dh_plain_derive(void *vpdhctx, in dh_plain_derive() argument
146 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_plain_derive()
178 static int dh_X9_42_kdf_derive(void *vpdhctx, unsigned char *secret, in dh_X9_42_kdf_derive() argument
181 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_X9_42_kdf_derive()
222 static int dh_derive(void *vpdhctx, unsigned char *secret, in dh_derive() argument
225 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_derive()
[all …]