Lines Matching refs:bytesjoin
22 from fontTools.misc.textTools import bytechr, byteord, bytesjoin, tobytes
159 lines.append(bytesjoin([b"currentfile eexec ", eexec_portion]))
165 data = bytesjoin(lines, "\n")
209 bytesjoin([char_IV[:lenIV], subr_bin]), 4330
212 bytesjoin(
235 bytesjoin([char_IV[:lenIV], char_bin.bytecode]), 4330
238 bytesjoin(
261 eexec_portion = bytesjoin(lines, "\n")
262 encrypted_eexec, R = eexec.encrypt(bytesjoin([eexec_IV, eexec_portion]), 55665)
372 data = bytesjoin(data)
396 data = bytesjoin(data)
413 return bytesjoin(data)
513 return bytesjoin(data)
542 return eexec.deHexString(bytesjoin(hexstring.split()))