quic: make sure aead crypto context matches quicly
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I8003198c15cd511750dc7eaae025025c733c059c
This commit is contained in:

committed by
Damjan Marion

parent
5606c82c72
commit
0978ae8670
@ -36,11 +36,12 @@ struct cipher_context_t
|
|||||||
struct aead_crypto_context_t
|
struct aead_crypto_context_t
|
||||||
{
|
{
|
||||||
ptls_aead_context_t super;
|
ptls_aead_context_t super;
|
||||||
|
EVP_CIPHER_CTX *evp_ctx;
|
||||||
|
uint8_t static_iv[PTLS_MAX_IV_SIZE];
|
||||||
vnet_crypto_op_t op;
|
vnet_crypto_op_t op;
|
||||||
u32 key_index;
|
u32 key_index;
|
||||||
vnet_crypto_op_id_t id;
|
vnet_crypto_op_id_t id;
|
||||||
uint8_t iv[PTLS_MAX_IV_SIZE];
|
uint8_t iv[PTLS_MAX_IV_SIZE];
|
||||||
uint8_t static_iv[PTLS_MAX_IV_SIZE];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Reference in New Issue
Block a user