Searched refs:GetAvbPublicKeyFromFd (Results 1 – 1 of 1) sorted by relevance
67 static bool GetAvbPublicKeyFromFd(int fd, AvbPublicKey* dst);458 if (!GetAvbPublicKeyFromFd(fd, dst)) { in getAvbPublicKey()640 bool ok = GetAvbPublicKeyFromFd(fd.get(), dst); in getAvbPublicKey()1006 static bool GetAvbPublicKeyFromFd(int fd, AvbPublicKey* dst) { in GetAvbPublicKeyFromFd() function