Home
last modified time | relevance | path

Searched refs:buf_size (Results 1 – 15 of 15) sorted by relevance

/optee_os/core/kernel/
A Dtpm.c101 const size_t buf_size = *size; in tpm_get_event_log() local
109 if (buf_size < tpm_log_size) { in tpm_get_event_log()
111 buf_size, tpm_log_size); in tpm_get_event_log()
/optee_os/core/pta/
A Dsecstor_ta_mgmt.c47 const size_t buf_size = 2 * 4096; in install_ta() local
58 if (shdr->hash_size > buf_size) in install_ta()
61 buf = malloc(buf_size); in install_ta()
106 size_t l = MIN(buf_size, nw_size - offs); in install_ta()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dnet_sockets.h156 void *client_ip, size_t buf_size, size_t *ip_len );
A Dx509.h333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dnet_sockets.h156 void *client_ip, size_t buf_size, size_t *ip_len );
A Dx509.h333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dnet_sockets.h156 void *client_ip, size_t buf_size, size_t *ip_len );
A Dx509.h333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dnet_sockets.h156 void *client_ip, size_t buf_size, size_t *ip_len );
A Dx509.h333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dnet_sockets.h156 void *client_ip, size_t buf_size, size_t *ip_len );
A Dx509.h333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
/optee_os/core/tee/
A Dtee_fs_key_manager.c155 TEE_Result tee_fs_generate_fek(const TEE_UUID *uuid, void *buf, size_t buf_size) in tee_fs_generate_fek() argument
159 if (buf_size != TEE_FS_KM_FEK_SIZE) in tee_fs_generate_fek()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dnet_sockets.c341 void *client_ip, size_t buf_size, size_t *ip_len ) in mbedtls_net_accept() argument
435 if( buf_size < *ip_len ) in mbedtls_net_accept()
445 if( buf_size < *ip_len ) in mbedtls_net_accept()
A Dx509.c882 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name ) in mbedtls_x509_key_size_helper() argument
885 size_t n = buf_size; in mbedtls_x509_key_size_helper()

Completed in 20 milliseconds