Skip to content

Commit

Permalink
gcm: use the new faster param location mechanism.
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #20935)
  • Loading branch information
paulidale committed Jun 2, 2023
1 parent e84b5fc commit 79d7022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/implementations/ciphers/ciphercommon_gcm.c
Expand Up @@ -15,6 +15,7 @@
#include "prov/ciphercommon_gcm.h"
#include "prov/providercommon.h"
#include "prov/provider_ctx.h"
#include "internal/param_names.h"

static int gcm_tls_init(PROV_GCM_CTX *dat, unsigned char *aad, size_t aad_len);
static int gcm_tls_iv_set_fixed(PROV_GCM_CTX *ctx, unsigned char *iv,
Expand Down

0 comments on commit 79d7022

Please sign in to comment.