|
Monero
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <stdint.h>#include "gtest/gtest.h"#include <malloc.h>
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) | |
Variables | |
| struct { | |
| size_t buflen | |
| const char * buf | |
| size_t patlen | |
| const char * pat | |
| size_t res | |
| } | T [] |
| TEST | ( | slowmem | , |
| Success | ) |
| const char* buf |
| size_t buflen |
| const char* pat |
| size_t patlen |
| size_t res |
| const struct { ... } T[] |