Searched refs:in1_len (Results 1 – 1 of 1) sorted by relevance
136 const unsigned char *in1, size_t in1_len,537 const unsigned char *in1, size_t in1_len, in bytepad() argument549 sz = 2 + in1_len + (in2 != NULL ? in2_len : 0); in bytepad()561 memcpy(p, in1, in1_len); in bytepad()562 p += in1_len; in bytepad()