Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 28) sorted by relevance

12

/net-tools-3.6.0/mbedtls-2.4.0/scripts/
Dgenerate_errors.pl107 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/
Dtest_suite_ecjpake.data19 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 …]
Dtest_suite_debug.function29 /* Skip "thread ID" (up to the first space) as it is not predictable */
Dtest_suite_ecp.data85 ECP read binary #2 (zero, invalid first byte)
97 ECP read binary #5 (non-zero, invalid first byte)
Dtest_suite_x509parse.data694 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 …]
Dtest_suite_pkparse.data209 Key ASN1 (Incorrect first tag)
Dtest_suite_mpi.data268 Test mbedtls_mpi_add_abs #2 (add to first value)
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c75 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 …]
Dx509_create.c234 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/
Dcrypto.c366 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()
Ddtls_config.h.in125 significant byte first (like Motorola and SPARC, unlike Intel). */
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dx509.h311 mbedtls_asn1_named_data *first );
313 mbedtls_asn1_named_data *first );
/net-tools-3.6.0/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector018.info2 I added this vector after fixing a bug first discovered by
/net-tools-3.6.0/
Dnet-setup.sh33 interface later. Is can be done by first creating the interface with
DREADME.md101 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/
DReadme39 8. zero pathlen constraint on first intermediate CA (valid)
/net-tools-3.6.0/libcoap/
DTODO20 first before starting something
DCONTRIBUTE57 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/
DREADME.md31 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/
DREADME.md56 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/
DREADME.md31 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/
DREADME.md31 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/
DREADME.md28 …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/
DREADME.md31 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/
DDoxyfile.in19 # 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

12