Home
last modified time | relevance | path

Searched refs:array (Results 1 – 10 of 10) sorted by relevance

/mbedtls-development/tests/include/test/
A Dmacros.h195 #define ARRAY_LENGTH_UNSAFE( array ) \ argument
196 ( sizeof( array ) / sizeof( *( array ) ) )
215 #define ARRAY_LENGTH( array ) \ argument
216 ( STATIC_ASSERT_THEN_RETURN( IS_ARRAY_NOT_POINTER( array ), \
217 ARRAY_LENGTH_UNSAFE( array ) ) )
222 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array ) argument
/mbedtls-development/tests/suites/
A Dmain_test.function127 * parameter array and do not perform any error detection.
129 * \param param_array The array of parameters. Each element is a `void *`
153 * \param params The array of parameters to pass to the test function.
A Dhost_test.function156 * \param params_len Out params array len
235 * \param cnt Parameter array count.
236 * \param params Out array of found parameters.
426 * \param unmet_dependencies The array of unmet dependencies.
499 * \param argv Argument array.
/mbedtls-development/library/
A Dpsa_crypto_slot_management.c44 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) argument
A Dpsa_crypto.c88 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) argument
/mbedtls-development/docs/architecture/
A Dalternative-implementations.md45 …ations can define their context types to any C type except incomplete and array types (although th…
/mbedtls-development/docs/architecture/testing/
A Dpsa-storage-format-testing.md43 …s a mapping from file identifer (a 64-bit number) to file content (a byte array). These files incl…
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md73 * `"headers"` (optional, array of strings). A list of header files. These header files must define …
74 * `"capabilities"` (mandatory, array of [capabilities](#driver-description-capability)).
778 …half of an opaque driver. This persistent state consists of a single byte array whose size is give…
895 …ero and it's plausible that the core would want to statically allocate an array of the given size,…
/mbedtls-development/docs/
A D3.0-migration-guide.md243 …s_sha512_finish()`, `mbedtls_sha512()` now has a pointer type rather than array type. This makes n…
/mbedtls-development/
A DChangeLog55 rather than array type. This removes spurious warnings in some compilers
656 NULL algorithm parameters entry would look identical to an array of REAL

Completed in 31 milliseconds