Searched refs:ctx_alloc_func (Results 1 – 6 of 6) sorted by relevance
75 void * (*ctx_alloc_func)( void ); member
104 void * (*ctx_alloc_func)( void ); member
93 void * (*ctx_alloc_func)( void ); member
142 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup()166 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup_rsa_alt()
227 if( ( ctx->md_ctx = md_info->ctx_alloc_func() ) == NULL ) in mbedtls_md_setup()
190 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()
Completed in 8 milliseconds