Home
last modified time | relevance | path

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

/system/bt/stack/acl/
Dacl.cc42 is_encrypted = false; in Reset()
Dacl.h230 bool is_encrypted = false;
Dbtm_acl.cc579 if (p_acl->is_encrypted && !IsEprAvailable(*p_acl)) { in BTM_SwitchRoleToCentral()
611 p->is_encrypted = encr_enable; in btm_acl_encrypt_change()
2131 if (p->is_encrypted && !IsEprAvailable(*p)) { in btm_cont_rswitch_from_handle()
/system/security/keystore2/src/
Dlegacy_blob.rs179 pub fn is_encrypted(&self) -> bool { in is_encrypted() method
318 let is_encrypted = flags & (flags::ENCRYPTED | flags::SUPER_ENCRYPTED) != 0; in new_from_stream() localVariable
343 match (blob_type, is_encrypted, salt) { in new_from_stream()
391 blob_type, is_encrypted in new_from_stream()
1207 assert!(!blob.is_encrypted()); in read_golden_key_blob_test()
1217 assert!(!blob.is_encrypted()); in read_golden_key_blob_test()
1253 assert!(blob.is_encrypted()); in read_aes_gcm_encrypted_key_blob_test()
Dlegacy_migrator.rs649 blob.is_encrypted(), in bulk_delete()
/system/bt/main/shim/
Dlink_policy.cc213 if (p_acl->is_encrypted && !is_encryption_pause_supported(*p_acl)) { in btm_pm_on_mode_change()
/system/bt/stack/btm/
Dbtm_ble.cc915 bool is_encrypted = BTM_IsEncrypted(bd_addr, BT_TRANSPORT_LE); in btm_ble_start_sec_check() local
920 if ((p_serv_rec->security_flags & BTM_SEC_IN_ENCRYPT) && !is_encrypted) { in btm_ble_start_sec_check()