Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dbase64.c72 unsigned char condition ) in mbedtls_base64_cond_assign_uchar() argument
82 unsigned char mask = ( condition | -condition ); in mbedtls_base64_cond_assign_uchar()
97 uint32_t condition ) in mbedtls_base64_cond_assign_uint32() argument
107 uint32_t mask = ( condition | -condition ); in mbedtls_base64_cond_assign_uint32()
A Dmemory_buffer_alloc.c637 #define TEST_ASSERT( condition ) \ argument
638 if( ! (condition) ) \
/optee_os/
A D.azure-pipelines.yml44 condition: succeededOrFailed() # Run this 'script' even if previous ones failed
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog452 (an error condition) and the second operand was aliased to the result.
453 * Fix a case in elliptic curve arithmetic where an out-of-memory condition
2118 * Replace preprocessor condition from #if defined(MBEDTLS_THREADING_PTHREAD)
2279 * Fix incorrect renegotiation condition in ssl_check_ctr_renegotiate() that

Completed in 11 milliseconds