Searched refs:SMP_GetPublicKeyX (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_oob.c | 90 SMP_GetPublicKeyX(g_smpScOobMng.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_GenerateScOobDataStep2() 91 SMP_GetPublicKeyX(g_smpScOobMng.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_GenerateScOobDataStep2()
|
H A D | smp_sc_accepter.c | 162 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairJustworkOrNumericSlaveStep6() 163 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairJustworkOrNumericSlaveStep6() 280 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptG2Param.U, sizeof(cryptG2Param.U)); in SMP_ScPairJustworkOrNumericSlaveStep10() 281 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptG2Param.V, sizeof(cryptG2Param.V)); in SMP_ScPairJustworkOrNumericSlaveStep10() 550 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairPasskeyEntrySlaveStep9() 551 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairPasskeyEntrySlaveStep9() 650 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairPasskeyEntrySlaveStep13() 651 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairPasskeyEntrySlaveStep13() 838 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairOobSlaveStep10() 839 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairOobSlaveStep10()
|
H A D | smp_sc_initiator.c | 190 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairJustworkOrNumericMasterStep8() 191 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairJustworkOrNumericMasterStep8() 283 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptG2Param.U, sizeof(cryptG2Param.U)); in SMP_ScPairJustworkOrNumericMasterStep11() 284 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptG2Param.V, sizeof(cryptG2Param.V)); in SMP_ScPairJustworkOrNumericMasterStep11() 495 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairPasskeyEntryMasterStep8() 496 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairPasskeyEntryMasterStep8() 621 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairPasskeyEntryMasterStep13() 622 SMP_GetPublicKeyX(SMP_GetPairMng()->local.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairPasskeyEntryMasterStep13() 789 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.U, sizeof(cryptF4Param.U)); in SMP_ScPairOobMasterStep10() 790 SMP_GetPublicKeyX(SMP_GetPairMng()->peer.publicKey, cryptF4Param.V, sizeof(cryptF4Param.V)); in SMP_ScPairOobMasterStep10()
|
H A D | smp_tool.h | 186 void SMP_GetPublicKeyX(const uint8_t *pubKey, uint8_t *x, uint8_t length);
|
H A D | smp_tool.c | 956 void SMP_GetPublicKeyX(const uint8_t *pubKey, uint8_t *x, uint8_t length) in SMP_GetPublicKeyX() function
|