Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_base64.py172 eq(base64.b16encode('\x01\x02\xab\xcd\xef'), '0102ABCDEF')
173 eq(base64.b16encode('\x00'), '00')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbase64.py251 def b16encode(s): function