Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DBLECrypt_if.c59 int maclen,
71 int maclen,
336 int maclen, //Size of the MAC/MIC in bytes in BLECrypt_if_encrypt_packet_v3() argument
345 maclen = BS_MAX(maclen, 4); in BLECrypt_if_encrypt_packet_v3()
352 maclen, in BLECrypt_if_encrypt_packet_v3()
369 if (maclen > 0) { in BLECrypt_if_encrypt_packet_v3()
372 if (maclen > 1) { in BLECrypt_if_encrypt_packet_v3()
375 if (maclen > 2) { in BLECrypt_if_encrypt_packet_v3()
378 for (int i = 3 ; i < maclen; i++) { in BLECrypt_if_encrypt_packet_v3()
390 int maclen, //Size of the MAC/MIC in bytes in BLECrypt_if_decrypt_packet_v3() argument
[all …]
DBLECrypt_if.h66 int maclen,
76 int maclen,
/nrf_hw_models-latest/tests/zephyr_apps/54_aar_ccm_ecb/src/
Dtest_ccm.c20 unsigned maclen, uint8_t adatamask, bool expect_error, bool expect_macerror, in run_ccm() argument
45 unsigned mac_config_val = maclen ? ((maclen - 2) / 2) << CCM_MODE_MACLEN_Pos : 0; in run_ccm()