Searched defs:prov_aes_ocb_ctx_st (Results 1 – 1 of 1) sorted by relevance
18 typedef struct prov_aes_ocb_ctx_st { struct19 PROV_CIPHER_CTX base; /* Must be first */20 union {23 } ksenc; /* AES key schedule to use for encryption/aad */24 union {27 } ksdec; /* AES key schedule to use for decryption */28 OCB128_CONTEXT ocb;29 unsigned int iv_state; /* set to one of IV_STATE_XXX */30 unsigned int key_set : 1;31 size_t taglen;[all …]