/net-tools-3.6.0/mbedtls-2.4.0/scripts/ |
D | generate_errors.pl | 107 my $first; 127 $first = 0; 130 ${$code_check} .= " || " if ($first++); 138 $first = 0; 141 ${$code_check} .= " || " if ($first); 142 $headers .= " || " if ($first++); 172 my $first = 0; 175 $ll_code_check .= " || " if ($first++); 183 my $first = 0; 186 $hl_code_check .= " || " if ($first++);
|
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ecjpake.data | 19 ECJPAKE round one: KKP1: length of first point too small 22 ECJPAKE round one: KKP1: length of first point too big 28 ECJPAKE round one: KKP1: first point is zero 31 ECJPAKE round one: KKP1: unknown first point format 34 ECJPAKE round one: KKP1: nothing after first point 67 ECJPAKE round one: KKP2: length of first point too small 70 ECJPAKE round one: KKP2: length of first point too big 76 ECJPAKE round one: KKP2: first point is zero 79 ECJPAKE round one: KKP2: unknown first point format 82 ECJPAKE round one: KKP2: nothing after first point [all …]
|
D | test_suite_debug.function | 29 /* Skip "thread ID" (up to the first space) as it is not predictable */
|
D | test_suite_ecp.data | 85 ECP read binary #2 (zero, invalid first byte) 97 ECP read binary #5 (non-zero, invalid first byte)
|
D | test_suite_x509parse.data | 694 X509 Certificate verification #80 (multiple CRLs, first future, revoked by second) 770 X509 Certificate ASN1 (Incorrect first tag) 773 X509 Certificate ASN1 (Correct first tag, data length does not match) 776 X509 Certificate ASN1 (Correct first tag, no more data) 779 X509 Certificate ASN1 (Correct first tag, length data incorrect) 782 X509 Certificate ASN1 (Correct first tag, length data incomplete) 785 X509 Certificate ASN1 (Correct first tag, length data incomplete) 788 X509 Certificate ASN1 (Correct first tag, length data incomplete) 791 X509 Certificate ASN1 (Correct first tag, second tag no TBSCertificate) 977 X509 Certificate ASN1 (TBSCertificate v3, first ext invalid) [all …]
|
D | test_suite_pkparse.data | 209 Key ASN1 (Incorrect first tag)
|
D | test_suite_mpi.data | 268 Test mbedtls_mpi_add_abs #2 (add to first value)
|
/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | memory_buffer_alloc.c | 75 memory_header *first; member 118 memory_header *cur = heap.first; in debug_chain() 185 memory_header *prv = heap.first, *cur = heap.first->next; in verify_chain() 187 if( verify_header( heap.first ) != 0 ) in verify_chain() 196 if( heap.first->prev != NULL ) in verify_chain() 243 if( heap.buf == NULL || heap.first == NULL ) in buffer_alloc_calloc() 386 if( ptr == NULL || heap.buf == NULL || heap.first == NULL ) in buffer_alloc_free() 520 if( heap.first->next == NULL ) in mbedtls_memory_buffer_alloc_status() 596 heap.first = (memory_header *) buf; in mbedtls_memory_buffer_alloc_init() 597 heap.first->size = len - sizeof(memory_header); in mbedtls_memory_buffer_alloc_init() [all …]
|
D | x509_create.c | 234 mbedtls_asn1_named_data *first ) in mbedtls_x509_write_names() argument 238 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names() 325 mbedtls_asn1_named_data *first ) in mbedtls_x509_write_extensions() argument 329 mbedtls_asn1_named_data *cur_ext = first; in mbedtls_x509_write_extensions()
|
/net-tools-3.6.0/tinydtls-0.8.2/ |
D | crypto.c | 366 int first = 1; in dtls_ec_key_from_uint32_asn1() local 372 if (first && key[i] & 0x80000000) { in dtls_ec_key_from_uint32_asn1() 377 } else if (first && !(key[i] & 0xFF800000)) { in dtls_ec_key_from_uint32_asn1() 382 } else if (first && !(key[i] & 0xFFFF8000)) { in dtls_ec_key_from_uint32_asn1() 386 } else if (first && !(key[i] & 0xFFFFFF80)) { in dtls_ec_key_from_uint32_asn1() 393 first = 0; in dtls_ec_key_from_uint32_asn1()
|
D | dtls_config.h.in | 125 significant byte first (like Motorola and SPARC, unlike Intel). */
|
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/ |
D | x509.h | 311 mbedtls_asn1_named_data *first ); 313 mbedtls_asn1_named_data *first );
|
/net-tools-3.6.0/tinydtls-0.8.2/sha2/testvectors/testvectors/ |
D | vector018.info | 2 I added this vector after fixing a bug first discovered by
|
/net-tools-3.6.0/ |
D | net-setup.sh | 33 interface later. Is can be done by first creating the interface with
|
D | README.md | 101 interface later. Is can be done by first creating the interface with
|
/net-tools-3.6.0/mbedtls-2.4.0/tests/data_files/dir4/ |
D | Readme | 39 8. zero pathlen constraint on first intermediate CA (valid)
|
/net-tools-3.6.0/libcoap/ |
D | TODO | 20 first before starting something
|
D | CONTRIBUTE | 57 To start any contributing you first have to clone the git tree from the main 65 development branch! To do so you have to first checkout the 'develop' branch 119 It's appropriate to set up a modline like this one at first line within
|
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-hashing/ |
D | README.md | 31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
|
/net-tools-3.6.0/virtual-hub/ |
D | README.md | 56 the connection matrix from `input.csv`. This way the first line and column
|
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-authcrypt/ |
D | README.md | 31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
|
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-selftest/ |
D | README.md | 31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
|
/net-tools-3.6.0/mbedtls-2.4.0/ |
D | README.md | 28 …oading shared libraries using dlopen(), you'll need to load libmbedcrypto first, then libmbedx509,… 42 …ory, or from downloading a tarball of the standalone edition, then you'll first need to generate t… 125 …r or its options after you already ran CMake, you need to clear its cache first, e.g. (using GNU f…
|
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | README.md | 31 4. Build mbedtls and the examples. This may take a long time if this is your first compilation:
|
/net-tools-3.6.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 135 # will interpret the first line (until the first dot) of a JavaDoc-style 143 # interpret the first line (until the first dot) of a Qt-style 251 # tag is set to YES, then doxygen will reuse the documentation of the first 414 …entation of class members so that constructors and destructors are listed first. If set to NO (the… 1061 # the first chapter. If it is left blank doxygen will generate a
|