Searched refs:aSecondBuffer (Results 1 – 2 of 2) sorted by relevance
39 const uint8_t *aSecondBuffer, in MatchBytes() argument47 matches = (memcmp(aFirstBuffer, aSecondBuffer, aLength) == 0); in MatchBytes()53 VerifyOrExit(aMatcher(*aFirstBuffer++, *aSecondBuffer++), matches = false); in MatchBytes()
84 const uint8_t *aSecondBuffer,