Home
last modified time | relevance | path

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

/btstack/test/mesh/
H A Dmesh_message_test.py75 message_1_ciphertext_expected = bytes.fromhex('b5e5bfdacbaf6cb7fb6bff871f') variable
77 if message_1_ciphertext_expected != message_1_ciphertext:
78 …print("aes_ccm_encrypt: ciphertext expected " + hex(message_1_ciphertext_expected) + ", but got " …
84 message_1_ciphertext_expected = bytes.fromhex('b5e5bfdacbaf6cb7fb6bff871f') variable
86 …cm_decrypt(message_1_encryption_key, message_1_network_nonce, message_1_ciphertext_expected, b'', …