Searched refs:custom_tlvs (Results 1 – 2 of 2) sorted by relevance
333 custom_tlvs = {}336 if tag in custom_tlvs:346 custom_tlvs[tag] = bytes.fromhex(value[2:])348 custom_tlvs[tag] = value.encode('utf-8')351 custom_tlvs, int(encrypt_keylen))
292 sw_type=None, custom_tlvs=None, encrypt_keylen=128): argument343 if custom_tlvs is not None:344 for value in custom_tlvs.values():398 if custom_tlvs is not None:399 for tag, value in custom_tlvs.items():