Lines Matching refs:tests
697 tests = [(1, "crypto_ecdh_init;owe_build_assoc_req"),
700 for count, func in tests:
709 tests = [(1, "crypto_ecdh_set_peerkey;owe_process_assoc_resp"),
712 for count, func in tests:
721 tests = [(1, "hmac_sha256;owe_process_assoc_resp", 19),
727 for count, func, group in tests:
802 tests = [b'']
804 tests += [binascii.unhexlify('ff0120')]
806 tests += [binascii.unhexlify('ff03201200')]
808 tests += [binascii.unhexlify('ff23201300' + 31*'00' + '01')]
810 tests += [binascii.unhexlify('ff24201300' + 33*'ee')]
811 for extra in tests: