Home
last modified time | relevance | path

Searched refs:ASSERT (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/arch/arm/kernel/
A Dkern.ld.S79 ASSERT(!(TEE_TEXT_VA_START & 31), "text start should align to 32bytes")
82 ASSERT(!(TEE_TEXT_VA_START & 127), "text start should align to 128bytes")
224 ASSERT(!(ABSOLUTE(.) & (16 * 1024 - 1)), "align nozi to 16kB");
314 ASSERT(!(__flatmap_init_rx_start & (SMALL_PAGE_SIZE - 1)),
384 ASSERT(TEE_LOAD_ADDR >= TEE_RAM_START,
386 ASSERT(TEE_LOAD_ADDR < (TEE_RAM_START + TEE_RAM_PH_SIZE),
388 ASSERT((TEE_RAM_VA_START + TEE_RAM_PH_SIZE - __init_end) >
414 ASSERT(. <= (TEE_RAM_VA_START + TEE_RAM_VA_SIZE),
442 ASSERT(SIZEOF(.rel) == 0, "Relocation entries not expected")
443 ASSERT(SIZEOF(.rela) == 0, "Relocation entries not expected")
/optee_os-3.20.0/core/arch/riscv/kernel/
A Dkern.ld.S83 ASSERT(!(TEE_TEXT_VA_START & (SMALL_PAGE_SIZE - 1)),
220 ASSERT(. <= (TEE_RAM_VA_START + TEE_RAM_VA_SIZE),
246 ASSERT(SIZEOF(.rel) == 0, "Relocation entries not expected")
247 ASSERT(SIZEOF(.rela) == 0, "Relocation entries not expected")
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dchachapoly.c460 #undef ASSERT
462 #define ASSERT( cond, args ) \ macro
491 ASSERT( 0 == ret, ( "setkey() error code: %i\n", ret ) ); in mbedtls_chachapoly_self_test()
502 ASSERT( 0 == ret, ( "crypt_and_tag() error code: %i\n", ret ) ); in mbedtls_chachapoly_self_test()
504 ASSERT( 0 == memcmp( output, test_output[i], test_input_len[i] ), in mbedtls_chachapoly_self_test()
507 ASSERT( 0 == memcmp( mac, test_mac[i], 16U ), in mbedtls_chachapoly_self_test()
A Dchacha20.c508 #undef ASSERT
510 #define ASSERT( cond, args ) \ macro
541 ASSERT( 0 == ret, ( "error code: %i\n", ret ) ); in mbedtls_chacha20_self_test()
543 ASSERT( 0 == memcmp( output, test_output[i], test_lengths[i] ), in mbedtls_chacha20_self_test()
A Dpoly1305.c492 #undef ASSERT
494 #define ASSERT( cond, args ) \ macro
522 ASSERT( 0 == ret, ( "error code: %i\n", ret ) ); in mbedtls_poly1305_self_test()
524 ASSERT( 0 == memcmp( mac, test_mac[i], 16U ), ( "failed (mac)\n" ) ); in mbedtls_poly1305_self_test()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog793 * Undefine the ASSERT macro before defining it locally, in case it is defined

Completed in 14 milliseconds