Searched refs:I (Results 1 – 17 of 17) sorted by relevance
/net-tools-3.7.0/tinydtls-0.8.2/sha2/ |
D | README | 56 efficient or fastest C implementation. I welcome suggestions, 58 portability. I also welcome suggestions to improve portability. 116 I tested things on (using gcc), when I optimized with just -O2 and 118 these same systems, if I did NO optimization, the unrolled transform 119 was SLOWER, much slower (I'm guessing because the code was breaking 120 the cache, but I'm not sure). Your mileage may vary. 126 require that you do a few #definitions in the .h file. I've successfully 131 have more trouble in portability since they do I/O. 133 To get sha2.c/sha2.h working under Windows, I had to define 136 I got the test program to run and verified that all the test [all …]
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/testvectors/testvectors/ |
D | vector018.info | 2 I added this vector after fixing a bug first discovered by 5 was an off-by-one bug where I used a "<" test instead of a "<="
|
D | vector002.info | 3 this test data. I have provided SHA-384 and SHA-512 sample
|
D | vector017.info | 12 SHA256_Final() functions, I simply replaced a single "<" test
|
/net-tools-3.7.0/mbedtls-2.4.0/configs/ |
D | README.txt | 17 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make 22 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" cmake .
|
/net-tools-3.7.0/libcoap/ |
D | libcoap-1.pc.in | 11 Cflags: -I${includedir}/coap
|
D | configure.ac | 341 # Cflags: -I${includedir}/coap-@LIBCOAP_API_VERSION@
|
/net-tools-3.7.0/mbedtls-2.4.0/tests/data_files/ |
D | keyUsage.decipherOnly.crt | 12 tDqSC5BhFoR01veFu07JdEYvz+I+NCL5z0IGWXkUrk235Wl4w4WMZDnXTqncMNEk
|
/net-tools-3.7.0/mbedtls-2.4.0/scripts/data_files/ |
D | vs6-main-template.dsp | 44 # ADD CPP /nologo /W3 /GX /O2 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /F… 67 # ADD CPP /nologo /W3 /GX /Z7 /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /Y…
|
D | vs6-app-template.dsp | 89 # ADD CPP /I "../../include"
|
/net-tools-3.7.0/mbedtls-2.4.0/library/ |
D | rsa.c | 199 mbedtls_mpi PQ, DE, P1, Q1, H, I, G, G2, L1, L2, DP, DQ, QP; in mbedtls_rsa_check_privkey() local 208 …mbedtls_mpi_init( &H ); mbedtls_mpi_init( &I ); mbedtls_mpi_init( &G ); mbedtls_mpi_init( &G2 ); in mbedtls_rsa_check_privkey() 221 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &I, &DE, &L1 ) ); in mbedtls_rsa_check_privkey() 234 mbedtls_mpi_cmp_int( &I, 1 ) != 0 || in mbedtls_rsa_check_privkey() 242 …mbedtls_mpi_free( &H ); mbedtls_mpi_free( &I ); mbedtls_mpi_free( &G ); mbedtls_mpi_free( &G2 ); in mbedtls_rsa_check_privkey()
|
/net-tools-3.7.0/ |
D | README.md | 60 $ ping6 -I tap0 -c 1 2001:db8::1
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | ChangeLog | 702 * Server-initiated renegotiation would fail with non-blocking I/O if the 705 with non-blocking I/O. 928 * Fixed bug with session tickets and non-blocking I/O in the unlikely case 1179 with non-blocking I/O. 1977 * Added user-defined callbacks for handling I/O and sessions 1998 connections from being established with non-blocking I/O 2027 * Added (beta) support for non-blocking I/O operations 2072 I'd also like to thank Younès Hafri for the CRUX linux port,
|
D | README.md | 77 …onment or on the make command line; if you do so, essential parts such as `-I` will still be prese…
|
/net-tools-3.7.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 124 # are normally passed to the compiler using the -I flag.
|
/net-tools-3.7.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 152 # are normally passed to the compiler using the -I flag.
|
/net-tools-3.7.0/libcoap/doc/ |
D | Doxyfile.in | 162 # using the -I flag.
|