Searched refs:PROV_EC_CTX (Results 1 – 1 of 1) sorted by relevance
50 } PROV_EC_CTX; typedef113 static int recipient_key_set(PROV_EC_CTX *ctx, EC_KEY *ec) in recipient_key_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()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()[all …]
Completed in 11 milliseconds