Home
last modified time | relevance | path

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

/openssl/providers/implementations/exchange/
H A Decx_exch.c43 } PROV_ECX_CTX; typedef
47 PROV_ECX_CTX *ctx; in ecx_newctx()
52 ctx = OPENSSL_zalloc(sizeof(PROV_ECX_CTX)); in ecx_newctx()
73 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_init()
111 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_set_peer()
133 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_derive()
143 PROV_ECX_CTX *ecxctx = (PROV_ECX_CTX *)vecxctx; in ecx_freectx()
153 PROV_ECX_CTX *srcctx = (PROV_ECX_CTX *)vecxctx; in ecx_dupctx()
154 PROV_ECX_CTX *dstctx; in ecx_dupctx()
/openssl/providers/implementations/kem/
H A Decx_kem.c59 } PROV_ECX_CTX; typedef
129 static ECX_KEY *ecxkey_pubfromdata(PROV_ECX_CTX *ctx, in ecxkey_pubfromdata()
160 PROV_ECX_CTX *ctx = OPENSSL_zalloc(sizeof(PROV_ECX_CTX)); in ecxkem_newctx()
171 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vectx; in ecxkem_freectx()
195 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vecxctx; in ecxkem_init()
245 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vctx; in ecxkem_set_ctx_params()
386 static ECX_KEY *derivekey(PROV_ECX_CTX *ctx, in derivekey()
545 static int dhkem_encap(PROV_ECX_CTX *ctx, in dhkem_encap()
613 static int dhkem_decap(PROV_ECX_CTX *ctx, in dhkem_decap()
661 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vctx; in ecxkem_encapsulate()
[all …]

Completed in 10 milliseconds