Home
last modified time | relevance | path

Searched refs:I (Results 1 – 17 of 17) sorted by relevance

/net-tools-3.7.0/tinydtls-0.8.2/sha2/
DREADME56 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/
Dvector018.info2 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 "<="
Dvector002.info3 this test data. I have provided SHA-384 and SHA-512 sample
Dvector017.info12 SHA256_Final() functions, I simply replaced a single "<" test
/net-tools-3.7.0/mbedtls-2.4.0/configs/
DREADME.txt17 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/
Dlibcoap-1.pc.in11 Cflags: -I${includedir}/coap
Dconfigure.ac341 # Cflags: -I${includedir}/coap-@LIBCOAP_API_VERSION@
/net-tools-3.7.0/mbedtls-2.4.0/tests/data_files/
DkeyUsage.decipherOnly.crt12 tDqSC5BhFoR01veFu07JdEYvz+I+NCL5z0IGWXkUrk235Wl4w4WMZDnXTqncMNEk
/net-tools-3.7.0/mbedtls-2.4.0/scripts/data_files/
Dvs6-main-template.dsp44 # 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…
Dvs6-app-template.dsp89 # ADD CPP /I "../../include"
/net-tools-3.7.0/mbedtls-2.4.0/library/
Drsa.c199 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/
DREADME.md60 $ ping6 -I tap0 -c 1 2001:db8::1
/net-tools-3.7.0/mbedtls-2.4.0/
DChangeLog702 * 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,
DREADME.md77 …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/
DDoxyfile.in124 # are normally passed to the compiler using the -I flag.
/net-tools-3.7.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile152 # are normally passed to the compiler using the -I flag.
/net-tools-3.7.0/libcoap/doc/
DDoxyfile.in162 # using the -I flag.