Searched refs:plain_text (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | test_add_img_to_target_files.py | 171 plain_text = verify_fp.read() 172 self.assertEqual('\n'.join(expected), plain_text)
|
/aosp12/system/bt/test/mock/ |
H A D | mock_hcic_hciblecmds.cc | 94 void btsnd_hcic_ble_encrypt(uint8_t* key, uint8_t key_len, uint8_t* plain_text, in btsnd_hcic_ble_encrypt() argument
|
/aosp12/system/bt/stack/hcic/ |
H A D | hciblecmds.cc | 426 void btsnd_hcic_ble_encrypt(uint8_t* key, uint8_t key_len, uint8_t* plain_text, in btsnd_hcic_ble_encrypt() argument 448 ARRAY_TO_STREAM(pp, plain_text, pt_len); in btsnd_hcic_ble_encrypt()
|
/aosp12/system/bt/stack/include/ |
H A D | hcimsgs.h | 591 uint8_t* plain_text, uint8_t pt_len,
|