Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/
Dmain.c239 const uint8_t sk_be[] = { SK_BE }; in ZTEST() local
261 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST()
309 CHECK_RX_CCM_STATE(conn, sk_be, iv, 0U, CCM_DIR_S_TO_M); in ZTEST()
310 CHECK_TX_CCM_STATE(conn, sk_be, iv, 0U, CCM_DIR_M_TO_S); in ZTEST()
397 const uint8_t sk_be[] = { SK_BE }; in ZTEST() local
419 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST()
513 CHECK_RX_CCM_STATE(conn, sk_be, iv, 0U, CCM_DIR_S_TO_M); in ZTEST()
514 CHECK_TX_CCM_STATE(conn, sk_be, iv, 0U, CCM_DIR_M_TO_S); in ZTEST()
1562 const uint8_t sk_be[] = { SK_BE }; in ZTEST() local
1586 memcpy(ecb_encrypt_custom_fake_context.cipher_text_be, sk_be, 16); in ZTEST()
[all …]