Home
last modified time | relevance | path

Searched refs:crypt_argchk (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_argchk.h12 LTC_NORETURN void crypt_argchk(const char *v, const char *s, int d);
13 #define LTC_ARGCHK(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)
14 #define LTC_ARGCHKVD(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_argchk.c11 void crypt_argchk(const char *v, const char *s, int d) in crypt_argchk() function

Completed in 3 milliseconds