Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c84 PROV_DH_CTX *pdhctx; in dh_newctx() local
89 pdhctx = OPENSSL_zalloc(sizeof(PROV_DH_CTX)); in dh_newctx()
90 if (pdhctx == NULL) in dh_newctx()
92 OSSL_FIPS_IND_INIT(pdhctx) in dh_newctx()
93 pdhctx->libctx = PROV_LIBCTX_OF(provctx); in dh_newctx()
94 pdhctx->kdf_type = PROV_DH_KDF_NONE; in dh_newctx()
95 return pdhctx; in dh_newctx()
124 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_init() local
127 || pdhctx == NULL in dh_init()
131 DH_free(pdhctx->dh); in dh_init()
[all …]