Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c22 uint8_t cipher_text[16]; member
61 memcpy(cipher_text_be, &ecb.cipher_text[0], sizeof(ecb.cipher_text)); in ecb_encrypt_be()
75 mem_rcopy(cipher_text_le, &ecb.cipher_text[0], in ecb_encrypt()
76 sizeof(ecb.cipher_text)); in ecb_encrypt()
80 memcpy(cipher_text_be, &ecb.cipher_text[0], in ecb_encrypt()
81 sizeof(ecb.cipher_text)); in ecb_encrypt()
154 uint8_t cipher_text[16]; member
165 mem_rcopy(ecb_ut_context->cipher_text, cipher_be, in ecb_cb()
166 sizeof(ecb_ut_context->cipher_text)); in ecb_cb()
177 uint8_t cipher_text[16]; in ecb_ut() local
[all …]