Home
last modified time | relevance | path

Searched defs:bytevec (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/security/keymint/support/include/remote_prov/
H A Dremote_prov_utils.h25 using bytevec = std::vector<uint8_t>; variable
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyRemotelyProvisionedComponentDevice.cpp37 using bytevec = ::std::vector<uint8_t>; typedef
/aosp12/system/keymaster/ng/
H A DAndroidRemotelyProvisionedComponentDevice.cpp44 using bytevec = ::std::vector<uint8_t>; typedef
/aosp12/system/keymaster/include/keymaster/cppcose/
H A Dcppcose.h39 using bytevec = std::vector<uint8_t>; variable
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DVtsRemotelyProvisionedComponentTests.cpp50 using bytevec = std::vector<uint8_t>; typedef
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_tls_unit_test.cpp49 typedef std::vector<uint8_t> bytevec; typedef