Searched refs:sender_authkey (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 50 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() 484 int auth = ctx->sender_authkey != NULL; in derive_secret() 498 sender_authpub = ecx_pubkey(ctx->sender_authkey); in derive_secret() 583 ctx->sender_authkey, ctx->recipient_key, in dhkem_encap() 647 ctx->recipient_key, ctx->sender_authkey, in dhkem_decap()
|
H A D | ec_kem.c | 41 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() 576 int auth = ctx->sender_authkey != NULL; in derive_secret() 586 if (!ecpubkey_todata(ctx->sender_authkey, sender_authpub, in derive_secret() 690 ctx->sender_authkey, ctx->recipient_key, in dhkem_encap() 758 ctx->recipient_key, ctx->sender_authkey, in dhkem_decap()
|
Completed in 8 milliseconds