Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decdh_exch.c102 int ecdh_init(void *vpecdhctx, void *vecdh, const OSSL_PARAM params[]) in ecdh_init() argument
104 PROV_ECDH_CTX *pecdhctx = (PROV_ECDH_CTX *)vpecdhctx; in ecdh_init()
142 int ecdh_set_peer(void *vpecdhctx, void *vecdh) in ecdh_set_peer() argument
144 PROV_ECDH_CTX *pecdhctx = (PROV_ECDH_CTX *)vpecdhctx; in ecdh_set_peer()
160 void ecdh_freectx(void *vpecdhctx) in ecdh_freectx() argument
162 PROV_ECDH_CTX *pecdhctx = (PROV_ECDH_CTX *)vpecdhctx; in ecdh_freectx()
174 void *ecdh_dupctx(void *vpecdhctx) in ecdh_dupctx() argument
176 PROV_ECDH_CTX *srcctx = (PROV_ECDH_CTX *)vpecdhctx; in ecdh_dupctx()
228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() argument
232 PROV_ECDH_CTX *pectx = (PROV_ECDH_CTX *)vpecdhctx; in ecdh_set_ctx_params()
[all …]