Searched refs:send (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_isocket.h | 23 TEE_Result (*send)(TEE_iSocketHandle ctx, const void *buf, member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | SECURITY.md | 4 send an email to the security team at
|
A D | ChangeLog | 943 (RFC 6347 section 4.2.8): an attacker able to send forged UDP packets to 1812 * Fix ssl_client2 example to send application data with 0-length content 3235 * ssl_close_notify() could send more than one message in some circumstances 3460 send() would return an EAGAIN error when sending the ticket. 3545 * Server does not send out extensions not advertised by client 3552 * Server-side initiated renegotiations send HelloRequest 3709 * ssl_close_notify() could send more than one message in some circumstances 4350 * Fixed bug resulting in failure to send the last 4461 be sent twice in non-blocking mode when send returns EAGAIN
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_tcpudp_socket.c | 213 .send = sock_send, 224 .send = sock_send,
|
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_chip.c | 19 if (!tpm2_device || !tpm2_device->ops->send) in tpm2_chip_send() 22 return tpm2_device->ops->send(tpm2_device, buf, len); in tpm2_chip_send()
|
A D | tpm2_mmio.c | 60 .send = tpm2_fifo_send,
|
/optee_os-3.20.0/core/include/drivers/ |
A D | tpm2_chip.h | 84 enum tpm2_result (*send)(struct tpm2_chip *chip, uint8_t *buf, member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | net_sockets.c | 78 #define write(fd,buf,len) send( fd, (char*)( buf ), (int)( len ), 0 )
|
/optee_os-3.20.0/ |
A D | MAINTAINERS | 17 in documentation/github.md). Therefore, please do NOT send patches to the
|
Completed in 17 milliseconds