Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/ | |
secretstream_xchacha20poly1305.c | 188 const unsigned char *stored_mac; local in function:crypto_secretstream_xchacha20poly1305_pull 234 stored_mac = c + mlen; 235 if (sodium_memcmp(mac, stored_mac, sizeof mac) != 0) { |
secretstream_xchacha20poly1305.c | 188 const unsigned char *stored_mac; local in function:crypto_secretstream_xchacha20poly1305_pull 234 stored_mac = c + mlen; 235 if (sodium_memcmp(mac, stored_mac, sizeof mac) != 0) { |
secretstream_xchacha20poly1305.c | 188 const unsigned char *stored_mac; local in function:crypto_secretstream_xchacha20poly1305_pull 234 stored_mac = c + mlen; 235 if (sodium_memcmp(mac, stored_mac, sizeof mac) != 0) { |