Searched defs:cipher_data_st (Results 1 – 2 of 2) sorted by relevance
518 typedef struct cipher_data_st { struct519 const EVP_CIPHER *cipher;520 EVP_CIPHER *fetched_cipher;521 int enc;523 int aead;524 unsigned char *key;525 size_t key_len;526 size_t key_bits; /* Used by RC2 */527 unsigned char *iv;528 unsigned char *next_iv; /* Expected IV state after operation */[all …]
115 static const struct cipher_data_st { struct116 int nid;117 int blocksize;118 int keylen;119 int ivlen;120 int flags;121 int devcryptoid;