Home
last modified time | relevance | path

Searched refs:kEncryptionKeySize (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dpacket_test.cc24 StaticByteBuffer kValidPacket(kPairingFailed, ErrorCode::kEncryptionKeySize); in TEST()
33 ASSERT_EQ(payload, ErrorCode::kEncryptionKeySize); in TEST()
48 ErrorCode::kEncryptionKeySize); in TEST()
H A Derror.cc34 case sm::ErrorCode::kEncryptionKeySize: in ErrorToString()
H A Dphase_1_test.cc566 EXPECT_EQ(Error(ErrorCode::kEncryptionKeySize), listener()->last_error()); in TEST_F()
595 ErrorCode::kEncryptionKeySize); in TEST_F()
611 EXPECT_EQ(Error(ErrorCode::kEncryptionKeySize), listener()->last_error()); in TEST_F()
H A Dphase_1.cc224 return fit::error(ErrorCode::kEncryptionKeySize); in ResolveFeatures()
H A Dsecurity_manager_test.cc3869 EXPECT_EQ(ToResult(ErrorCode::kEncryptionKeySize), pairing_complete_status()); in TEST_F()
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dpresence_crypto_v1.h34 static constexpr size_t kEncryptionKeySize = 32; variable
H A Dpresence_crypto_identity_v1.h34 static constexpr size_t kEncryptionKeySize = 32; variable
H A Dpresence_crypto_identity_v1.cc42 uint8_t decryption_key[kEncryptionKeySize] = {0}; in decrypt()
H A Dpresence_crypto_v1.cc42 uint8_t decryption_key[kEncryptionKeySize] = {0}; in decrypt()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/
H A Dsmp.h169 kEncryptionKeySize = 0x06, enumerator