mbed TLS v2.16.9
Macros
constant_flow.h File Reference

This file contains tools to ensure tested code has constant flow. More...

#include "mbedtls/config.h"
Include dependency graph for constant_flow.h:

Go to the source code of this file.

Macros

#define TEST_CF_SECRET(ptr, size)
 
#define TEST_CF_PUBLIC(ptr, size)
 

Detailed Description

This file contains tools to ensure tested code has constant flow.

Definition in file constant_flow.h.

Macro Definition Documentation

◆ TEST_CF_PUBLIC

#define TEST_CF_PUBLIC (   ptr,
  size 
)

Definition at line 76 of file constant_flow.h.

◆ TEST_CF_SECRET

#define TEST_CF_SECRET (   ptr,
  size 
)

Definition at line 75 of file constant_flow.h.