Home
last modified time | relevance | path

Searched defs:remote_keys (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager_test.cc666 KeyDistGenField remote_keys = 0, in FastForwardToSTK()
712 KeyDistGenField remote_keys = 0, in FastForwardToPhase3()
890 KeyDistGenField remote_keys = 0, in FastForwardToSTK()
944 KeyDistGenField remote_keys = 0, in FastForwardToPhase3()
2111 KeyDistGenField remote_keys{KeyDistGen::kEncKey}, local_keys{0}; in TEST_F() local
2463 KeyDistGenField remote_keys{0u}, local_keys{KeyDistGen::kEncKey}; in TEST_F() local
3447 KeyDistGenField remote_keys{0}, local_keys{KeyDistGen::kEncKey}; in TEST_F() local
3582 KeyDistGenField remote_keys{KeyDistGen::kEncKey}, local_keys{0u}; in TEST_F() local
H A Dphase_1.cc264 KeyDistGenField local_keys, remote_keys; in ResolveFeatures() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dtypes.h326 KeyDistGenField remote_keys = 0u; member