mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
gcm: use the new faster param location mechanism.
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20935)
This commit is contained in:
parent
e84b5fcc1b
commit
79d702250b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user