Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dcipher_wrap.h102 void * (*ctx_alloc_func)( void ); member
A Dpk_wrap.h89 void * (*ctx_alloc_func)( void ); member
A Dpk.c141 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup()
173 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup_opaque()
201 if( ( ctx->pk_ctx = info->ctx_alloc_func() ) == NULL ) in mbedtls_pk_setup_rsa_alt()
A Dcipher.c222 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()

Completed in 7 milliseconds