Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DBLECrypt_if.c56 const uint8_t *plaintext_data_be, // Plaintext data (KEY_LEN bytes, big-endian)
227 const uint8_t *plaintext_data_be, // Plaintext data (KEY_LEN bytes, big-endian) in BLECrypt_if_aes_128() argument
233 plaintext_data_be, in BLECrypt_if_aes_128()
237 memcpy(encrypted_data_be, plaintext_data_be, 16); in BLECrypt_if_aes_128()
DBLECrypt_if.h51 const uint8_t *plaintext_data_be, // Plaintext data (KEY_LEN bytes, big-endian)