Home
last modified time | relevance | path

Searched defs:aad (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp3247 string aad = "foobar"; in TEST_P() local
3298 string aad = "foobar"; in TEST_P() local
3352 string aad = "foobar"; in TEST_P() local
3403 string aad = "foobar"; in TEST_P() local
3499 string aad = "1234567890123456"; in TEST_P() local
3741 string aad = "1234567890123456"; in TEST_P() local
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp3386 string aad = "foobar"; in TEST_P() local
3454 string aad = "foobar"; in TEST_P() local
3550 string aad = "1234567890123456"; in TEST_P() local
3792 string aad = "1234567890123456"; in TEST_P() local
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintTest.cpp6564 string aad = "foobar"; in TEST_P() local
6607 string aad = "foobar"; in TEST_P() local
6656 string aad = "foobar"; in TEST_P() local
6687 string aad = "foobar"; in TEST_P() local
6732 string aad = "foobar"; in TEST_P() local
6826 string aad = "1234567890123456"; in TEST_P() local
7022 string aad = "1234567890123456"; in TEST_P() local
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils.cpp249 const bytevec& payload, const bytevec& aad) { in constructCoseSign1()