/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | generate_errors.pl | 148 my $first; 168 $first = 0; 171 ${$code_check} .= " || " if ($first++); 179 $first = 0; 182 ${$code_check} .= " || " if ($first); 183 $headers .= " || " if ($first++); 202 my $first = 0; 205 $ll_code_check .= " || " if ($first++); 213 my $first = 0; 216 $hl_code_check .= " || " if ($first++);
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecjpake.data | 25 ECJPAKE round one: KKP1: length of first point too small 28 ECJPAKE round one: KKP1: length of first point too big 34 ECJPAKE round one: KKP1: first point is zero 37 ECJPAKE round one: KKP1: unknown first point format 40 ECJPAKE round one: KKP1: nothing after first point 73 ECJPAKE round one: KKP2: length of first point too small 76 ECJPAKE round one: KKP2: length of first point too big 82 ECJPAKE round one: KKP2: first point is zero 85 ECJPAKE round one: KKP2: unknown first point format 88 ECJPAKE round one: KKP2: nothing after first point [all …]
|
D | test_suite_ecdh.data | 76 ECDH calc_secret: ours first, SECP256R1 (RFC 5903) 80 ECDH calc_secret: theirs first, SECP256R1 (RFC 5903) 84 ecdh calc_secret: ours first (Alice), curve25519 (rfc 7748) 88 ecdh calc_secret: theirs first (Alice), curve25519 (rfc 7748) 92 ecdh calc_secret: ours first (Bob), curve25519 (rfc 7748)
|
D | test_suite_oid.data | 117 OID get numeric string - multi-byte first subidentifier 141 OID get numeric string - 1 byte first subidentifier beyond 2.39 166 OID from numeric string - multi-byte first subidentifier 172 OID from numeric string - first component not a number 178 OID from numeric string - first component too large 181 OID from numeric string - first component < 2, second > 39 187 OID from numeric string - non-'.' separator between first and second
|
D | test_suite_bignum_core.misc.data | 170 mbedtls_mpi_core_lt_ct: x>y (63 bit x, y first byte greater) 173 mbedtls_mpi_core_lt_ct: x<y (63 bit y, x first byte greater) 194 mbedtls_mpi_core_lt_ct: x>y (64 bit x, first bytes equal) 197 mbedtls_mpi_core_lt_ct: x<y (64 bit y, first bytes equal) 200 mbedtls_mpi_core_lt_ct: x>y (31 bit x, y first byte greater) 203 mbedtls_mpi_core_lt_ct: x<y (31 bit y, x first byte greater) 224 mbedtls_mpi_core_lt_ct: x>y (32 bit x, first bytes equal) 227 mbedtls_mpi_core_lt_ct: x<y (32 bit y, first bytes equal)
|
D | test_suite_psa_crypto_pake.data | 81 PSA PAKE: invalid first input step 101 PSA PAKE: invalid first output step 121 PSA PAKE: check rounds w/o forced errors, client input first 137 PSA PAKE: no injected errors, client input first
|
D | test_suite_bignum_mod.misc.data | 25 mpi_mod_sub with first input too long 34 mpi_mod_sub with first input too short 90 mpi_mod_add with first input too long 99 mpi_mod_add with first input too short
|
D | test_suite_x509parse.function | 98 mbedtls_x509_crt *first; 110 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt)); 111 if (first == NULL) { 115 mbedtls_x509_crt_init(first); 117 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { 124 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { 133 mbedtls_x509_crt_free(first); 134 mbedtls_free(first); 135 first = NULL; 138 *candidates = first; [all …]
|
D | test_suite_lms.function | 94 /* Altering first message byte must cause verification failure */ 108 /* Altering first signature byte must cause verification failure */
|
D | test_suite_psa_crypto_memory.function | 47 /* Note: We compare the first src_len bytes of each buffer, as this is what was copied. */ 74 /* Note: We compare the first src_len bytes of each buffer, as this is what was copied. */
|
/openthread-latest/third_party/tcplp/lib/test/ |
D | test_all.c | 80 struct otLinkedBuffer first; in cbuf_test() local 82 cbuf_reference(chdr, &first, &second); in cbuf_test() 85 memcpy(&buf_string[0], &first.mData[0], first.mLength); in cbuf_test() 86 if (first.mNext != NULL) { in cbuf_test() 87 assert(first.mNext == &second); in cbuf_test() 88 memcpy(&buf_string[first.mLength], &second.mData[0], second.mLength); in cbuf_test() 90 buf_string[first.mLength + second.mLength] = '\0'; in cbuf_test() 92 buf_string[first.mLength] = '\0'; in cbuf_test()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | memory_buffer_alloc.c | 51 memory_header *first; member 95 memory_header *cur = heap.first; in debug_chain() 155 memory_header *prv = heap.first, *cur; in verify_chain() 165 if (heap.first->prev != NULL) { in verify_chain() 173 cur = heap.first->next; in verify_chain() 210 if (heap.buf == NULL || heap.first == NULL) { in buffer_alloc_calloc() 365 if (ptr == NULL || heap.buf == NULL || heap.first == NULL) { in buffer_alloc_free() 503 if (heap.first->next == NULL) { in mbedtls_memory_buffer_alloc_status() 589 heap.first = (memory_header *) buf; in mbedtls_memory_buffer_alloc_init() 590 heap.first->size = len - sizeof(memory_header); in mbedtls_memory_buffer_alloc_init() [all …]
|
D | x509_internal.h | 55 mbedtls_asn1_named_data *first); 57 mbedtls_asn1_named_data *first);
|
D | x509_create.c | 447 mbedtls_asn1_named_data *first) in mbedtls_x509_write_names() argument 451 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names() 549 mbedtls_asn1_named_data *first) in mbedtls_x509_write_extensions() argument 553 mbedtls_asn1_named_data *cur_ext = first; in mbedtls_x509_write_extensions()
|
/openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_test_lib.c | 316 mbedtls_x509_crt *first; in ca_callback() local 328 first = mbedtls_calloc(1, sizeof(mbedtls_x509_crt)); in ca_callback() 329 if (first == NULL) { in ca_callback() 333 mbedtls_x509_crt_init(first); in ca_callback() 335 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback() 342 if (mbedtls_x509_crt_parse_der(first, ca->raw.p, ca->raw.len) != 0) { in ca_callback() 351 mbedtls_x509_crt_free(first); in ca_callback() 352 mbedtls_free(first); in ca_callback() 353 first = NULL; in ca_callback() 356 *candidates = first; in ca_callback()
|
/openthread-latest/src/core/utils/ |
D | heap.cpp | 52 Block &first = BlockRight(super); in Heap() local 53 first.SetSize(kFirstBlockSize); in Heap() 55 Block &guard = BlockRight(first); in Heap() 58 super.SetNext(BlockOffset(first)); in Heap() 59 first.SetNext(BlockOffset(guard)); in Heap()
|
D | heap.hpp | 214 const Block &first = self.BlockRight(super); in IsClean() local 215 return super.GetNext() == self.BlockOffset(first) && first.GetSize() == kFirstBlockSize; in IsClean()
|
D | flash.cpp | 175 bool first = (Get(aKey, 0, nullptr, nullptr) == kErrorNotFound); in Add() local 177 return Add(aKey, first, aValue, aValueLength); in Add()
|
/openthread-latest/third_party/tcplp/lib/ |
D | cbuf.c | 269 void cbuf_reference(const struct cbufhead* chdr, otLinkedBuffer* first, otLinkedBuffer* second) { in cbuf_reference() argument 272 first->mNext = NULL; in cbuf_reference() 273 first->mData = &chdr->buf[chdr->r_index]; in cbuf_reference() 274 first->mLength = (uint16_t) chdr->used; in cbuf_reference() 276 first->mNext = second; in cbuf_reference() 277 first->mData = &chdr->buf[chdr->r_index]; in cbuf_reference() 278 first->mLength = (uint16_t) until_end; in cbuf_reference()
|
D | lbuf.c | 89 otLinkedBuffer** first, size_t* firstoffset, in lbuf_getrange() argument 101 *first = curr; in lbuf_getrange()
|
D | lbuf.h | 82 struct otLinkedBuffer** first, size_t* firstoffset,
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | test-framework.md | 13 …n which succinctly describes for a human audience what the test does. The first non-comment line o… 21 …criptions, but they should be avoided. At least please make sure that the first 66 characters desc… 33 …ibes for a human audience what the test does. The test description is the first parameter to `run_…
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 9 If you don't have the poetry module installed (check with `poetry --version`), install it first usi… 48 The application will connect to the first matching device discovered and set up a secure TLS channe…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .uncrustify.cfg | 107 # No spaces inside the first parentheses in a function type 152 # (Uncrustify >= 0.73.0) Remove space in empty first statement of a for 238 # Disable removal of leading spaces in a multi-line comment if the first and
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | README.md | 10 # Download OpenThread's branch of wireshark. Run this for the first time.
|