Home
last modified time | relevance | path

Searched defs:ProvisionKey (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/cast-auth/aidl/
DICastAuth.aidl4 void ProvisionKey(in byte[] wrappedKey); in ProvisionKey() method
/trusty/user/app/cast-auth/app/
Dcast_auth_impl.cc73 Status CastAuthImpl::ProvisionKey(const std::vector<uint8_t>& wrappedKey) { in ProvisionKey() function in CastAuthImpl