Macros | Functions
bn_div.cc File Reference
#include <openssl/bn.h>
#include <openssl/bytestring.h>
#include <openssl/span.h>
Include dependency graph for bn_div.cc:

Go to the source code of this file.

Macros

#define CHECK(expr)
 

Functions

int LLVMFuzzerTestOneInput (const uint8_t *buf, size_t len)
 

Macro Definition Documentation

◆ CHECK

#define CHECK (   expr)
Value:
do { \
if (!(expr)) { \
printf("%s failed\n", #expr); \
abort(); \
} \
} while (false)

Definition at line 19 of file bn_div.cc.

Function Documentation

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const uint8_t buf,
size_t  len 
)

Definition at line 27 of file bn_div.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:04