Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 34) sorted by relevance

12

/net-tools-3.6.0/tinydtls-0.8.2/ecc/
Dtestfield.c55 uint32_t one[8] = { 0x00000001,0x00000000,0x00000000,0x00000000, variable
110 assert(ecc_isSame(one, one, arrayLength)); in fieldAddTest()
111 ecc_fieldAdd(one, null, ecc_prime_r, temp); in fieldAddTest()
112 assert(ecc_isSame(temp, one, arrayLength)); in fieldAddTest()
114 ecc_fieldAdd(one, one, ecc_prime_r, temp); in fieldAddTest()
117 ecc_add(full, one, temp, 32); in fieldAddTest()
120 ecc_fieldAdd(full, one, ecc_prime_r, temp); in fieldAddTest()
125 assert(ecc_isSame(one, one, arrayLength)); in fieldSubTest()
126 ecc_fieldSub(one, null, ecc_prime_m, temp); in fieldSubTest()
127 assert(ecc_isSame(one, temp, arrayLength)); in fieldSubTest()
[all …]
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecjpake.data4 ECJPAKE round one: client, valid
7 ECJPAKE round one: server, valid
10 ECJPAKE round one: role mismatch
13 ECJPAKE round one: trailing byte
16 ECJPAKE round one: KKP1: no data
19 ECJPAKE round one: KKP1: length of first point too small
22 ECJPAKE round one: KKP1: length of first point too big
25 ECJPAKE round one: KKP1: no point data
28 ECJPAKE round one: KKP1: first point is zero
31 ECJPAKE round one: KKP1: unknown first point format
[all …]
Dtest_suite_cipher.padding.data159 Check one and zeros padding #1 (correct)
163 Check one and zeros padding #2 (correct)
167 Check one and zeros padding #3 (correct)
171 Check one and zeros padding #4 (correct)
175 Check one and zeros padding #5 (correct)
179 Check one and zeros padding #6 (missing one)
183 Check one and zeros padding #7 (overlong)
Dtest_suite_cipher.blowfish.data61 BLOWFISH Encrypt and decrypt 0 bytes with one and zeros padding
65 BLOWFISH Encrypt and decrypt 1 byte with one and zeros padding
69 BLOWFISH Encrypt and decrypt 2 bytes with one and zeros padding
73 BLOWFISH Encrypt and decrypt 7 bytes with one and zeros padding
77 BLOWFISH Encrypt and decrypt 8 bytes with one and zeros padding
81 BLOWFISH Encrypt and decrypt 9 bytes with one and zeros padding
85 BLOWFISH Encrypt and decrypt 15 bytes with one and zeros padding
89 BLOWFISH Encrypt and decrypt 16 bytes with one and zeros padding
93 BLOWFISH Encrypt and decrypt 17 bytes with one and zeros padding
97 BLOWFISH Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.des.data61 DES Encrypt and decrypt 0 bytes with one and zeros padding
65 DES Encrypt and decrypt 1 byte with one and zeros padding
69 DES Encrypt and decrypt 2 bytes with one and zeros padding
73 DES Encrypt and decrypt 7 bytes with one and zeros padding
77 DES Encrypt and decrypt 8 bytes with one and zeros padding
81 DES Encrypt and decrypt 9 bytes with one and zeros padding
85 DES Encrypt and decrypt 15 bytes with one and zeros padding
89 DES Encrypt and decrypt 16 bytes with one and zeros padding
93 DES Encrypt and decrypt 17 bytes with one and zeros padding
97 DES Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.camellia.data61 CAMELLIA Encrypt and decrypt 0 bytes with one and zeros padding
65 CAMELLIA Encrypt and decrypt 1 byte with one and zeros padding
69 CAMELLIA Encrypt and decrypt 2 bytes with one and zeros padding
73 CAMELLIA Encrypt and decrypt 7 bytes with one and zeros padding
77 CAMELLIA Encrypt and decrypt 8 bytes with one and zeros padding
81 CAMELLIA Encrypt and decrypt 9 bytes with one and zeros padding
85 CAMELLIA Encrypt and decrypt 15 bytes with one and zeros padding
89 CAMELLIA Encrypt and decrypt 16 bytes with one and zeros padding
93 CAMELLIA Encrypt and decrypt 17 bytes with one and zeros padding
97 CAMELLIA Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.aes.data65 AES Encrypt and decrypt 0 bytes with one and zeros padding
69 AES Encrypt and decrypt 1 byte with one and zeros padding
73 AES Encrypt and decrypt 2 bytes with one and zeros padding
77 AES Encrypt and decrypt 7 bytes with one and zeros padding
81 AES Encrypt and decrypt 8 bytes with one and zeros padding
85 AES Encrypt and decrypt 9 bytes with one and zeros padding
89 AES Encrypt and decrypt 15 bytes with one and zeros padding
93 AES Encrypt and decrypt 16 bytes with one and zeros padding
97 AES Encrypt and decrypt 17 bytes with one and zeros padding
101 AES Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_pem.data7 PEM write (one byte)
/net-tools-3.6.0/mbedtls-2.4.0/configs/
DREADME.txt7 These files are complete replacements for the default config.h. To use one of
8 them, you can pick one of the following methods:
10 1. Replace the default file include/mbedtls/config.h with the chosen one.
/net-tools-3.6.0/mbedtls-2.4.0/library/
Decjpake.c534 mbedtls_mpi one; in ecjpake_ecp_add3() local
536 mbedtls_mpi_init( &one ); in ecjpake_ecp_add3()
538 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &one, 1 ) ); in ecjpake_ecp_add3()
539 MBEDTLS_MPI_CHK( mbedtls_ecp_muladd( grp, R, &one, A, &one, B ) ); in ecjpake_ecp_add3()
540 MBEDTLS_MPI_CHK( mbedtls_ecp_muladd( grp, R, &one, R, &one, C ) ); in ecjpake_ecp_add3()
543 mbedtls_mpi_free( &one ); in ecjpake_ecp_add3()
724 mbedtls_mpi m_xm2_s, one; in mbedtls_ecjpake_derive_secret() local
734 mbedtls_mpi_init( &one ); in mbedtls_ecjpake_derive_secret()
736 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &one, 1 ) ); in mbedtls_ecjpake_derive_secret()
746 &one, &ctx->Xp, in mbedtls_ecjpake_derive_secret()
[all …]
Dnet_sockets.c358 int one = 1; in mbedtls_net_accept() local
372 (const char *) &one, sizeof( one ) ) != 0 ) in mbedtls_net_accept()
Dbignum.c1605 size_t wbits, wsize, one = 1; in mbedtls_mpi_exp_mod() local
1686 j = one << ( wsize - 1 ); in mbedtls_mpi_exp_mod()
1697 for( i = j + 1; i < ( one << wsize ); i++ ) in mbedtls_mpi_exp_mod()
1779 if( ( wbits & ( one << wsize ) ) != 0 ) in mbedtls_mpi_exp_mod()
1796 for( i = ( one << ( wsize - 1 ) ); i < ( one << wsize ); i++ ) in mbedtls_mpi_exp_mod()
/net-tools-3.6.0/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector017.info4 against. This test vector data set is one Rogier provided
5 to me that highlighted an off-by-one bug in my implementation
Dvector009.dat1 By hashing data that is one byte less than a multiple of a hash block length (like this 127-byte st…
Dvector007.info4 a very large grain of salt. The input sample one byte shorter
Dvector013.info4 a very large grain of salt. The input sample is one byte short
Dvector009.info4 a very large grain of salt. The input sample is one byte shorter
Dvector011.info4 a very large grain of salt. The input sample is one byte less
Dvector018.info5 was an off-by-one bug where I used a "<" test instead of a "<="
/net-tools-3.6.0/libcoap/
DCONTRIBUTE64 As one golden rule you should work on improvements within *your* own local
119 It's appropriate to set up a modline like this one at first line within
174 * Every patch/commit should handle one single logical change. If more than
175 one patch/commit is needed for a change explain it, respect the point
177 typically your patch is to big for one single commit.
/net-tools-3.6.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile39 # Using the PROJECT_BRIEF tag one can provide an optional one line description
45 # With the PROJECT_LOGO tag one can specify an logo or icon that is
138 # only done if one of the specified strings matches the left-hand part of
151 # definition is used. Otherwise one should specify the include paths that
249 # and language is one of the parsers supported by doxygen: IDL, Java,
512 # if there is only one candidate or it is obvious which candidate to choose
596 # The CITE_BIB_FILES tag can be used to specify one or more bib files
678 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
708 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
715 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
[all …]
/net-tools-3.6.0/tinydtls-0.8.2/doc/
DDoxyfile.in112 # only done if one of the specified strings matches the left-hand part of
123 # definition is used. Otherwise one should specify the include paths that
213 # The format is ext=language, where ext is a file extension, and language is one of
284 # a logarithmic scale so increasing the size by one will rougly double the
588 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
615 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
622 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
630 # The EXAMPLE_PATH tag can be used to specify one or more files or
637 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
650 # The IMAGE_PATH tag can be used to specify one or more files or
[all …]
/net-tools-3.6.0/libcoap/doc/
DDoxyfile.in43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
146 # Stripping is only done if one of the specified strings matches the left-hand
160 # the header file containing the class definition is used. Otherwise one should
271 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
582 # only one candidate or it is obvious which candidate to choose by doing a
677 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
769 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
803 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
811 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
[all …]
/net-tools-3.6.0/tinydtls-0.8.2/sha2/
DREADME30 STDIN or reads one or more files specified on the command line, and then
79 each one:
158 0.9 to 0.9.5 - Add a new define in sha2.c that permits one to compile
207 1.0.0b1 to 1.0 RELEASE Fixed an off-by-one implementation bug that affected
/net-tools-3.6.0/tinydtls-0.8.2/
Ddtls_config.h.in109 /* Define to the one symbol short name of this package. */

12