Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dgsi_service.cpp73 static bool GetAvbPublicKeyFromFd(int fd, AvbPublicKey* dst);
498 if (!GetAvbPublicKeyFromFd(fd, dst)) { in getAvbPublicKey()
705 bool ok = GetAvbPublicKeyFromFd(fd.get(), dst); in getAvbPublicKey()
1103 static bool GetAvbPublicKeyFromFd(int fd, AvbPublicKey* dst) { in GetAvbPublicKeyFromFd() function