Lines Matching refs:recipient_key
40 EC_KEY *recipient_key; member
115 EC_KEY_free(ctx->recipient_key); in recipient_key_set()
116 ctx->recipient_key = NULL; in recipient_key_set()
128 ctx->recipient_key = ec; in recipient_key_set()
468 if (!EC_KEY_set_group(key, EC_KEY_get0_group(ctx->recipient_key))) in derivekey()
678 || !ecpubkey_todata(ctx->recipient_key, recipient_pub, in dhkem_encap()
689 sender_ephemkey, ctx->recipient_key, in dhkem_encap()
690 ctx->sender_authkey, ctx->recipient_key, in dhkem_encap()
745 sender_ephempubkey = eckey_frompub(ctx->recipient_key, enc, enclen); in dhkem_decap()
748 if (!ecpubkey_todata(ctx->recipient_key, recipient_pub, &recipient_publen, in dhkem_decap()
757 ctx->recipient_key, sender_ephempubkey, in dhkem_decap()
758 ctx->recipient_key, ctx->sender_authkey, in dhkem_decap()