Home
last modified time | relevance | path

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

/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dcipher_internal.h106 void * (*ctx_alloc_func)( void ); member
A Dpk_internal.h91 void * (*ctx_alloc_func)( void ); member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dcipher_internal.h106 void * (*ctx_alloc_func)( void ); member
A Dpk_internal.h91 void * (*ctx_alloc_func)( void ); member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcipher_internal.h106 void * (*ctx_alloc_func)( void ); member
A Dpk_internal.h91 void * (*ctx_alloc_func)( void ); member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dcipher_internal.h106 void * (*ctx_alloc_func)( void ); member
A Dpk_internal.h91 void * (*ctx_alloc_func)( void ); member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dcipher_internal.h106 void * (*ctx_alloc_func)( void ); member
A Dpk_internal.h91 void * (*ctx_alloc_func)( void ); member
/optee_os/lib/libmbedtls/mbedtls/library/
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.c252 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()

Completed in 12 milliseconds