Searched defs:cipher_data_st (Results 1 – 2 of 2) sorted by relevance
117 static const struct cipher_data_st { struct118 int nid;119 int blocksize;120 int keylen;121 int ivlen;122 int flags;123 int devcryptoid;
876 typedef struct cipher_data_st { struct877 const EVP_CIPHER *cipher;878 EVP_CIPHER *fetched_cipher;879 int enc;881 int aead;882 unsigned char *key;883 size_t key_len;884 size_t key_bits; /* Used by RC2 */885 unsigned char *iv;886 unsigned char *next_iv; /* Expected IV state after operation */[all …]