Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.cpp67 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