Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decdh_exch.c85 PROV_ECDH_CTX *pectx; in ecdh_newctx() local
90 pectx = OPENSSL_zalloc(sizeof(*pectx)); in ecdh_newctx()
91 if (pectx == NULL) in ecdh_newctx()
95 pectx->cofactor_mode = -1; in ecdh_newctx()
98 return (void *)pectx; in ecdh_newctx()
235 if (pectx == NULL) in ecdh_set_ctx_params()
285 pectx->kdf_md = EVP_MD_fetch(pectx->libctx, name, mdprops); in ecdh_set_ctx_params()
288 if (!ossl_digest_is_allowed(pectx->libctx, pectx->kdf_md)) { in ecdh_set_ctx_params()
290 pectx->kdf_md = NULL; in ecdh_set_ctx_params()
342 if (pectx == NULL) in ecdh_get_ctx_params()
[all …]

Completed in 14 milliseconds