HomeSort by relevance Sort by last modified time
    Searched full:sec_flags (Results 1 - 10 of 10) sorted by null

  /system/bt/stack/btm/
btm_sec.c 141 if(p_dev_rec->sec_flags & BTM_SEC_AUTHENTICATED)
159 if(p_dev_rec->sec_flags & BTM_SEC_ENCRYPTED)
177 if(p_dev_rec->sec_flags & BTM_SEC_AUTHORIZED)
196 if(p_dev_rec->sec_flags & BTM_SEC_16_DIGIT_PIN_AUTHED)
352 *p_sec_flags = (UINT8) p_dev_rec->sec_flags;
376 *p_sec_flags = (UINT8) p_dev_rec->sec_flags;
378 *p_sec_flags = (UINT8) (p_dev_rec->sec_flags >> 8);
    [all...]
btm_dev.c 103 p_dev_rec->sec_flags |= BTM_SEC_NAME_KNOWN;
139 p_dev_rec->sec_flags |= BTM_SEC_LINK_KEY_KNOWN;
149 p_dev_rec->sec_flags |= BTM_SEC_16_DIGIT_PIN_AUTHED | BTM_SEC_LINK_KEY_AUTHED;
256 p_dev_rec->sec_flags = BTM_SEC_IN_USE;
299 p_dev_rec->sec_flags = 0;
470 p_target_rec->sec_flags |= temp_rec.sec_flags;
548 if ((p_dev_rec->sec_flags & (BTM_SEC_LINK_KEY_KNOWN |BTM_SEC_LE_LINK_KEY_KNOWN)) == 0) {
btm_ble.c 104 p_dev_rec->sec_flags |= BTM_SEC_NAME_KNOWN;
406 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED;
435 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED;
468 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED;
    [all...]
btm_acl.c 427 BTM_TRACE_DEBUG("before update p_dev_rec->sec_flags=0x%x", p_dev_rec->sec_flags);
431 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_ENCRYPTED | BTM_SEC_ROLE_SWITCHED);
432 if ( (p_dev_rec->sec_flags & BTM_SEC_LE_LINK_KEY_KNOWN) == 0)
435 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED);
445 p_dev_rec->sec_flags &= ~(BTM_SEC_AUTHORIZED | BTM_SEC_AUTHENTICATED
448 BTM_TRACE_DEBUG("after update p_dev_rec->sec_flags=0x%x", p_dev_rec->sec_flags);
674 && ((p_dev_rec->sec_flags & BTM_SEC_ENCRYPTED) != 0)
    [all...]
btm_ble_addr.c 334 BTM_TRACE_DEBUG("sec_flags = %02x device_type = %d", p_dev_rec->sec_flags,
btm_int.h 542 UINT16 sec_flags; /* Current device security state */ member in struct:__anon72470
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coffcode.h 517 sec_to_styp_flags (const char *sec_name, flagword sec_flags)
588 else if (sec_flags & SEC_DEBUGGING)
601 else if (sec_flags & SEC_CODE)
605 else if (sec_flags & SEC_DATA)
609 else if (sec_flags & SEC_READONLY)
617 else if (sec_flags & SEC_LOAD)
621 else if (sec_flags & SEC_ALLOC)
627 if (sec_flags & SEC_TIC54X_CLINK)
632 if (sec_flags & SEC_TIC54X_BLOCK)
637 if ((sec_flags & (SEC_NEVER_LOAD | SEC_COFF_SHARED_LIBRARY)) != 0
744 flagword sec_flags = 0; local
1166 flagword sec_flags; local
    [all...]
ecoff.c 367 flagword sec_flags = 0;
370 sec_flags |= SEC_NEVER_LOAD;
385 if (sec_flags & SEC_NEVER_LOAD)
386 sec_flags |= SEC_CODE | SEC_COFF_SHARED_LIBRARY;
388 sec_flags |= SEC_CODE | SEC_LOAD | SEC_ALLOC;
398 if (sec_flags & SEC_NEVER_LOAD)
399 sec_flags |= SEC_DATA | SEC_COFF_SHARED_LIBRARY;
401 sec_flags |= SEC_DATA | SEC_LOAD | SEC_ALLOC;
405 sec_flags |= SEC_READONLY;
409 sec_flags |= SEC_ALLOC
366 flagword sec_flags = 0; local
    [all...]
  /system/bt/bta/jv/
bta_jv_api.c 128 UINT8 sec_flags, le_flags; local
130 if (BTM_GetSecurityFlags(bd_addr, &sec_flags) &&
133 if(sec_flags & BTM_SEC_FLAG_ENCRYPTED ||
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlang.c 1380 flagword sec_flags = section->flags; local
1515 flagword look_flags, sec_flags, differ; local
    [all...]

Completed in 229 milliseconds