Searched refs:what (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | compare_testvector.c | 12 static void s_print_hex(const char* what, const void* v, const unsigned long l) in s_print_hex() argument 16 fprintf(stderr, "%s contents: \n", what); in s_print_hex() 57 …igned long is_len, const void* should, const unsigned long should_len, const char* what, int which) in compare_testvector() argument 67 fprintf(stderr, "Testvector #%i(0x%x) of %s failed:\n", which, which, what); in compare_testvector() 72 fprintf(stderr, "Testvector #%i(0x%x) of %s passed!\n", which, which, what); in compare_testvector() 77 LTC_UNUSED_PARAM(what); in compare_testvector()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | aesni.h | 62 int mbedtls_aesni_has_support( unsigned int what );
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | aesni.c | 48 int mbedtls_aesni_has_support( unsigned int what ) in mbedtls_aesni_has_support() argument 63 return( ( c & what ) != 0 ); in mbedtls_aesni_has_support()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_misc.h | 179 …gned long is_len, const void* should, const unsigned long should_len, const char* what, int which);
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | README.license | 44 license that puts the boundary between what is and isn't permitted in
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | README.md | 82 In case you find that you need to do something else as well, please let us know what, so we can add… 197 - [What external dependencies does Mbed TLS rely on?](https://tls.mbed.org/kb/development/what-ex…
|
A D | ChangeLog | 976 is defined), regardless of what MFL was configured for it.
|
Completed in 11 milliseconds