|
Electroneum
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <stdint.h>#include "gtest/gtest.h"#include <malloc.h>
Go to the source code of this file.
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
Functions | |
| size_t | cryptonote::slow_memmem (const void *start_buff, size_t buflen, const void *pat, size_t patlen) |
| TEST (slowmem, Success) | |
| TEST | ( | slowmem | , |
| Success | ) |
Definition at line 109 of file slow_memmem.cpp.

| const char* buf |
Definition at line 74 of file slow_memmem.cpp.
| size_t buflen |
Definition at line 73 of file slow_memmem.cpp.
| const char* pat |
Definition at line 76 of file slow_memmem.cpp.
| size_t patlen |
Definition at line 75 of file slow_memmem.cpp.
| size_t res |
Definition at line 77 of file slow_memmem.cpp.