Searched defs:prov_siv_ctx_st (Results 1 – 1 of 1) sorted by relevance
24 typedef struct prov_siv_ctx_st { struct25 unsigned int mode; /* The mode that we are using */26 unsigned int enc : 1; /* Set to 1 if we are encrypting or 0 otherwise */27 size_t keylen; /* The input keylength (twice the alg key length) */28 size_t taglen; /* the taglen is the same as the sivlen */29 SIV128_CONTEXT siv;30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */31 EVP_CIPHER *cbc;32 const PROV_CIPHER_HW_AES_SIV *hw;33 OSSL_LIB_CTX *libctx;