Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 23 of 23) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/sha2/
Dsha2speed.c49 void printspeed(char *caption, unsigned long bytes, double time) { in printspeed() argument
50 if (bytes / 1073741824UL > 0) { in printspeed()
51 printf("%s %.4f sec (%.3f GBps)\n", caption, time, (double)bytes/1073741824UL/time); in printspeed()
52 } else if (bytes / 1048576 > 0) { in printspeed()
53 printf("%s %.4f (%.3f MBps)\n", caption, time, (double)bytes/1048576/time); in printspeed()
54 } else if (bytes / 1024 > 0) { in printspeed()
55 printf("%s %.4f (%.3f KBps)\n", caption, time, (double)bytes/1024/time); in printspeed()
57 printf("%s %.4f (%f Bps)\n", caption, time, (double)bytes/time); in printspeed()
68 int bytes, blocks, rep, i, j; in main() local
78 bytes = 1024 * 1024 * 16; in main()
[all …]
DREADME42 accept message data in multiples of bytes.
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_cipher.camellia.data1 CAMELLIA Encrypt and decrypt 0 bytes
9 CAMELLIA Encrypt and decrypt 2 bytes
13 CAMELLIA Encrypt and decrypt 7 bytes
17 CAMELLIA Encrypt and decrypt 8 bytes
21 CAMELLIA Encrypt and decrypt 9 bytes
25 CAMELLIA Encrypt and decrypt 15 bytes
29 CAMELLIA Encrypt and decrypt 16 bytes
33 CAMELLIA Encrypt and decrypt 17 bytes
37 CAMELLIA Encrypt and decrypt 31 bytes
41 CAMELLIA Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.blowfish.data1 BLOWFISH Encrypt and decrypt 0 bytes
9 BLOWFISH Encrypt and decrypt 2 bytes
13 BLOWFISH Encrypt and decrypt 7 bytes
17 BLOWFISH Encrypt and decrypt 8 bytes
21 BLOWFISH Encrypt and decrypt 9 bytes
25 BLOWFISH Encrypt and decrypt 15 bytes
29 BLOWFISH Encrypt and decrypt 16 bytes
33 BLOWFISH Encrypt and decrypt 17 bytes
37 BLOWFISH Encrypt and decrypt 31 bytes
41 BLOWFISH Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.null.data1 NULL Encrypt and decrypt 0 bytes
5 NULL Encrypt and decrypt 1 bytes
9 NULL Encrypt and decrypt 2 bytes
13 NULL Encrypt and decrypt 7 bytes
17 NULL Encrypt and decrypt 8 bytes
21 NULL Encrypt and decrypt 9 bytes
25 NULL Encrypt and decrypt 15 bytes
29 NULL Encrypt and decrypt 16 bytes
33 NULL Encrypt and decrypt 31 bytes
37 NULL Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.des.data1 DES Encrypt and decrypt 0 bytes
9 DES Encrypt and decrypt 2 bytes
13 DES Encrypt and decrypt 7 bytes
17 DES Encrypt and decrypt 8 bytes
21 DES Encrypt and decrypt 9 bytes
25 DES Encrypt and decrypt 15 bytes
29 DES Encrypt and decrypt 16 bytes
33 DES Encrypt and decrypt 17 bytes
37 DES Encrypt and decrypt 31 bytes
41 DES Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.arc4.data1 ARC4 Encrypt and decrypt 0 bytes
9 ARC4 Encrypt and decrypt 2 bytes
13 ARC4 Encrypt and decrypt 7 bytes
17 ARC4 Encrypt and decrypt 8 bytes
21 ARC4 Encrypt and decrypt 9 bytes
25 ARC4 Encrypt and decrypt 15 bytes
29 ARC4 Encrypt and decrypt 16 bytes
33 ARC4 Encrypt and decrypt 17 bytes
37 ARC4 Encrypt and decrypt 31 bytes
41 ARC4 Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.gcm.data1 AES 128 GCM Encrypt and decrypt 0 bytes
9 AES 128 GCM Encrypt and decrypt 2 bytes
13 AES 128 GCM Encrypt and decrypt 7 bytes
17 AES 128 GCM Encrypt and decrypt 8 bytes
21 AES 128 GCM Encrypt and decrypt 9 bytes
25 AES 128 GCM Encrypt and decrypt 15 bytes
29 AES 128 GCM Encrypt and decrypt 16 bytes
33 AES 128 GCM Encrypt and decrypt 17 bytes
37 AES 128 GCM Encrypt and decrypt 31 bytes
41 AES 128 GCM Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.aes.data5 AES Encrypt and decrypt 0 bytes
13 AES Encrypt and decrypt 2 bytes
17 AES Encrypt and decrypt 7 bytes
21 AES Encrypt and decrypt 8 bytes
25 AES Encrypt and decrypt 9 bytes
29 AES Encrypt and decrypt 15 bytes
33 AES Encrypt and decrypt 16 bytes
37 AES Encrypt and decrypt 17 bytes
41 AES Encrypt and decrypt 31 bytes
45 AES Encrypt and decrypt 32 bytes
[all …]
Dtest_suite_cipher.padding.data87 Check PKCS padding #6 (too few padding bytes)
91 Check PKCS padding #7 (non-uniform padding bytes #1)
95 Check PKCS padding #7 (non-uniform padding bytes #2)
99 Check PKCS padding #7 (non-uniform padding bytes #3)
103 Check PKCS padding #7 (non-uniform padding bytes #4)
107 Check PKCS padding #7 (non-uniform padding bytes #5)
111 Check PKCS padding #7 (non-uniform padding bytes #6)
115 Check PKCS padding #7 (non-uniform padding bytes #7)
119 Check PKCS padding #7 (non-uniform padding bytes #8)
123 Check PKCS padding #7 (non-uniform padding bytes #9)
[all …]
Dtest_suite_debug.data26 …nt_buf:"MyFile":999:"Test return value":"":"MyFile(0999)\: dumping 'Test return value' (0 bytes)\n"
29 …9:"Test return value":"00":"MyFile(0999)\: dumping 'Test return value' (1 bytes)\nMyFile(0999)\: 0…
32 …0405060708090A0B0C0D0E0F":"MyFile(0999)\: dumping 'Test return value' (16 bytes)\nMyFile(0999)\: 0…
35 …05060708090A0B0C0D0E0F00":"MyFile(0999)\: dumping 'Test return value' (17 bytes)\nMyFile(0999)\: 0…
38 …25262728292A2B2C2D2E2F30":"MyFile(0999)\: dumping 'Test return value' (49 bytes)\nMyFile(0999)\: 0…
Dtest_suite_x509write.data67 X509 String to Names #3 (Name precisely 255 bytes)
70 X509 String to Names #4 (Name larger than 255 bytes)
Dhelpers.function154 assert( strlen( ibuf ) % 2 == 0 ); /* must be even number of bytes */
310 * The number of bytes released from the buffer on each call to
Dtest_suite_memory_buffer_alloc.function138 * bytes, and makes it hard to know what the reported size will be, so
Dtest_suite_cipher.function206 /* encode length number of bytes from inbuf */
299 /* encode length number of bytes from inbuf */
415 /* encode length number of bytes from inbuf */
/net-tools-latest/tinydtls-0.8.2/sha2/testvectors/testvectors/
Dvector006.dat1 This is exactly 64 bytes long, not counting the terminating byte
Dvector008.dat1 And this textual data, astonishing as it may appear, is exactly 128 bytes in length, as are both SH…
Dvector017.info9 128 bytes, the bug surfaced. In the case of SHA256, after
/net-tools-latest/python-websocket-server/websocket_server/
Dwebsocket_server.py185 bytes = self.rfile.read(num)
187 return map(ord, bytes)
189 return bytes
258 if isinstance(message, bytes):
/net-tools-latest/
Dtcptest.py70 current_n_bytes = bytes(str(current_n), "ascii")
DREADME.md75 and compare if it got the exact bytes back. Transmission errors, timeouts,
/net-tools-latest/libcoap/examples/
Dcoap-client.txt.in40 PDU size of 1400 bytes). If 'num' is present, the request
/net-tools-latest/mbedtls-2.4.0/
DChangeLog29 to configure the minimum number of bytes for entropy sources using the
217 mbedtls_pk_parse_key(file)() when the password is > 129 bytes.
223 require reading a string of close to or larger than 2^62 bytes.
773 * Very large records using more than 224 bytes of padding were incorrectly
776 to 32 bytes with CBC-based ciphersuites and TLS >= 1.1
1972 than 64 bytes, thanks to Stephane Desneux and gary ng
2033 size of 16384 bytes to be rejected
2045 cipherlists larger than 96 bytes were incorrectly rejected