Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py137 def float(value, fromhex='false'): argument
144 if boolean(fromhex):
145 return _float.fromhex(value)
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dremote.c341 fromhex (int a) in fromhex() function
782 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
783 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/
H A Dresign_ta.py165 cipher = AES.new(bytearray.fromhex(args.enc_key), AES.MODE_GCM, nonce)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/
H A Dsign_encrypt.py199 cipher = AES.new(bytearray.fromhex(args.enc_key), AES.MODE_GCM)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsign_encrypt.py199 cipher = AES.new(bytearray.fromhex(args.enc_key), AES.MODE_GCM)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A DCVE-2021-36222.patch113 +s.sendto(bytes.fromhex(m), a)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dnpm.bbclass129 return "sha512-" + base64.b64encode(bytes.fromhex(sha512)).decode()