Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dmd_internal.h74 void * (*ctx_alloc_func)( void ); member
Dcipher_internal.h88 void * (*ctx_alloc_func)( void ); member
Dpk_internal.h77 void * (*ctx_alloc_func)( void ); member
/net-tools-latest/mbedtls-2.4.0/library/
Dpk.c106 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()
Dmd.c230 if( ( ctx->md_ctx = md_info->ctx_alloc_func() ) == NULL ) in mbedtls_md_setup()
Dcipher.c162 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()