Home
last modified time | relevance | path

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

/linux/scripts/crypto/
H A Dgen-hash-testvecs.py187 def nh_extract_int(bytestr, pos, length): argument
189 return int.from_bytes(bytestr[pos//8 : pos//8 + length//8], byteorder='little')