Lines Matching defs:cipher_ctx
105 struct cipher_ctx { struct
106 session_op_t sess;
107 int op; /* COP_ENCRYPT or COP_DECRYPT */
108 unsigned long mode; /* EVP_CIPH_*_MODE */
111 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
112 unsigned int blocksize, num;
207 struct cipher_ctx *cipher_ctx = in cipher_init() local
243 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local
324 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local
364 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local
394 struct cipher_ctx *cipher_ctx = in cipher_cleanup() local