Searched refs:cipher_dec_context (Results 1 – 1 of 1) sorted by relevance
267 struct cipher_context *cipher_dec_context; member756 des_context_t *c = (des_context_t *) text->cipher_dec_context;858 text->cipher_dec_context = (cipher_context_t *) c;877 des_context_t *c = (des_context_t *) text->cipher_dec_context;976 text->cipher_dec_context = (cipher_context_t *) c;1099 if(text->cipher_dec_context) text->utils->free(text->cipher_dec_context);1102 text->cipher_dec_context = NULL;1120 text->cipher_dec_context=1123 if (text->cipher_dec_context == NULL) {1129 if (text->cipher_dec_context == NULL) return SASL_NOMEM;[all …]