Searched refs:message_1_ciphertext_expected (Results 1 – 1 of 1) sorted by relevance
75 message_1_ciphertext_expected = bytes.fromhex('b5e5bfdacbaf6cb7fb6bff871f') variable77 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') variable86 …cm_decrypt(message_1_encryption_key, message_1_network_nonce, message_1_ciphertext_expected, b'', …