Searched refs:_init (Results 1 – 7 of 7) sorted by relevance
119 grep -v -F _init.ld.S | grep -v -F _unpaged.ld.S > cscope.files
417 mbedtls_##type##_init(ctx->md_ctx); \
167 ecdsa_restart_## SUB ##_init(rs_ctx->SUB); \
291 ecp_restart_## SUB ##_init(rs_ctx->SUB); \
828 _init()963 def _init(): function
947 self._init(filename, warn, warn_to_stderr, encoding)959 def _init(self, filename, warn, warn_to_stderr, encoding): member in Kconfig
4819 * The following _init() functions that could return errors have4820 been split into an _init() that returns void and another function that5219 * All public contexts have _init() and _free() functions now for simpler