Searched refs:pdhctx (Results 1 – 1 of 1) sorted by relevance
83 PROV_DH_CTX *pdhctx; in dh_newctx() local88 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() local101 || pdhctx == NULL in dh_init()105 DH_free(pdhctx->dh); in dh_init()106 pdhctx->dh = vdh; in dh_init()[all …]