Searched refs:stored_mac (Results 1 – 1 of 1) sorted by relevance
188 const unsigned char *stored_mac; in crypto_secretstream_xchacha20poly1305_pull() local234 stored_mac = c + mlen; in crypto_secretstream_xchacha20poly1305_pull()235 if (sodium_memcmp(mac, stored_mac, sizeof mac) != 0) { in crypto_secretstream_xchacha20poly1305_pull()