Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcompare_testvector.c57 …s, const unsigned long is_len, const void* should, const unsigned long should_len, const char* wha… in compare_testvector() argument
60 if(is_len != should_len) { in compare_testvector()
61 res = is_len > should_len ? -1 : 1; in compare_testvector()
68 s_print_hex("SHOULD", should, should_len); in compare_testvector()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_misc.h179 …s, const unsigned long is_len, const void* should, const unsigned long should_len, const char* wha…

Completed in 2 milliseconds