Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 43) sorted by relevance

12

/lib/mbedtls/external/mbedtls/tests/include/test/
A Dmacros.h124 #define TEST_CALLOC(pointer, item_count) \ argument
126 TEST_ASSERT((pointer) == NULL); \
128 (pointer) = mbedtls_calloc((item_count), \
129 sizeof(*(pointer))); \
130 TEST_ASSERT((pointer) != NULL); \
155 #define TEST_CALLOC_NONNULL(pointer, item_count) \ argument
157 TEST_ASSERT((pointer) == NULL); \
158 (pointer) = mbedtls_calloc((item_count), \
159 sizeof(*(pointer))); \
167 #define ASSERT_ALLOC(pointer, item_count) TEST_CALLOC(pointer, item_count) argument
[all …]
/lib/mbedtls/external/mbedtls/programs/test/
A Dselftest.c382 void *pointer; in main() local
415 memset(&pointer, 0, sizeof(void *)); in main()
416 if (pointer != NULL) { in main()
/lib/efi_selftest/
A Defi_selftest_console.c22 static void mac(void *pointer, u16 **buf) in mac() argument
26 u8 *p = (u8 *)pointer; in mac()
/lib/lwip/lwip/src/include/lwip/
A Dicmp6.h62 void icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer);
/lib/mbedtls/external/mbedtls/tests/suites/
A Dhost_test.function75 * \brief Read a line from the passed file pointer.
77 * \param f FILE pointer
509 void *pointer;
528 * of a NULL pointer. We do however use that in our code for initializing
531 memset(&pointer, 0, sizeof(void *));
532 if (pointer != NULL) {
533 mbedtls_fprintf(stderr, "all-bits-zero is not a NULL pointer\n");
A Dtest_suite_platform.function129 /* Dummy usage of the pointer to prevent optimizing it */
130 mbedtls_printf("calloc pointer : %p\n", buf);
A Dtest_suite_net.function69 * bug might trigger an invalid pointer dereference or a memory leak. */
A Dmain_test.function120 * \brief Function pointer type for test function wrappers.
A Dtest_suite_alignment.function58 * reading back with a normal pointer access. */
/lib/mbedtls/external/mbedtls/
A D.uncrustify.cfg127 # At least 1 space before a '*' pointer star
130 # Remove spaces between pointer stars
133 # No space after a pointer star
A DCMakeLists.txt225 …n -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
227 …set(CMAKE_C_FLAGS_TSANDBG "-fsanitize=thread -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
238 …n -fsanitize=undefined -fno-sanitize-recover=all -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
240 …set(CMAKE_C_FLAGS_MEMSANDBG "-fsanitize=memory -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
242 …set(CMAKE_C_FLAGS_TSANDBG "-fsanitize=thread -O1 -g3 -fno-omit-frame-pointer -fno-optimize-sib…
/lib/lwip/lwip/src/core/ipv6/
A Dicmp6.c292 icmp6_param_problem(struct pbuf *p, enum icmp6_pp_code c, const void *pointer) in icmp6_param_problem() argument
294 u32_t pointer_u32 = (u32_t)((const u8_t *)pointer - (const u8_t *)ip6_current_header()); in icmp6_param_problem()
/lib/
A Dtiny-printf.c161 static void pointer(struct printf_info *info, const char *fmt, void *ptr) in pointer() function
275 pointer(info, fmt, va_arg(va, void *)); in _vprintf()
A Dvsprintf.c455 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() function
646 str = pointer(fmt + 1, str, end, in vsnprintf_internal()
A DKconfig257 bool "Extend tiny printf with the pointer formatting %p"
972 The function errno_str(int errno), returns a pointer to the errno
974 - if errno is null or positive number - a pointer to "Success" message
975 - if errno is negative - a pointer to errno related message
1110 bloblist with a pointer from 0xf0000. The size can then be larger
/lib/lwip/lwip/contrib/addons/ipv6_static_routing/
A DREADME42 -- To fetch a pointer to the head of the table, the application can call 
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dtls13-support.md255 pointer in functions parsing TLS 1.3 data, and for the writing pointer in
290 - When declaring a pointer the dereferencing operator should be prepended to
291 the pointer name not appended to the pointer type:
A Dpsa-shared-memory.md542 …ngth is always stored with them. In the case of output copies, we keep a pointer to the original b…
553 …ies the contents across from `input`. It then stores `input_len` and the pointer to the copy in th…
554 …()` on the local input that is referred to by `local_input` and sets the pointer in the struct to …
565 …_len` and stores `output_len` and the pointer to the buffer in the struct `local_output`. It also …
574 …ame)`, which declares and initializes a `psa_crypto_local_input_t` and a pointer with the name `in…
582 …rypto_local_output_t` is in an invalid state (the copy pointer is valid, but the original pointer
/lib/lwip/lwip/doc/
A Dppp.txt194 * ctx, optional user-provided callback context pointer
208 * ctx_cb, optional user-provided callback context pointer
229 * ctx_cb, optional user-provided callback context pointer
256 * ctx_cb, optional user-provided callback context pointer
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-LANGUAGE-MIB39 provided as `a pointer into the right direction'."
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Ddriver-interface-test-strategy.md43 …t with a driver that does not have the requisite method (i.e. the method pointer is `NULL`) but ha…
44 …ver that does not have the substructure containing that method (i.e. the pointer to the substructu…
/lib/mbedtls/external/mbedtls/docs/
A D3.0-migration-guide.md98 - In some functions that require a valid pointer, “parameter validation” checks
99 that the pointer is non-null. With the feature disabled, a null pointer is not
100 treated differently from any other invalid pointer, and typically leads to a
264 …edtls_sha256()`, `mbedtls_sha512_finish()`, `mbedtls_sha512()` now has a pointer type rather than …
266 … applications. If your code takes a pointer to one of these functions, you may need to change the …
490 pass `NULL` as the context pointer `p_rng` if your RNG function doesn't need a
/lib/lwip/lwip/
A DUPGRADING173 err_t, not a pointer to new data/netconn.
250 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
A DCHANGELOG126 * snmp_scalar.c: Avoid NULL pointer dereference (bug #54886)
641 * *.*: Changed nearly all functions taking 'ip(X)_addr_t' pointer to take
1435 * pbuf.c: fixed bug #35291: NULL pointer in pbuf_copy
1590 unaligned pointer.
1803 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
2681 by moving accept callback function pointer to TCP_PCB_COMMON
3717 * memp.c: addition to patch #5913: smaller pointer was returned but
3933 from pointer target type"
3971 * pbuf.c: Fix BUG#17645 - ensure pbuf payload pointer is not moved
4335 * IP_ADDR_ANY is no longer a NULL pointer. Instead, it is a pointer
[all …]
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md213 Buffers of size 0 may be represented with either a null pointer or a non-null pointer.
374 …ect. Call `psa_crypto_driver_key_derivation_get_input_key()` to obtain a pointer to the key contex…
399 * The first parameter `inputs` must be a pointer passed by the core to a key derivation driver setu…
426 * `inputs` is an opaque pointer to the [initial inputs](#key-derivation-driver-initial-inputs) for …
530 … same key. If the `"memory"` property is false or absent, the `memory` parameter is a null pointer.
665 The first parameter `inputs` must be a pointer passed by the core to a PAKE driver setup entry poin…
681 * `inputs` is an opaque pointer to the [inputs](#pake-driver-inputs) for the PAKE operation.
685pointer output by `psa_crypto_driver_pake_get_password_key` is only valid until the "pake_setup" e…
1049 …of bytes that the driver needs in a key context for a key. This may be a pointer to function. This…
1229pointer to the first byte of the persistent state. This pointer remains valid during a call to a d…
[all …]

Completed in 58 milliseconds

12