Lines Matching refs:PROV_EC_CTX
50 } PROV_EC_CTX; typedef
113 static int recipient_key_set(PROV_EC_CTX *ctx, EC_KEY *ec) in recipient_key_set()
138 static int sender_authkey_set(PROV_EC_CTX *ctx, EC_KEY *ec) in sender_authkey_set()
195 PROV_EC_CTX *ctx = OPENSSL_zalloc(sizeof(PROV_EC_CTX)); in eckem_newctx()
206 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vectx; in eckem_freectx()
238 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vctx; in eckem_init()
288 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vctx; in eckem_set_ctx_params()
456 static EC_KEY *derivekey(PROV_EC_CTX *ctx, in derivekey()
560 static int derive_secret(PROV_EC_CTX *ctx, unsigned char *secret, in derive_secret()
642 static int dhkem_encap(PROV_EC_CTX *ctx, in dhkem_encap()
720 static int dhkem_decap(PROV_EC_CTX *ctx, in dhkem_decap()
771 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vctx; in eckem_encapsulate()
785 PROV_EC_CTX *ctx = (PROV_EC_CTX *)vctx; in eckem_decapsulate()