Home
last modified time | relevance | path

Searched refs:h (Results 1 – 7 of 7) sorted by relevance

/hypervisor/scripts/
A Dgenconf.sh60 transform vm_configurations.h
62 transform ivshmem_cfg.h
63 transform misc_cfg.h
65 transform_board board_info.h
68 find ${out}/scenarios/${scenario} -iname *.h -o -iname *.c \
/hypervisor/include/lib/
A Dlist.h144 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument
147 n->next = h->first; in hlist_add_head()
148 if (h->first != NULL) { in hlist_add_head()
149 h->first->pprev = &n->next; in hlist_add_head()
151 h->first = n; in hlist_add_head()
152 n->pprev = &h->first; in hlist_add_head()
A Dutil.h26 #define clamp(v, l, h) (max(min((v), (h)), (l))) argument
/hypervisor/lib/crypto/mbedtls/
A Dsha256.c131 uint32_t *d, uint32_t e, uint32_t f, uint32_t g, uint32_t *h, uint32_t x, uint32_t j) in hash_computation() argument
135 temp1 = *h + sigma3(e) + choice_alg(e, f, g) + j + x; in hash_computation()
138 *h = temp1 + temp2; in hash_computation()
A DChangeLog428 MBEDTLS_ECDSDA_GENKEY_AT in config.h.
434 MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h.
643 config-no-entropy.h to reduce the RAM footprint.
1231 in config.h
1242 (use generic functions from md.h)
1282 custom config.h
1397 * compat-1.2.h and openssl.h are deprecated.
1762 * Assembly format fixes in bn_mul.h
1841 * config.h is more script-friendly
2039 * Fix ASM format in bn_mul.h
[all …]
/hypervisor/scripts/makefile/
A Dconfig.mk129 HV_CONFIG_H := $(HV_OBJDIR)/include/config.h
223 @xsltproc -o $@ --xinclude --xincludestyle $(HV_CONFIG_XFORM_DIR)/config.h.xsl $<
/hypervisor/
A DMakefile399 VERSION := $(HV_OBJDIR)/include/version.h

Completed in 14 milliseconds