Home
last modified time | relevance | path

Searched refs:LTC_ARGCHKVD (Results 1 – 14 of 14) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_argchk.h14 #define LTC_ARGCHKVD(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0) macro
20 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) macro
25 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) macro
30 #define LTC_ARGCHKVD(x) LTC_ARGCHK(x) macro
35 #define LTC_ARGCHKVD(x) if (!(x)) return; macro
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dadler32.c17 LTC_ARGCHKVD(ctx != NULL); in adler32_init()
26 LTC_ARGCHKVD(ctx != NULL); in adler32_update()
27 LTC_ARGCHKVD(input != NULL); in adler32_update()
71 LTC_ARGCHKVD(s1 < s_adler32_base); in adler32_update()
72 LTC_ARGCHKVD(s2 < s_adler32_base); in adler32_update()
82 LTC_ARGCHKVD(ctx != NULL); in adler32_finish()
83 LTC_ARGCHKVD(hash != NULL); in adler32_finish()
A Dcrc32.c139 LTC_ARGCHKVD(ctx != NULL); in crc32_init()
146 LTC_ARGCHKVD(ctx != NULL); in crc32_update()
147 LTC_ARGCHKVD(input != NULL); in crc32_update()
162 LTC_ARGCHKVD(ctx != NULL); in crc32_finish()
163 LTC_ARGCHKVD(hash != NULL); in crc32_finish()
A Dcopy_or_zeromem.c26 LTC_ARGCHKVD(src != NULL); in copy_or_zeromem()
27 LTC_ARGCHKVD(dest != NULL); in copy_or_zeromem()
A Dzeromem.c18 LTC_ARGCHKVD(out != NULL); in zeromem()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_sizes.c18 LTC_ARGCHKVD(low != NULL); in ecc_sizes()
19 LTC_ARGCHKVD(high != NULL); in ecc_sizes()
A Decc_free.c19 LTC_ARGCHKVD(key != NULL); in ecc_free()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_free.c14 LTC_ARGCHKVD(key != NULL); in dh_free()
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/
A Dxts_done.c16 LTC_ARGCHKVD(xts != NULL); in xts_done()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_free.c18 LTC_ARGCHKVD(key != NULL); in dsa_free()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_key.c78 LTC_ARGCHKVD(key != NULL); in rsa_shrink_key()
99 LTC_ARGCHKVD(key != NULL); in rsa_free()
/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dltm_desc.c73 LTC_ARGCHKVD(a != NULL); in deinit()
A Dgmp_desc.c26 LTC_ARGCHKVD(a != NULL); in deinit()
A Dtfm_desc.c50 LTC_ARGCHKVD(a != NULL); in deinit()

Completed in 12 milliseconds