Searched defs:plain_text (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_api.cc494 * plain_text - Pointer to data to be encrypted
495 * plain_text[0] conatins the MSB
501 bool SMP_Encrypt(uint8_t* key, uint8_t key_len, uint8_t* plain_text, argument
506 status = smp_encrypt_data(key, key_len, plain_text, pt_len, p_out);
H A Dsmp_keys.cc112 bool smp_encrypt_data(uint8_t* key, uint8_t key_len, uint8_t* plain_text, argument
132 ARRAY_TO_STREAM(p, plain_text, pt_len); /* byte 0 to byte 15 */
/system/bt/stack/test/
H A Dble_advertiser_test.cc50 bool SMP_Encrypt(uint8_t* key, uint8_t key_len, uint8_t* plain_text, argument
/system/bt/stack/hcic/
H A Dhciblecmds.cc367 void btsnd_hcic_ble_encrypt(uint8_t* key, uint8_t key_len, uint8_t* plain_text, argument
389 ARRAY_TO_STREAM(pp, plain_text, pt_len);

Completed in 266 milliseconds