Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_debug.function8 char *ptr;
14 char *p = buffer->ptr;
41 buffer->ptr = p;
61 buffer.ptr = buffer.buf;
96 buffer.ptr = buffer.buf;
128 buffer.ptr = buffer.buf;
162 buffer.ptr = buffer.buf;
198 buffer.ptr = buffer.buf;
/mbedtls-development/tests/include/test/
A Dconstant_flow.h71 #define TEST_CF_SECRET(ptr, size) argument
72 #define TEST_CF_PUBLIC(ptr, size) argument
/mbedtls-development/library/
A Dplatform.c48 static void platform_free_uninit( void *ptr ) in platform_free_uninit() argument
50 ((void) ptr); in platform_free_uninit()
64 void mbedtls_free( void * ptr ) in mbedtls_free() argument
66 (*mbedtls_free_func)( ptr ); in mbedtls_free()
A Dmemory_buffer_alloc.c375 static void buffer_alloc_free( void *ptr ) in buffer_alloc_free() argument
378 unsigned char *p = (unsigned char *) ptr; in buffer_alloc_free()
380 if( ptr == NULL || heap.buf == NULL || heap.first == NULL ) in buffer_alloc_free()
556 static void buffer_alloc_free_mutexed( void *ptr ) in buffer_alloc_free_mutexed() argument
562 buffer_alloc_free( ptr ); in buffer_alloc_free_mutexed()
/mbedtls-development/programs/ssl/
A Dssl_context_info.c430 void *ptr; in read_next_b64_code() local
434 ptr = realloc( *b64, new_size ); in read_next_b64_code()
435 if( NULL == ptr ) in read_next_b64_code()
440 *b64 = ptr; in read_next_b64_code()
1049 void *ptr = realloc( ssl_buf, ssl_required_len ); in main() local
1050 if( NULL == ptr ) in main()
1057 ssl_buf = ptr; in main()
/mbedtls-development/include/mbedtls/
A Dplatform.h136 extern void mbedtls_free( void *ptr );

Completed in 10 milliseconds