Home
last modified time | relevance | path

Searched refs:sm4 (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sec.c941 else if (p_dev_rec->sm4 & BTM_SM4_CONN_PEND) in BTM_PINCodeReply()
1195 …BTM_TRACE_EVENT2 ("BTM_SecBond: Remote sm4: 0x%x HCI Handle: 0x%04x", p_dev_rec->sm4, p_dev_rec->… in BTM_SecBond()
1214 BTM_TRACE_DEBUG2 ("sec mode: %d sm4:x%x", btm_cb.security_mode, p_dev_rec->sm4); in BTM_SecBond()
1216 || (p_dev_rec->sm4 == BTM_SM4_KNOWN)) in BTM_SecBond()
1221 if (BTM_SEC_MODE_SP == btm_cb.security_mode && BTM_SEC_IS_SM4_UNKNOWN(p_dev_rec->sm4)) in BTM_SecBond()
1224 if ((p_dev_rec->sm4 & BTM_SM4_CONN_PEND) == 0) in BTM_SecBond()
1237 …x%x sec_state:%d", btm_pair_state_descr (btm_cb.pairing_state), p_dev_rec->sm4, p_dev_rec->sec_sta… in BTM_SecBond()
2051 p_dev_rec->sm4 |= BTM_SM4_UPGRADE; in btm_sec_check_upgrade()
2180 … psm, btm_pair_state_descr(btm_cb.pairing_state), btm_cb.security_mode, p_dev_rec->sm4); in btm_sec_l2cap_access_req()
2184 || ((BTM_SEC_MODE_SP == btm_cb.security_mode) && (BTM_SM4_KNOWN == p_dev_rec->sm4)) in btm_sec_l2cap_access_req()
[all …]
Dbtm_dev.c149 p_dev_rec->sm4 = BTM_SM4_KNOWN; in BTM_SecAddDevice()
151 p_dev_rec->sm4 = BTM_SM4_TRUE; in BTM_SecAddDevice()
Dbtm_acl.c236 p_dev_rec->sm4 = BTM_SM4_TRUE; in btm_acl_created()
240 p_dev_rec->sm4 |= BTM_SM4_KNOWN; in btm_acl_created()
1266 req_pend = (p_dev_rec->sm4 & BTM_SM4_REQ_PEND); in btm_process_remote_ext_features_page()
1267 p_dev_rec->sm4 = BTM_SM4_KNOWN; in btm_process_remote_ext_features_page()
1278 req_pend = (p_dev_rec->sm4 & BTM_SM4_REQ_PEND); in btm_process_remote_ext_features_page()
1284 p_dev_rec->sm4 = BTM_SM4_TRUE; in btm_process_remote_ext_features_page()
1288 p_dev_rec->sm4 = BTM_SM4_KNOWN; in btm_process_remote_ext_features_page()
1293 p_dev_rec->sm4, req_pend); in btm_process_remote_ext_features_page()
Dbtm_int.h561 UINT8 sm4; /* BTM_SM4_TRUE, if the peer supports SM4 */ member
/external/eigen/bench/
Dsparse_product.cpp104 EigenSparseMatrix sm1(rows,cols), sm2(rows,cols), sm3(rows,cols), sm4(rows,cols); in main() local
/external/eigen/doc/
DC09_TutorialSparse.dox352 sm4 = sm1 + sm2 + sm3;
355 On the other hand, there is no restriction on the target matrix sm4.