SMBSIGLEN
bcopy(digest, signature, SMBSIGLEN);
bzero(sigloc, SMBSIGLEN);
uint8_t sigbuf[SMBSIGLEN];
if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0)
if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0)
if (bcmp(sigbuf, sigloc, SMBSIGLEN) == 0) {