Searched defs:cipher_ctx (Results 1 – 3 of 3) sorted by relevance
106 struct cipher_ctx { struct107 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() local244 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local325 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local365 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local[all …]
160 EVP_CIPHER_CTX *cipher_ctx; member
229 EVP_CIPHER_CTX *cipher_ctx; member
Completed in 11 milliseconds