Home
last modified time | relevance | path

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

/optee_os/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")
209 ASSERT(!(ABSOLUTE(.) & (16 * 1024 - 1)), "align nozi to 16kB");
299 ASSERT(!(__flatmap_init_rx_start & (SMALL_PAGE_SIZE - 1)),
356 ASSERT(TEE_LOAD_ADDR >= TEE_RAM_START,
358 ASSERT(TEE_LOAD_ADDR < (TEE_RAM_START + TEE_RAM_PH_SIZE),
360 ASSERT((TEE_RAM_VA_START + TEE_RAM_PH_SIZE - __init_end) >
386 ASSERT(. <= (TEE_RAM_VA_START + TEE_RAM_VA_SIZE),
414 ASSERT(SIZEOF(.rel) == 0, "Relocation entries not expected")
415 ASSERT(SIZEOF(.rela) == 0, "Relocation entries not expected")
/optee_os/lib/libmbedtls/mbedtls/library/
A Dchachapoly.c474 #undef ASSERT
476 #define ASSERT( cond, args ) \ macro
505 ASSERT( 0 == ret, ( "setkey() error code: %i\n", ret ) ); in mbedtls_chachapoly_self_test()
516 ASSERT( 0 == ret, ( "crypt_and_tag() error code: %i\n", ret ) ); in mbedtls_chachapoly_self_test()
518 ASSERT( 0 == memcmp( output, test_output[i], test_input_len[i] ), in mbedtls_chachapoly_self_test()
521 ASSERT( 0 == memcmp( mac, test_mac[i], 16U ), in mbedtls_chachapoly_self_test()
A Dchacha20.c518 #undef ASSERT
520 #define ASSERT( cond, args ) \ macro
551 ASSERT( 0 == ret, ( "error code: %i\n", ret ) ); in mbedtls_chacha20_self_test()
553 ASSERT( 0 == memcmp( output, test_output[i], test_lengths[i] ), in mbedtls_chacha20_self_test()
A Dpoly1305.c511 #undef ASSERT
513 #define ASSERT( cond, args ) \ macro
541 ASSERT( 0 == ret, ( "error code: %i\n", ret ) ); in mbedtls_poly1305_self_test()
543 ASSERT( 0 == memcmp( mac, test_mac[i], 16U ), ( "failed (mac)\n" ) ); in mbedtls_poly1305_self_test()
/optee_os/out/arm/core/
A Dkern.ld7 ASSERT(!((0x0e100000 + (0x0e100000 - 0x0e100000)) & 127), "text start should align to 128bytes")
92 ASSERT(. <= (0x0e100000 + (1 << (21))),
A Dtee.map20607 0x0000000000000001 ASSERT (0x1, text start should align to 128bytes)
27204 … 0x0000000000000001 ASSERT ((. <= 0xe300000), TEE_RAM_VA_SIZE is too small)
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog578 * Undefine the ASSERT macro before defining it locally, in case it is defined

Completed in 79 milliseconds