Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h48 struct prov_cipher_ctx_st { struct
51 unsigned char oiv[GENERIC_BLOCK_SIZE];
53 unsigned char buf[GENERIC_BLOCK_SIZE];
54 unsigned char iv[GENERIC_BLOCK_SIZE];
56 block128_f block;
57 union {
61 } stream;
63 unsigned int mode;
64 size_t keylen; /* key size (in bytes) */
65 size_t ivlen;
[all …]