Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dciphercommon.h44 struct prov_cipher_ctx_st { struct
47 unsigned char oiv[GENERIC_BLOCK_SIZE];
49 unsigned char buf[GENERIC_BLOCK_SIZE];
50 unsigned char iv[GENERIC_BLOCK_SIZE];
52 block128_f block;
53 union {
57 } stream;
59 unsigned int mode;
60 size_t keylen; /* key size (in bytes) */
61 size_t ivlen;
[all …]