Searched refs:in_copy (Results 1 – 1 of 1) sorted by relevance
69 int in_copy=in_len, length=0; in asn1_make_length() local71 while(in_copy != 0){ in asn1_make_length()72 retval = asn1buf_insert_octet(buf, (asn1_octet)(in_copy&0xFF)); in asn1_make_length()74 in_copy = in_copy >> 8; in asn1_make_length()