Searched defs:prov_cipher_ctx_st (Results 1 – 1 of 1) sorted by relevance
44 struct prov_cipher_ctx_st { struct45 block128_f block;46 union {50 } stream;52 unsigned int mode;53 size_t keylen; /* key size (in bytes) */54 size_t ivlen;55 size_t blocksize;56 size_t bufsz; /* Number of bytes in buf */57 unsigned int cts_mode; /* Use to set the type for CTS modes */[all …]