Home
last modified time | relevance | path

Searched refs:w (Results 1 – 15 of 15) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/tests/data_files/
Dserver3.key4 /w==
Dserver5.key4 6i/SNF1dFr2KiMJrdw1VzYoqDvoByLTt/w==
Dec_521_prv.pem4 T2nrA47kt6+dPKB3Nv2c9xnrNU1ph57n88E2+w+/nwj4a+X6Eo7BoFHT5sZD6Fra
Dserver1.req.sha25613 3ltgjnaamwqKcN9zUA3IERTsWjr5exKYgfXm2OeeuSP0tHr7Dh+w/2XA9dGcLhrm
Dserver1.key7 iD8MlBmj3eXonZUT7Snbq3AS3FrKaxerUoJUsQIDAQABAoIBABaJ9eiRQq4Ypv+w
/net-tools-3.6.0/mbedtls-2.4.0/library/
Decp.c1152 unsigned char w, const mbedtls_mpi *m ) in ecp_comb_fixed() argument
1161 for( j = 0; j < w; j++ ) in ecp_comb_fixed()
1193 unsigned char w, size_t d ) in ecp_precompute_comb() argument
1207 for( i = 1; i < ( 1U << ( w - 1 ) ); i <<= 1 ) in ecp_precompute_comb()
1224 for( i = 1; i < ( 1U << ( w - 1 ) ); i <<= 1 ) in ecp_precompute_comb()
1315 unsigned char w, m_is_odd, p_eq_g, pre_len, i; in ecp_mul_comb() local
1333 w = grp->nbits >= 384 ? 5 : 4; in ecp_mul_comb()
1344 w++; in ecp_mul_comb()
1353 if( w > MBEDTLS_ECP_WINDOW_SIZE ) in ecp_mul_comb()
1354 w = MBEDTLS_ECP_WINDOW_SIZE; in ecp_mul_comb()
[all …]
/net-tools-3.6.0/
Dnat.conf.stop5 sysctl -w net.ipv4.ip_forward=0
/net-tools-3.6.0/tinydtls-0.8.2/sha2/
Dsha2.c156 #define REVERSE32(w,x) { \ argument
157 sha2_word32 tmp = (w); \
161 #define REVERSE64(w,x) { \ argument
162 sha2_word64 tmp = (w); \
176 #define ADDINC128(w,n) { \ argument
177 (w)[0] += (sha2_word64)(n); \
178 if ((w)[0] < (n)) { \
179 (w)[1]++; \
/net-tools-3.6.0/tinydtls-0.8.2/ecc/
Decc.c595 uint32_t w[8]; in ecc_ecdsa_validate() local
607 fieldInv(s, ecc_order_m, ecc_order_r, w); in ecc_ecdsa_validate()
610 fieldMult(e, w, tmp, arrayLength); in ecc_ecdsa_validate()
614 fieldMult(r, w, tmp, arrayLength); in ecc_ecdsa_validate()
/net-tools-3.6.0/mbedtls-2.4.0/tests/
DCMakeLists.txt42 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /w") # no warnings here
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dhelpers.function120 *out_stream = fopen( path, "w" );
135 *out_stream = fdopen( old_fd, "w" );
Dtest_suite_entropy.function88 if( ( f = fopen( MBEDTLS_PLATFORM_STD_NV_SEED_FILE, "w" ) ) == NULL )
Dtest_suite_mpi.function159 file_out = fopen( output_file, "w" );
/net-tools-3.6.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile899 # It is advised to generate a default header using "doxygen -w html
/net-tools-3.6.0/libcoap/doc/
DDoxyfile.in1059 # doxygen -w html new_header.html new_footer.html new_stylesheet.css