Searched refs:ctx_alloc_func (Results 1 – 4 of 4) sorted by relevance
101 void * (*ctx_alloc_func)(void); member
92 void * (*ctx_alloc_func)(void); member
143 if ((ctx->pk_ctx = info->ctx_alloc_func()) == NULL) { in mbedtls_pk_setup()182 if ((ctx->pk_ctx = info->ctx_alloc_func()) == NULL) { in mbedtls_pk_setup_opaque()211 if ((ctx->pk_ctx = info->ctx_alloc_func()) == NULL) { in mbedtls_pk_setup_rsa_alt()
196 if (NULL == (ctx->cipher_ctx = cipher_info->base->ctx_alloc_func())) { in mbedtls_cipher_setup()