| /hypervisor/lib/crypto/mbedtls/ |
| A D | sha256.c | 208 hash_computation(a[0], a[1], a[2], &a[3], a[4], a[5], a[6], &a[7], w[i + 0U], k[i + 0U]); in mbedtls_internal_sha256_process() 209 hash_computation(a[7], a[0], a[1], &a[2], a[3], a[4], a[5], &a[6], w[i + 1U], k[i + 1U]); in mbedtls_internal_sha256_process() 210 hash_computation(a[6], a[7], a[0], &a[1], a[2], a[3], a[4], &a[5], w[i + 2U], k[i + 2U]); in mbedtls_internal_sha256_process() 211 hash_computation(a[5], a[6], a[7], &a[0], a[1], a[2], a[3], &a[4], w[i + 3U], k[i + 3U]); in mbedtls_internal_sha256_process() 212 hash_computation(a[4], a[5], a[6], &a[7], a[0], a[1], a[2], &a[3], w[i + 4U], k[i + 4U]); in mbedtls_internal_sha256_process() 213 hash_computation(a[3], a[4], a[5], &a[6], a[7], a[0], a[1], &a[2], w[i + 5U], k[i + 5U]); in mbedtls_internal_sha256_process() 214 hash_computation(a[2], a[3], a[4], &a[5], a[6], a[7], a[0], &a[1], w[i + 6U], k[i + 6U]); in mbedtls_internal_sha256_process() 215 hash_computation(a[1], a[2], a[3], &a[4], a[5], a[6], a[7], &a[0], w[i + 7U], k[i + 7U]); in mbedtls_internal_sha256_process() 220 hash_computation(a[0], a[1], a[2], &a[3], a[4], a[5], a[6], &a[7], w[i + 0U], k[i + 0U]); in mbedtls_internal_sha256_process() 223 hash_computation(a[7], a[0], a[1], &a[2], a[3], a[4], a[5], &a[6], w[i + 1U], k[i + 1U]); in mbedtls_internal_sha256_process() [all …]
|
| A D | ChangeLog | 22 caused by a miscalculation (for SHA-384) in a countermeasure to the 35 * Add a counter-measure against a vulnerability in TLS ciphersuites based 147 mbedtls_platform_zeroize(), which is a critical function from a security 170 would require a non DER-compliant certificate to be correctly signed by a 171 trusted CA, or a trusted CA with a non DER-compliant certificate. Found by 309 * Fix a buffer overread in ssl_parse_server_psk_hint() that could cause a 544 structure. Do not assume that zeroizing a context is a correct way to 674 peer after sending a fatal alert to refuse a renegotiation attempt. 962 datagram if a single record in a datagram is unexpected, instead only 1077 * When a client initiates a reconnect from the same port as a live [all …]
|
| /hypervisor/ |
| A D | README.rst | 4 The open source `Project ACRN`_ defines a device hypervisor reference stack and 6 a consolidated system by means of a virtual machine manager. It also defines a 10 The ACRN Hypervisor is a Type 1 reference hypervisor stack, running directly on 11 the bare-metal hardware, and is suitable for a variety of IoT and embedded
|
| A D | Makefile | 21 LIB_MOD = $(HV_MODDIR)/lib_mod.a 22 BOOT_MOD = $(HV_MODDIR)/boot_mod.a 23 HW_MOD = $(HV_MODDIR)/hw_mod.a 24 VP_BASE_MOD = $(HV_MODDIR)/vp_base_mod.a 25 VP_DM_MOD = $(HV_MODDIR)/vp_dm_mod.a 26 VP_TRUSTY_MOD = $(HV_MODDIR)/vp_trusty_mod.a 27 VP_X86_TEE_MOD = $(HV_MODDIR)/vp_x86_tee_mod.a 28 VP_HCALL_MOD = $(HV_MODDIR)/vp_hcall_mod.a 29 LIB_DEBUG = $(HV_MODDIR)/libdebug.a 30 LIB_RELEASE = $(HV_MODDIR)/librelease.a [all …]
|
| /hypervisor/include/common/ |
| A D | ptdev.h | 30 #define DEFINE_MSI_SID(name, a, b) \ argument 31 union source_id (name) = {.msi_id = {.bdf = (a), .entry_nr = (b)} } 33 #define DEFINE_INTX_SID(name, a, b) \ argument 34 union source_id (name) = {.intx_id = {.gsi = (a), .ctlr = (b)} }
|
| /hypervisor/scripts/makefile/ |
| A D | config.mk | 67 $$(error $(1) = '$($(1))' is neither path to a file nor name of a predefined board) 73 …$$(warning Try cleaning up the existing build with 'make clean' or setting HV_OBJDIR to a newly-cr… 82 …$(1) parameter specified on the command-line and none from a previous build. Please provide a vali… 136 HV_CONFIG_A_DIR := $(HV_OBJDIR)/a 252 @cd $(HV_OBJDIR) && git diff --no-index --no-prefix a/ b/ > $(HV_CONFIG_DIFF) || true
|
| /hypervisor/debug/ |
| A D | trace.c | 26 uint32_t a, b, c, d; member 76 void TRACE_4I(uint32_t evid, uint32_t a, uint32_t b, uint32_t c, uint32_t d) in TRACE_4I() argument 85 entry.payload.fields_32.a = a; in TRACE_4I()
|
| /hypervisor/arch/x86/guest/ |
| A D | hyperv.c | 41 u64_shl64_div_u64(uint64_t a, uint64_t divisor) in u64_shl64_div_u64() argument 47 "rm" (divisor), "0" (0U), "1" (a)); in u64_shl64_div_u64() 53 u64_mul_u64_shr64(uint64_t a, uint64_t b) in u64_mul_u64_shr64() argument 59 "a" (a), "r" (b)); in u64_mul_u64_shr64()
|
| A D | nested.c | 1300 static void set_segment(struct segment_sel *seg, uint16_t sel, uint64_t b, uint32_t l, uint32_t a) in set_segment() argument 1305 seg->attr = a; in set_segment()
|
| /hypervisor/release/ |
| A D | trace.c | 11 void TRACE_4I(__unused uint32_t evid, __unused uint32_t a, __unused uint32_t b, in TRACE_4I() argument
|
| /hypervisor/include/debug/ |
| A D | trace.h | 49 void TRACE_4I(uint32_t evid, uint32_t a, uint32_t b, uint32_t c, uint32_t d);
|
| /hypervisor/include/hw/ |
| A D | pci.h | 351 static inline bool bdf_is_equal(union pci_bdf a, union pci_bdf b) in bdf_is_equal() argument 353 return (a.value == b.value); in bdf_is_equal()
|