Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/security/sharedsecret/aidl/vts/functional/
DSharedSecretAidlTest.cpp51 EXPECT_TRUE(params.seed.size() == 0 || params.seed.size() == 32); in getSharedSecretParameters()
148 ASSERT_EQ(result1.params.seed, result2.params.seed) in TEST_F()
305 auto& to_tweak = params[param_to_tweak].seed; in TEST_F()
346 auto& to_tweak = params[param_to_tweak].seed; in TEST_F()
/hardware/interfaces/security/sharedsecret/aidl/android/hardware/security/sharedsecret/
DSharedSecretParameters.aidl33 byte[] seed;
/hardware/interfaces/security/sharedsecret/aidl/aidl_api/android.hardware.security.sharedsecret/current/android/hardware/security/sharedsecret/
DSharedSecretParameters.aidl38 byte[] seed;
/hardware/interfaces/security/sharedsecret/aidl/aidl_api/android.hardware.security.sharedsecret/1/android/hardware/security/sharedsecret/
DSharedSecretParameters.aidl38 byte[] seed;
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp126 ASSERT_EQ(result1.params.seed, result2.params.seed) in TEST_P()
236 auto& to_tweak = params[param_to_tweak].seed; in TEST_P()
/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp141 unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); in getRandomIds() local
142 auto gen = std::default_random_engine(seed); in getRandomIds()
456 std::time_t seed = std::time(nullptr); in TEST_P() local
457 std::srand(seed); in TEST_P()
553 std::time_t seed = std::time(nullptr); in TEST_P() local
554 std::srand(seed); in TEST_P()
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp41 return std::tie(a.seed, a.nonce) < std::tie(b.seed, b.nonce); in operator <()
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp132 void generatePassword(hidl_vec<uint8_t> &password, uint8_t seed) { in generatePassword() argument
134 memset(password.data(), seed, password.size()); in generatePassword()
/hardware/interfaces/keymaster/4.1/support/
DKeymaster.cpp65 os << "(seed: " << params.seed << ", nonce: " << params.nonce << ')'; in operator <<()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp1035 generator.seed(kSeed); in SetUp()
1170 const auto& [namedDevice, operandType, seed] = info.param; in printCompilationCachingSecurityTest()
1172 return gtestCompliantName(getName(namedDevice) + "_" + type + "_" + std::to_string(seed)); in printCompilationCachingSecurityTest()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp1231 generator.seed(kSeed); in SetUp()
1366 const auto& [namedDevice, operandType, seed] = info.param; in printCompilationCachingSecurityTest()
1368 return gtestCompliantName(getName(namedDevice) + "_" + type + "_" + std::to_string(seed)); in printCompilationCachingSecurityTest()
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal230 * documentation in types.hal, the seed must contain the same value in every invocation
278 * HmacSharingParameters is the concatenation of its two fields, i.e. seed || nonce.
303 * 8. T generates a random seed S.
309 * When S receives the getHmacSharingParameters call, it returns the stored S as the seed
310 * and a nonce. When T receives the same call, it returns an empty seed and a nonce. When
311 * T receives the computeSharedHmac call, it uses the seed provided by S to compute K. S,
377 * @param data Bytes to be mixed into the CRNG seed. The caller must not provide more than 2
Dtypes.hal1264 vec<uint8_t> seed;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp208 uint16 crc_16_l_step_nv12 (uint16 seed, const void *buf_ptr, in crc_16_l_step_nv12() argument
211 uint16 crc_16 = ~seed; in crc_16_l_step_nv12()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1471 * External encryption binding seed.
1476 * AAOS will then read the property on subsequent boots. The binding seed is expected to be
1477 * reliably persisted. Any loss of the seed results in a factory reset of the IVI.