Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 17 of 17) sorted by relevance

/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dcrypto_knowledge.py102 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 Dcrypto_data_tests.py77 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 Dcc.h66 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/lwip/lwip/contrib/ports/win32/include/arch/
A Dcc.h89 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/lwip/lwip/src/include/lwip/
A Ddebug.h130 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/lwip/u-boot/arch/
A Dcc.h26 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dgenerate_psa_tests.py93 '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 Dtest_psa_constant_names.py132 expression=expr,
150 .format(error.type, error.expression,
A Dgenerate_test_code.py871 break;'''.format(exp_id=exp_id, expression=exp)
/lib/mbedtls/external/mbedtls/tests/suites/
A Dhelpers.function36 #define KEY_VALUE_MAPPING_FOUND 0 /* Integer expression found */
39 #define KEY_VALUE_MAPPING_NOT_FOUND -1 /* Integer expression not found */
A Dmain_test.function61 * \brief Evaluates an expression/macro into its literal integer value.
62 * For optimizing space for embedded targets each expression/macro
A Dhost_test.function194 * 9600 // Evaluated expression
/lib/lwip/lwip/src/core/ipv4/
A Ddhcp.c172 #define LWIP_DHCP_INPUT_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md66 * If the symbol is defined to a preprocessor expression with the value `1`, the corresponding featu…
A Dpsa-driver-interface.md83 …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 DKconfig275 bool "Enable regular expression support"
/lib/lwip/lwip/
A DCHANGELOG3652 * api_lib.c: change return expression in netconn_addr and netconn_peer, because

Completed in 46 milliseconds