Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 40) sorted by relevance

12

/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_pkwrite.data1 Public key write check RSA
5 Public key write check RSA 4096
9 Public key write check EC 192 bits
13 Public key write check EC 521 bits
17 Public key write check EC Brainpool 512 bits
21 Private key write check RSA
25 Private key write check RSA 4096
29 Private key write check EC 192 bits
33 Private key write check EC 521 bits
37 Private key write check EC Brainpool 512 bits
Dtest_suite_hmac_drbg.misc.data21 HMAC_DRBG write/update seed file SHA-1
25 HMAC_DRBG write/update seed file SHA-1
29 HMAC_DRBG write/update seed file SHA-224
33 HMAC_DRBG write/update seed file SHA-224
37 HMAC_DRBG write/update seed file SHA-256
41 HMAC_DRBG write/update seed file SHA-256
45 HMAC_DRBG write/update seed file SHA-384
49 HMAC_DRBG write/update seed file SHA-384
53 HMAC_DRBG write/update seed file SHA-512
57 HMAC_DRBG write/update seed file SHA-512
Dtest_suite_pem.data1 Standard PEM write
4 PEM write (zero data)
7 PEM write (one byte)
10 PEM write (more than line size)
13 PEM write (exactly two lines)
16 PEM write (exactly two lines + 1)
Dtest_suite_ecp.data41 ECP write binary #0 (zero, bad format)
45 ECP write binary #1 (zero, uncompressed, buffer just fits)
49 ECP write binary #2 (zero, buffer too small)
53 ECP write binary #3 (non-zero, uncompressed, buffer just fits)
57 ECP write binary #4 (non-zero, uncompressed, buffer too small)
61 ECP write binary #5 (zero, compressed, buffer just fits)
65 ECP write binary #6 (zero, buffer too small)
69 ECP write binary #7 (even, compressed, buffer just fits)
73 ECP write binary #8 (even, compressed, buffer too small)
77 ECP write binary #9 (odd, compressed, buffer just fits)
[all …]
Dtest_suite_entropy.data4 Entropy write/update seed file
7 Entropy write/update seed file
Dtest_suite_entropy.function13 * If data is NULL, write exactly the requested length.
14 * Otherwise, write the length indicated by data or error if negative
56 * NV seed read/write functions that use a buffer instead of a file
79 * NV seed read/write helpers that fill the base seedfile
285 /* Check if platform NV read and write manipulate the same data */
294 /* Check if platform NV write and raw read manipulate the same data */
328 // Make sure we read/write NV seed from our buffers
Dtest_suite_x509write.data45 Certificate write check Server1 SHA1
49 Certificate write check Server1 SHA1, key_usage
53 Certificate write check Server1 SHA1, ns_cert_type
57 Certificate write check Server1 SHA1, version 1
Dtest_suite_ecdsa.data33 ECDSA write-read random #1
37 ECDSA write-read random #2
41 ECDSA write-read random #3
45 ECDSA write-read random #4
49 ECDSA write-read random #5
Dtest_suite_ccm.function114 /* Check we didn't write past the end */
183 /* Check we didn't write past the end (where the original tag is) */
Dtest_suite_ecdsa.function155 /* generate and write signature, then read and verify it */
162 /* check we didn't write past the announced length */
Dtest_suite_ctr_drbg.function153 /* While at it, make sure we didn't write past the requested length */
/net-tools-3.6.0/
Dmonitor_15_4.c150 len = write(pcap->fd, &hdr, PCAP_FILE_HDR_SIZE); in monitor_pcap_create()
186 len = write(pcap->fd, &frame, PCAP_FRAME_SIZE); in monitor_pcap_write()
194 len = write(pcap->fd, data, size); in monitor_pcap_write()
226 if (write(fd2_in, buf, 1) < 0) { in fifo_handler1()
305 if (write(fd1_in, buf, 1) < 0) { in fifo_handler2()
Dhttp-server.py25 self.wfile.write(payload)
Dhttps-server.py40 self.wfile.write(payload)
Dtunslip6.c313 if (write(outfd, (void *) &uip, total_size) == total_size) in serial_to_tun()
316 if(write(outfd, (void *) uip.inbuf, total_size) == total_size) in serial_to_tun()
541 n = write(fd, slip_buf + slip_begin, (slip_end - slip_begin)); in slip_flushbuf()
/net-tools-3.6.0/docker/
Dhttp-server.py25 self.wfile.write(payload)
Dhttps-server.py40 self.wfile.write(payload)
/net-tools-3.6.0/libcoap/
DCONTRIBUTE39 want to discuss some patches, please write it to the mailing list. Please
165 Use the possibility to write a good explanation why your patch/commit is
206 write to the mailing list explained in section 2.
207 Maybe you can write up some good HowTo's on the usage for these binaries. A man
214 programming person available. You want to write up something?
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dnet_sockets.c67 #define write(fd,buf,len) send(fd,(char*)buf,(int) len,0) macro
546 ret = (int) write( fd, buf, len ); in mbedtls_net_send()
/net-tools-3.6.0/tinydtls-0.8.2/
Ddtls.h99 int (*write)(struct dtls_context_t *ctx, member
/net-tools-3.6.0/tinydtls-0.8.2/examples/contiki/
Ddtls-server.c246 .write = send_to_peer, in init_dtls()
Ddtls-client.c264 .write = send_to_peer, in init_dtls()
/net-tools-3.6.0/tinydtls-0.8.2/tests/
Ddtls-server.c261 .write = send_to_peer,
Ddtls-client.c325 .write = send_to_peer,
/net-tools-3.6.0/virtual-hub/src/
Dhub.c128 write(fd_in[i], buf, 1); in broadcast_data()

12