Home
last modified time | relevance | path

Searched refs:sender_authkey (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kem/
H A Decx_kem.c50 ECX_KEY *sender_authkey; member
113 ossl_ecx_key_free(ctx->sender_authkey); in sender_authkey_set()
114 ctx->sender_authkey = NULL; in sender_authkey_set()
119 ctx->sender_authkey = ecx; in sender_authkey_set()
485 int auth = ctx->sender_authkey != NULL; in derive_secret()
499 sender_authpub = ecx_pubkey(ctx->sender_authkey); in derive_secret()
584 ctx->sender_authkey, ctx->recipient_key, in dhkem_encap()
648 ctx->recipient_key, ctx->sender_authkey, in dhkem_decap()
H A Dec_kem.c41 EC_KEY *sender_authkey; member
140 EC_KEY_free(ctx->sender_authkey); in sender_authkey_set()
141 ctx->sender_authkey = NULL; in sender_authkey_set()
146 ctx->sender_authkey = ec; in sender_authkey_set()
577 int auth = ctx->sender_authkey != NULL; in derive_secret()
587 if (!ecpubkey_todata(ctx->sender_authkey, sender_authpub, in derive_secret()
691 ctx->sender_authkey, ctx->recipient_key, in dhkem_encap()
759 ctx->recipient_key, ctx->sender_authkey, in dhkem_decap()