Searched defs:vpecdhctx (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 102 int ecdh_init(void *vpecdhctx, void *vecdh, const OSSL_PARAM params[]) in ecdh_init() 142 int ecdh_set_peer(void *vpecdhctx, void *vecdh) in ecdh_set_peer() 160 void ecdh_freectx(void *vpecdhctx) in ecdh_freectx() 174 void *ecdh_dupctx(void *vpecdhctx) in ecdh_dupctx() 228 int ecdh_set_ctx_params(void *vpecdhctx, const OSSL_PARAM params[]) in ecdh_set_ctx_params() 329 const OSSL_PARAM *ecdh_settable_ctx_params(ossl_unused void *vpecdhctx, in ecdh_settable_ctx_params() 336 int ecdh_get_ctx_params(void *vpecdhctx, OSSL_PARAM params[]) in ecdh_get_ctx_params() 407 const OSSL_PARAM *ecdh_gettable_ctx_params(ossl_unused void *vpecdhctx, in ecdh_gettable_ctx_params() 429 int ecdh_plain_derive(void *vpecdhctx, unsigned char *secret, in ecdh_plain_derive() 507 int ecdh_X9_63_kdf_derive(void *vpecdhctx, unsigned char *secret, in ecdh_X9_63_kdf_derive() [all …]
|