Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dtypes_test.cc122 for (auto key_sz : {kMinEncryptionKeySize, kMaxEncryptionKeySize}) { in TEST()
139 SecurityProperties(true, true, true, kMinEncryptionKeySize).level()); in TEST()
146 for (auto enc_key_size : {kMinEncryptionKeySize, kMaxEncryptionKeySize}) { in TEST()
196 kMinEncryptionKeySize, in TEST()
211 kMinEncryptionKeySize, in TEST()
272 kMinEncryptionKeySize, in TEST()
H A Dphase_1.cc221 : kMinEncryptionKeySize; in ResolveFeatures()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dsmp.h37 constexpr uint8_t kMinEncryptionKeySize = 7; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dbredr_connection.cc151 if (key_size < hci_spec::kMinEncryptionKeySize) { in ValidateEncryptionKeySize()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc41 constexpr int kMinEncryptionKeySize = 7; variable
42 constexpr int kMinEncryptionKeySizeDefault = kMinEncryptionKeySize;
117 kMinEncryptionKeySize), in Start()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dconstants.h801 constexpr uint8_t kMinEncryptionKeySize = 7; variable