Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 26) sorted by relevance

12

/net-tools-latest/tinydtls-0.8.2/sha2/
Dsha2.c385 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
387 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
396 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
397 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
405 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
410 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
417 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
430 g = context->state[6]; in SHA256_Transform()
436 ROUND256_0_TO_15(a,b,c,d,e,f,g,h); in SHA256_Transform()
437 ROUND256_0_TO_15(h,a,b,c,d,e,f,g); in SHA256_Transform()
[all …]
DREADME233 Aaron Gifford <m e @ a a r o n g i f f o r d . c o m>
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dasn1write.h28 #define MBEDTLS_ASN1_CHK_ADD(g, f) do { if( ( ret = f ) < 0 ) return( ret ); else \ argument
29 g += ret; } while( 0 )
/net-tools-latest/libcoap/examples/
Dcoap-server.txt.in17 *coap-server* [*-A* addr] [*-g* group] [*-p* port] [*-v* num]
29 *-g* group::
63 coap-server -A 2001:db8:81a8:0:6ef0:dead:feed:beef -g FF02:FD
Dcoap-rd.txt.in17 *coap-rd* [*-A* addr] [*-g* group] [*-p* port] [*-v* num]
29 *-g* group::
63 coap-rd -A 2001:db8:81a8:0:6ef0:dead:feed:beef -g FF02:FD
Detsi_coaptest.sh87 g) # name of test group
/net-tools-latest/mbedtls-2.4.0/tests/data_files/
Dcrl_sha384.pem8 9g+SGkma+VYV+yPRNmKyldcRVvPZUIkhTCMWkZoYrbDXUmkVQpsgz2c5ksIeMI/7
/net-tools-latest/
Dzeth-multiface.conf.stop6 INTERFACE_TMPL=`echo ${INTERFACE_PREFIX} | sed "s/0//g"`
Decho-apps-cert.pem17 g/d5v3O1XV14/mKs7bceSq3DmTl9PjAhJh1m2w3zuodG8AT8w76EhTwB7+BoZe4=
Dhttps-server.pem34 g+yMRqLD8UbrA2s9vwKwkflKxHFZeIh1BtttTd31HmyPiE5tqp2/N2SqIm6bVb/8
DREADME.md164 hexdump -e '8/1 "0x%02x, " "\n"' | sed 's/0x ,//g'
171 sed 's/0x ,//g'
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_dhm.function100 void dhm_file( char *filename, char *p, char *g, int len )
109 TEST_ASSERT( mbedtls_mpi_read_string( &G, 16, g ) == 0 );
/net-tools-latest/mbedtls-2.4.0/library/
Dsha512.c217 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_sha512_process() argument
219 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in mbedtls_sha512_process()
Dsha256.c175 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
177 temp1 = h + S3(e) + F1(e,f,g) + K + x; \
Decp_curves.c54 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
56 BYTES_TO_T_UINT_4( e, f, g, h )
60 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
67 ( (mbedtls_mpi_uint) g << 48 ) | \
/net-tools-latest/mbedtls-2.4.0/
DREADME.md125 … its options after you already ran CMake, you need to clear its cache first, e.g. (using GNU find):
144 …les (e.g. `test\_suite\_mpi.c`). These files are generated from a `function file` (e.g. `suites/te…
/net-tools-latest/tinydtls-0.8.2/
Dconfigure325 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1315 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1317 LIBS libraries to pass to the linker, e.g. -l<library>
1318 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1343 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1936 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2185 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4246 "s/'/'\\\\''/g;
4638 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4820 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
[all …]
/net-tools-latest/libcoap/m4/
Dax_check_compile_flag.m418 # flags (e.g. CFLAGS) when the check is done. The check is thus made with
/net-tools-latest/mbedtls-2.4.0/tests/
Dssl-opt.sh383 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$PXY_PORT/g )
385 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$SRV_PORT/g )
/net-tools-latest/mbedtls-2.4.0/programs/test/
Dbenchmark.c232 #define ecp_clear_precomputed( g ) argument
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp334 #define ecp_clear_precomputed( g ) argument
/net-tools-latest/libcoap/
Dconfigure.ac330 PREDEFINED_CFLAGS=`echo $ADDITIONAL_CFLAGS | sed -e 's/-D//g'`
/net-tools-latest/libcoap/doc/
DDoxyfile.in307 # definitions whose arguments contain STL classes (e.g. func(std::string);
348 # type (e.g. under the Public Functions section). Set it to NO to prevent
356 # are shown inside the group in which they are included (e.g. using \ingroup)
1056 # that doxygen needs, which is dependent on the configuration options used (e.g.
1099 # Note: The order of the extra stylesheet files is of importance (e.g. the last
1198 # set bundle. This should be a reverse domain-name style string, e.g.
1207 # string, e.g. com.mycompany.MyDocSet.documentation.
1710 # bibliography, e.g. plainnat, or ieeetr. See
1971 # defined before the preprocessor is started (similar to the -D option of e.g.
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile277 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
312 # subgroup of that type (e.g. under the Public Functions section). Set it to
319 # unions are shown inside the group in which they are included (e.g. using
1011 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
1018 # style string, e.g. com.mycompany.MyDocSet.documentation.
1393 # bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
/net-tools-latest/tinydtls-0.8.2/doc/
DDoxyfile.in224 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
259 # subgroup of that type (e.g. under the Public Functions section). Set it to
846 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen

12