Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decdh_exch.c104 int ecdh_init(void *vpecdhctx, void *vecdh, const OSSL_PARAM params[]) in ecdh_init()
154 int ecdh_set_peer(void *vpecdhctx, void *vecdh) in ecdh_set_peer()
179 void ecdh_freectx(void *vpecdhctx) in ecdh_freectx()
193 void *ecdh_dupctx(void *vpecdhctx) in ecdh_dupctx()
247 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params()
371 const OSSL_PARAM *ecdh_settable_ctx_params(ossl_unused void *vpecdhctx, in ecdh_settable_ctx_params()
378 int ecdh_get_ctx_params(void *vpecdhctx, OSSL_PARAM params[]) in ecdh_get_ctx_params()
451 const OSSL_PARAM *ecdh_gettable_ctx_params(ossl_unused void *vpecdhctx, in ecdh_gettable_ctx_params()
473 int ecdh_plain_derive(void *vpecdhctx, unsigned char *secret, in ecdh_plain_derive()
576 int ecdh_X9_63_kdf_derive(void *vpecdhctx, unsigned char *secret, in ecdh_X9_63_kdf_derive()
[all …]

Completed in 7 milliseconds