Searched defs:cipher_data_st (Results 1 – 2 of 2) sorted by relevance
116 static const struct cipher_data_st { struct117 int nid;118 int blocksize;119 int keylen;120 int ivlen;121 int flags;122 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 …]