Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decx_exch.c42 } PROV_ECX_CTX; typedef
46 PROV_ECX_CTX *ctx; in ecx_newctx()
51 ctx = OPENSSL_zalloc(sizeof(PROV_ECX_CTX)); in ecx_newctx()
75 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_init()
97 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_set_peer()
119 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_derive()
186 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_freectx()
196 PROV_ECX_CTX *srcctx = (PROV_ECX_CTX *)vecxctx; in ecx_dupctx()
197 PROV_ECX_CTX *dstctx; in ecx_dupctx()