Home
last modified time | relevance | path

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

/optee_os/
H A DMakefile119 grep -v -F _init.ld.S | grep -v -F _unpaged.ld.S > cscope.files
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd.c417 mbedtls_##type##_init(ctx->md_ctx); \
H A Decdsa.c167 ecdsa_restart_## SUB ##_init(rs_ctx->SUB); \
H A Decp.c291 ecp_restart_## SUB ##_init(rs_ctx->SUB); \
/optee_os/scripts/kconfig/kconfiglib/
H A Dmenuconfig.py828 _init()
963 def _init(): function
H A Dkconfiglib.py947 self._init(filename, warn, warn_to_stderr, encoding)
959 def _init(self, filename, warn, warn_to_stderr, encoding): member in Kconfig
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4819 * The following _init() functions that could return errors have
4820 been split into an _init() that returns void and another function that
5219 * All public contexts have _init() and _free() functions now for simpler