Searched refs:orig_in (Results 1 – 3 of 3) sorted by relevance
59 static int cbs_find_ber(const CBS *orig_in, char *ber_found, unsigned depth) { in cbs_find_ber() argument66 CBS_init(&in, CBS_data(orig_in), CBS_len(orig_in)); in cbs_find_ber()
316 const char *const orig_in = in; in BN_asc2bn() local331 if (*orig_in == '-' && !BN_is_zero(*outp)) { in BN_asc2bn()
96 Bytef *orig_in = z->next_in; in inflate_stream() local154 z->next_in = orig_in; in inflate_stream()