Searched refs:empty1 (Results 1 – 1 of 1) sorted by relevance
81 void *empty1 = mbedtls_calloc( 0, 1 ); in calloc_self_test() local87 if( empty1 == NULL && empty2 == NULL ) in calloc_self_test()92 else if( empty1 == NULL || empty2 == NULL ) in calloc_self_test()98 else if( empty1 == empty2 ) in calloc_self_test()146 mbedtls_free( empty1 ); in calloc_self_test()
Completed in 2 milliseconds