Home
last modified time | relevance | path

Searched refs:ctx_alloc_func (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/library/
Dcipher_wrap.h101 void * (*ctx_alloc_func)(void); member
Dpk_wrap.h92 void * (*ctx_alloc_func)(void); member
Dpk.c143 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()
Dcipher.c196 if (NULL == (ctx->cipher_ctx = cipher_info->base->ctx_alloc_func())) { in mbedtls_cipher_setup()