Ben Laurie | c38bb72 | 2016-03-26 17:19:14 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. |
| 3 | * |
| 4 | * Licensed under the OpenSSL licenses, (the "License"); |
| 5 | * you may not use this file except in compliance with the License. |
| 6 | * You may obtain a copy of the License at |
| 7 | * https://www.openssl.org/source/license.html |
| 8 | * or in the file LICENSE in the source distribution. |
| 9 | */ |
| 10 | |
Kurt Roeckx | f59d013 | 2016-05-07 22:09:13 +0200 | [diff] [blame] | 11 | int FuzzerTestOneInput(const uint8_t *buf, size_t len); |
Ben Laurie | 90d28f0 | 2016-06-04 16:10:49 +0100 | [diff] [blame] | 12 | int FuzzerInitialize(int *argc, char ***argv); |
Kurt Roeckx | ad4da7f | 2016-11-19 17:13:10 +0100 | [diff] [blame] | 13 | void FuzzerCleanup(void); |