Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/include/prov/
Dciphercommon.h44 struct prov_cipher_ctx_st { struct
45 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 …]