Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c79 } PROV_DH_CTX; typedef
83 PROV_DH_CTX *pdhctx; in dh_newctx()
88 pdhctx = OPENSSL_zalloc(sizeof(PROV_DH_CTX)); in dh_newctx()
98 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_init()
129 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_set_peer()
146 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_plain_derive()
181 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_X9_42_kdf_derive()
225 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_derive()
244 PROV_DH_CTX *pdhctx = (PROV_DH_CTX *)vpdhctx; in dh_freectx()
257 PROV_DH_CTX *srcctx = (PROV_DH_CTX *)vpdhctx; in dh_dupctx()
[all …]