Searched refs:PROV_ECX_CTX (Results 1 – 2 of 2) sorted by relevance
43 } PROV_ECX_CTX; typedef47 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()
59 } PROV_ECX_CTX; typedef91 static int recipient_key_set(PROV_ECX_CTX *ctx, ECX_KEY *ecx) in recipient_key_set()111 static int sender_authkey_set(PROV_ECX_CTX *ctx, ECX_KEY *ecx) in sender_authkey_set()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()172 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vectx; in ecxkem_freectx()196 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vecxctx; in ecxkem_init()246 PROV_ECX_CTX *ctx = (PROV_ECX_CTX *)vctx; in ecxkem_set_ctx_params()387 static ECX_KEY *derivekey(PROV_ECX_CTX *ctx, in derivekey()472 static int derive_secret(PROV_ECX_CTX *ctx, unsigned char *secret, in derive_secret()[all …]