Home
last modified time | relevance | path

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

/btstack/test/mesh/
H A Dmesh_crypto.py30 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 Dmesh_message_test.py73 (message_1_ciphertext, message_1_mic) = aes_ccm_encrypt(message_1_encryption_key, message_1_network…