|
BSL v1.1.1 - 39.g9f43410
AMMOS Bundle Protocol Security Library (BSL)
|
Fuzz the simplified COSE_KeySet file decoding.
More...
#include "TestUtils.h"#include <bsl/crypto/CryptoInterface.h>#include <bsl/mock_bpa/key_registry.h>#include <bsl/mock_bpa/MockBPA.h>#include <cinttypes>
Include dependency graph for fuzz_mock_bpa_keyregistry_cosekey.cpp:Macros | |
| #define | EXPECT_EQ(expect, got) |
Functions | |
| int | LLVMFuzzerInitialize (int *argc, char ***argv) |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
Fuzz the simplified COSE_KeySet file decoding.
| #define EXPECT_EQ | ( | expect, | |
| got | |||
| ) |
| int LLVMFuzzerInitialize | ( | int * | argc, |
| char *** | argv | ||
| ) |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size | ||
| ) |
References BSL_CryptoDeinit(), BSL_CryptoInit(), and mock_bpa_key_registry_init_cosekey().