Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dmd_internal.h75 void * (*ctx_alloc_func)( void ); member
A Dcipher_internal.h104 void * (*ctx_alloc_func)( void ); member
A Dpk_internal.h93 void * (*ctx_alloc_func)( void ); member
/AliOS-Things-master/components/mbedtls/library/
A Dpk.c142 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()
A Dmd.c227 if( ( ctx->md_ctx = md_info->ctx_alloc_func() ) == NULL ) in mbedtls_md_setup()
A Dcipher.c190 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()

Completed in 7 milliseconds