Searched refs:to (Results 1 – 7 of 7) sorted by relevance
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 13 in (D)TLS 1.0 to 1.2, that allowed an active network attacker to 36 on CBC, in (D)TLS 1.0 to 1.2, that allowed a local attacker, able to 149 against compilers to ensure that calls to it are not removed from the 198 * Add function mbedtls_ssl_check_pending() to the public API to allow 201 This function is necessary to determine when it is safe to idle on the 714 * Add a new configuration option to 'mbedtls_ssl_config' to enable 1154 You now need to link to all of them if you use TLS for example. 1357 entropy_free() to crash (thanks to Rafał Przywara). 1694 * Ability to force the entropy module to use SHA-256 as its basis 2260 * Moved out_msg to out_hdr + 32 to support hardware acceleration [all …]
|
| /hypervisor/common/ |
| A D | sbuf.c | 53 void *to; in sbuf_put() local 71 to = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->tail; in sbuf_put() 73 (void)memcpy_s(to, ele_size, data, max_len); in sbuf_put()
|
| /hypervisor/arch/x86/ |
| A D | init.c | 25 #define SWITCH_TO(rsp, to) \ argument 31 : "r"(rsp), "rm"(SP_BOTTOM_MAGIC), "a"(to)); \
|
| /hypervisor/scripts/makefile/ |
| A D | config.mk | 67 $$(error $(1) = '$($(1))' is neither path to a file nor name of a predefined board) 72 …$$(warning The command line sets $(1) to be '$$($(1))', but an existing build is configured with '… 73 …$$(warning Try cleaning up the existing build with 'make clean' or setting HV_OBJDIR to a newly-cr… 99 …$$(warning The command line sets RELEASE to be '$(RELEASE)', but an existing build is configured w… 167 …$(warning BOARD_FILE/SCENARIO_FILE are obsoleted. Use BOARD/SCENARIO to specify either predefined …
|
| /hypervisor/bsp/ld/ |
| A D | link_ram.ld.in | 35 /*Align text top boundary to 2MBytes.*/
|
| /hypervisor/debug/ |
| A D | profiling.c | 235 void *to; in profiling_sbuf_put_variable() local 277 to = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->tail; in profiling_sbuf_put_variable() 281 (void)memcpy_s(to, offset, data, offset); in profiling_sbuf_put_variable() 284 to = (void *)sbuf + SBUF_HEAD_SIZE; in profiling_sbuf_put_variable() 287 (void)memcpy_s(to, size - offset, in profiling_sbuf_put_variable() 291 (void)memcpy_s(to, size, data, size); in profiling_sbuf_put_variable()
|
| /hypervisor/ |
| A D | Makefile | 427 $(error Please either install "iasl" or provide the path to "iasl" by using the ASL_COMPILER variab…
|
Completed in 19 milliseconds