Searched refs:ctx_alloc_func (Results 1 – 6 of 6) sorted by relevance
74 void * (*ctx_alloc_func)( void ); member
88 void * (*ctx_alloc_func)( void ); member
77 void * (*ctx_alloc_func)( void ); member
106 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup()129 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup_rsa_alt()
230 if( ( ctx->md_ctx = md_info->ctx_alloc_func() ) == NULL ) in mbedtls_md_setup()
162 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()