Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
242 dh_freectx(void *vpdhctx) dh_freectx() argument
255 dh_dupctx(void *vpdhctx) dh_dupctx() argument
309 dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) dh_set_ctx_params() argument
423 dh_settable_ctx_params(ossl_unused void *vpdhctx, ossl_unused void *provctx) dh_settable_ctx_params() argument
439 dh_gettable_ctx_params(ossl_unused void *vpdhctx, ossl_unused void *provctx) dh_gettable_ctx_params() argument
445 dh_get_ctx_params(void *vpdhctx, OSSL_PARAM params[]) dh_get_ctx_params() argument
[all...]
/third_party/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()
242 dh_freectx(void *vpdhctx) dh_freectx() argument
255 dh_dupctx(void *vpdhctx) dh_dupctx() argument
309 dh_set_ctx_params(void *vpdhctx, const OSSL_PARAM params[]) dh_set_ctx_params() argument
423 dh_settable_ctx_params(ossl_unused void *vpdhctx, ossl_unused void *provctx) dh_settable_ctx_params() argument
439 dh_gettable_ctx_params(ossl_unused void *vpdhctx, ossl_unused void *provctx) dh_gettable_ctx_params() argument
445 dh_get_ctx_params(void *vpdhctx, OSSL_PARAM params[]) dh_get_ctx_params() argument
[all...]

Completed in 2 milliseconds