Searched refs:sm4 (Results 1 – 7 of 7) sorted by relevance
2433 p_dev_rec->sm4 = BTM_SM4_KNOWN; in btm_sec_rmt_host_support_feat_evt()2436 p_dev_rec->sm4 = BTM_SM4_TRUE; in btm_sec_rmt_host_support_feat_evt()2440 p_dev_rec->sm4, features[0]); in btm_sec_rmt_host_support_feat_evt()2491 p_dev_rec->sm4 |= BTM_SM4_TRUE; in btm_io_capabilities_req()3016 uint8_t old_sm4 = p_dev_rec->sm4; in btm_sec_auth_retry()3017 p_dev_rec->sm4 &= ~BTM_SM4_RETRY; in btm_sec_auth_retry()3028 p_dev_rec->sm4 |= BTM_SM4_RETRY; in btm_sec_auth_retry()3700 p_dev_rec->sm4 &= BTM_SM4_TRUE; in btm_sec_disconnected()4110 p_dev_rec->sm4 = BTM_SM4_KNOWN; in btm_sec_pin_code_request()4906 p_dev_rec->sm4 = BTM_SM4_TRUE; in btm_sec_set_peer_sec_caps()[all …]
369 uint8_t sm4; /* BTM_SM4_TRUE, if the peer supports SM4 */ member436 remote_version_info.ToString().c_str(), sm4, in ToString()
181 p_dev_rec->sm4 = BTM_SM4_UNKNOWN; in BTM_SecClearSecurityFlags()
1067 StateMachine4 sm4 = new StateMachine4("sm4"); in testStateMachine4() local1068 sm4.start(); in testStateMachine4()1069 if (sm4.isDbg()) tlog("testStateMachine4 E"); in testStateMachine4()1071 synchronized (sm4) { in testStateMachine4()1073 sm4.sendMessage(TEST_CMD_1); in testStateMachine4()1074 sm4.sendMessage(TEST_CMD_2); in testStateMachine4()1078 sm4.wait(); in testStateMachine4()1085 assertEquals(2, sm4.getLogRecSize()); in testStateMachine4()1088 lr = sm4.getLogRec(0); in testStateMachine4()1093 lr = sm4.getLogRec(1); in testStateMachine4()[all …]
1038 StateMachine4 sm4 = new StateMachine4("sm4"); in testStateMachine4() local1039 sm4.start(); in testStateMachine4()1040 if (sm4.isDbg()) tlog("testStateMachine4 E"); in testStateMachine4()1042 synchronized (sm4) { in testStateMachine4()1044 sm4.sendMessage(TEST_CMD_1); in testStateMachine4()1045 sm4.sendMessage(TEST_CMD_2); in testStateMachine4()1049 sm4.wait(); in testStateMachine4()1056 Assert.assertEquals(2, sm4.getLogRecSize()); in testStateMachine4()1059 lr = sm4.getLogRec(0); in testStateMachine4()1064 lr = sm4.getLogRec(1); in testStateMachine4()[all …]
997 __func__, btm_cb.security_mode, p_dev_rec->sm4); in smp_calculate_link_key_from_long_term_key()
2956 if ((record.sm4 & BTM_SM4_TRUE) != BTM_SM4_UNKNOWN) return; in HACK_acl_check_sm4()2974 record.sm4 = (HCI_SSP_HOST_SUPPORTED(p_acl->peer_lmp_feature_pages[1])) in HACK_acl_check_sm4()