Searched refs:buf_size (Results 1 – 15 of 15) sorted by relevance
/optee_os/core/kernel/ |
A D | tpm.c | 101 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 D | secstor_ta_mgmt.c | 47 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 D | net_sockets.h | 156 void *client_ip, size_t buf_size, size_t *ip_len );
|
A D | x509.h | 333 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 D | net_sockets.h | 156 void *client_ip, size_t buf_size, size_t *ip_len );
|
A D | x509.h | 333 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 D | net_sockets.h | 156 void *client_ip, size_t buf_size, size_t *ip_len );
|
A D | x509.h | 333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | net_sockets.h | 156 void *client_ip, size_t buf_size, size_t *ip_len );
|
A D | x509.h | 333 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 D | net_sockets.h | 156 void *client_ip, size_t buf_size, size_t *ip_len );
|
A D | x509.h | 333 int mbedtls_x509_key_size_helper( char *buf, size_t buf_size, const char *name );
|
/optee_os/core/tee/ |
A D | tee_fs_key_manager.c | 155 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 D | net_sockets.c | 341 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 D | x509.c | 882 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