Lines Matching defs:cipher_ctx
106 struct cipher_ctx { struct
107 session_op_t sess;
108 int op; /* COP_ENCRYPT or COP_DECRYPT */
109 unsigned long mode; /* EVP_CIPH_*_MODE */
112 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
113 unsigned int blocksize, num;
208 struct cipher_ctx *cipher_ctx = in cipher_init() local
244 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local
325 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local
365 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local
395 struct cipher_ctx *cipher_ctx = in cipher_cleanup() local