LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Macros | Functions
tomcrypt_argchk.h File Reference
#include "logicalaccess/plugins/crypto/lla_crypto_api.hpp"
#include <signal.h>

Go to the source code of this file.

Macros

#define LTC_ARGCHK(x)   if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); }
 
#define LTC_ARGCHKVD(x)   LTC_ARGCHK(x)
 

Functions

LLA_CRYPTO_API void crypt_argchk (const char *v, const char *s, int d)
 

Macro Definition Documentation

◆ LTC_ARGCHK

#define LTC_ARGCHK (   x)    if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); }

◆ LTC_ARGCHKVD

#define LTC_ARGCHKVD (   x)    LTC_ARGCHK(x)

Function Documentation

◆ crypt_argchk()

LLA_CRYPTO_API void crypt_argchk ( const char *  v,
const char *  s,
int  d 
)