Home
last modified time | relevance | path

Searched defs:combined (Results 1 – 5 of 5) sorted by relevance

/system/keymint/tests/src/bin/
Dauth-keyblob-parse.rs99 let mut combined = keyblob.hw_enforced.clone(); in process() localVariable
/system/security/keystore2/src/
Dsw_keyblob.rs63 let mut combined = hw_enforced; in export_key() localVariable
267 let mut combined = data.to_vec(); in compute_hmac() localVariable
/system/libvintf/test/
DLibVintfTest.cpp5914 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
5956 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
5985 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
6011 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
6044 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
6057 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
6070 auto combined = combine(Level{1}, &matrices, &error); in TEST_F() local
6128 auto combined = combine(Level(deviceLevelNum), Level(kernelLevelNum), &matrices, &error); in TEST_P() local
6209 auto combined = combine(&matrices, &error); in TEST_F() local
6233 auto combined = combine(&matrices, &error); in TEST_F() local
[all …]
/system/libvintf/
DVintfObject.cpp170 auto combined = Get(__func__, &mCombinedFrameworkMatrix, in getFrameworkCompatibilityMatrix() local
224 auto combined = CompatibilityMatrix::combine(deviceLevel, kernelLevel, &matrixFragments, error); in getCombinedFrameworkMatrix() local
/system/keymaster/tests/
Dauthorization_set_test.cpp428 AuthorizationSet combined; in TEST() local