Searched refs:localP256PublicKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_le_evt.h | 129 uint8_t localP256PublicKey[64]; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_oob.c | 48 …(void)memcpy_s(g_smpScOobMng.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUB… in SMP_GenerateScOobDataStep1()
|
H A D | smp_sc_accepter.c | 63 …SMP_GetPairMng()->local.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUBLICKE… in SMP_ScPairJustworkOrNumericSlaveStep2() 394 …SMP_GetPairMng()->local.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUBLICKE… in SMP_ScPairPasskeyEntrySlaveStep2() 743 …SMP_GetPairMng()->local.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUBLICKE… in SMP_ScPairOobSlaveStep1()
|
H A D | smp_sc_initiator.c | 41 …SMP_GetPairMng()->local.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUBLICKE… in SMP_ScPairJustworkOrNumericMasterStep1() 352 …SMP_GetPairMng()->local.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUBLICKE… in SMP_ScPairPasskeyEntryMasterStep1() 710 …SMP_GetPairMng()->local.publicKey, SMP_PUBLICKEY_LEN, eventParam->localP256PublicKey, SMP_PUBLICKE… in SMP_ScPairOobMasterStep1()
|