Home
last modified time | relevance | path

Searched refs:cipherstring (Results 1 – 1 of 1) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Deexec.py21 def decrypt(cipherstring, R): argument
31 for cipher in cipherstring:
50 cipherstring = bytesjoin(cipherList)
51 return cipherstring, int(R)