Home
last modified time | relevance | path

Searched defs:prov_siv_ctx_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h24 typedef struct prov_siv_ctx_st { struct
25 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;