Searched refs:aes_ccm_encrypt (Results 1 – 2 of 2) sorted by relevance
/btstack/test/mesh/ |
H A D | mesh_crypto.py | 30 def aes_ccm_encrypt(key, nonce, message, additional_data, mac_len): function 115 (ciphertext, net_mic) = aes_ccm_encrypt(encryption_key, nonce, plaintext, b'', net_mic_len)
|
H A D | mesh_message_test.py | 73 (message_1_ciphertext, message_1_mic) = aes_ccm_encrypt(message_1_encryption_key, message_1_network…
|