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()
469 if (!EC_KEY_set_group(key, EC_KEY_get0_group(ctx->recipient_key))) in derivekey()
679 || !ecpubkey_todata(ctx->recipient_key, recipient_pub, in dhkem_encap()
690 sender_ephemkey, ctx->recipient_key, in dhkem_encap()
691 ctx->sender_authkey, ctx->recipient_key, in dhkem_encap()
746 sender_ephempubkey = eckey_frompub(ctx->recipient_key, enc, enclen); in dhkem_decap()
749 if (!ecpubkey_todata(ctx->recipient_key, recipient_pub, &recipient_publen, in dhkem_decap()
758 ctx->recipient_key, sender_ephempubkey, in dhkem_decap()
759 ctx->recipient_key, ctx->sender_authkey, in dhkem_decap()