Searched refs:expression (Results 1 – 17 of 17) sorted by relevance
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | crypto_knowledge.py | 102 self.expression = self.name 105 self.expression += '(' + ', '.join(self.params) + ')' 124 return short_expression(self.expression, level=level) 190 if self.expression in ASYMMETRIC_KEY_DATA: 191 if bits not in ASYMMETRIC_KEY_DATA[self.expression]: 194 return ASYMMETRIC_KEY_DATA[self.expression][bits] 197 .format(bits, self.expression)) 408 self.expression = re.sub(r'\s+', r'', expr) 452 return short_expression(self.expression, level=level) 510 m = self.TRUNCATED_ALG_RE.match(self.expression) [all …]
|
| A D | crypto_data_tests.py | 77 tc.set_dependencies(psa_low_level_dependencies(alg.expression)) 79 tc.set_arguments([alg.expression] + 87 calc = self.CALCULATE[alg.expression]
|
| /lib/lwip/lwip/contrib/ports/unix/port/include/arch/ |
| A D | cc.h | 66 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/lwip/lwip/contrib/ports/win32/include/arch/ |
| A D | cc.h | 89 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | debug.h | 130 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/lwip/u-boot/arch/ |
| A D | cc.h | 26 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | generate_psa_tests.py | 93 'import', kt.expression, bits, 107 'generate', kt.expression, bits, 204 kt.expression, bits, 265 key_type = kt.expression 286 arguments.append(alg.expression) 609 alg1 = alg.expression 617 type=kt.expression, bits=bits, 743 type=key_type.expression, bits=bits,
|
| A D | test_psa_constant_names.py | 132 expression=expr, 150 .format(error.type, error.expression,
|
| A D | generate_test_code.py | 871 break;'''.format(exp_id=exp_id, expression=exp)
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | helpers.function | 36 #define KEY_VALUE_MAPPING_FOUND 0 /* Integer expression found */ 39 #define KEY_VALUE_MAPPING_NOT_FOUND -1 /* Integer expression not found */
|
| A D | main_test.function | 61 * \brief Evaluates an expression/macro into its literal integer value. 62 * For optimizing space for embedded targets each expression/macro
|
| A D | host_test.function | 194 * 9600 // Evaluated expression
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 172 #define LWIP_DHCP_INPUT_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-conditional-inclusion-c.md | 66 * If the symbol is defined to a preprocessor expression with the value `1`, the corresponding featu…
|
| A D | psa-driver-interface.md | 83 …tent-state). This may be either a non-negative integer or a C constant expression of type `size_t`. 84 … is invoked. This may be either a non-negative integer or a C constant expression of type `psa_key…
|
| /lib/ |
| A D | Kconfig | 275 bool "Enable regular expression support"
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 3652 * api_lib.c: change return expression in netconn_addr and netconn_peer, because
|
Completed in 46 milliseconds