Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Ddh_exch.c83 PROV_DH_CTX *pdhctx; in dh_newctx() local
88 pdhctx = OPENSSL_zalloc(sizeof(PROV_DH_CTX)); in dh_newctx()
89 if (pdhctx == NULL) in dh_newctx()
91 pdhctx->libctx = PROV_LIBCTX_OF(provctx); in dh_newctx()
92 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_newctx()
93 return pdhctx; in dh_newctx()
98 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_init() local
101 || pdhctx == NULL in dh_init()
105 DH_free(pdhctx->dh); in dh_init()
106 pdhctx in dh_init()
129 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_set_peer() local
146 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_plain_derive() local
181 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_X9_42_kdf_derive() local
225 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_derive() local
244 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_freectx() local
311 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_set_ctx_params() local
447 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_get_ctx_params() local
[all...]
/third_party/openssl/providers/implementations/exchange/
H A Ddh_exch.c83 PROV_DH_CTX *pdhctx; in dh_newctx() local
88 pdhctx = OPENSSL_zalloc(sizeof(PROV_DH_CTX)); in dh_newctx()
89 if (pdhctx == NULL) in dh_newctx()
91 pdhctx->libctx = PROV_LIBCTX_OF(provctx); in dh_newctx()
92 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_newctx()
93 return pdhctx; in dh_newctx()
98 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_init() local
101 || pdhctx == NULL in dh_init()
105 DH_free(pdhctx->dh); in dh_init()
106 pdhctx in dh_init()
129 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_set_peer() local
146 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_plain_derive() local
181 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_X9_42_kdf_derive() local
225 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_derive() local
244 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_freectx() local
311 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_set_ctx_params() local
447 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; dh_get_ctx_params() local
[all...]

Completed in 2 milliseconds