Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_mac.c29 uint8_t *mac, in mbedtls_test_transparent_mac_compute()
177 uint8_t *mac, in mbedtls_test_transparent_mac_sign_finish()
210 const uint8_t *mac, in mbedtls_test_transparent_mac_verify_finish()
271 uint8_t *mac, in mbedtls_test_opaque_mac_compute()
366 uint8_t *mac, in mbedtls_test_opaque_mac_sign_finish()
388 const uint8_t *mac, in mbedtls_test_opaque_mac_verify_finish()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_mac.c113 uint8_t *mac, in psa_hmac_finish_internal()
374 uint8_t *mac, size_t mac_size) in psa_mac_finish_internal()
405 uint8_t *mac, in mbedtls_psa_mac_sign_finish()
425 const uint8_t *mac, in mbedtls_psa_mac_verify_finish()
462 uint8_t *mac, in mbedtls_psa_mac_compute()
Dpoly1305.c461 unsigned char mac[16]; in mbedtls_poly1305_self_test() local
Dchachapoly.c433 unsigned char mac[16]; in mbedtls_chachapoly_self_test() local
Dpsa_crypto_driver_wrappers.h2203 uint8_t *mac, in psa_driver_wrapper_mac_compute()
2443 uint8_t *mac, in psa_driver_wrapper_mac_sign_finish()
2478 const uint8_t *mac, in psa_driver_wrapper_mac_verify_finish()
Dssl_msg.c1041 unsigned char mac[MBEDTLS_SSL_MAC_ADD]; in mbedtls_ssl_encrypt_buf() local
1375 unsigned char mac[MBEDTLS_SSL_MAC_ADD]; in mbedtls_ssl_encrypt_buf() local
Dpsa_crypto.c2787 uint8_t *mac, in psa_mac_compute_internal()
/openthread-latest/tools/tcat_ble_client/ble/
Dble_scanner.py43 async def find_first_by_mac(mac): argument
/openthread-latest/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py306 def mac(self): member in OpenThreadController
384 def add_denylist(self, mac): argument
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1642 unsigned char mac[PSA_HASH_MAX_SIZE]; in mbedtls_test_ssl_prepare_record_mac() local
1654 unsigned char mac[MBEDTLS_MD_MAX_SIZE]; in mbedtls_test_ssl_prepare_record_mac() local
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c127 unsigned char mac[PSA_MAC_MAX_SIZE] = { 0 }; in exercise_mac_key() local