Home
last modified time | relevance | path

Searched refs:getAvbPublicKey (Results 1 – 5 of 5) sorted by relevance

/system/gsid/aidl/android/gsi/
DIImageService.aidl105 int getAvbPublicKey(@utf8InCpp String name, out AvbPublicKey dst); in getAvbPublicKey() method
DIGsiService.aidl233 int getAvbPublicKey(out AvbPublicKey dst); in getAvbPublicKey() method
/system/gsid/
Dgsi_service.h70 binder::Status getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) override;
Dgsi_service.cpp489 binder::Status GsiService::getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) { in getAvbPublicKey() function in android::gsi::GsiService
575 binder::Status getAvbPublicKey(const std::string& name, AvbPublicKey* dst,
676 binder::Status ImageService::getAvbPublicKey(const std::string& name, AvbPublicKey* dst, in getAvbPublicKey() function in android::gsi::ImageService
Dgsi_tool.cpp586 status = image_service->getAvbPublicKey(image, &public_key, &err); in Status()