Home
last modified time | relevance | path

Searched refs:send (Results 1 – 9 of 9) sorted by relevance

/optee_os-3.20.0/lib/libutee/include/
A Dtee_isocket.h23 TEE_Result (*send)(TEE_iSocketHandle ctx, const void *buf, member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DSECURITY.md4 send an email to the security team at
A DChangeLog943 (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 Dtee_tcpudp_socket.c213 .send = sock_send,
224 .send = sock_send,
/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_chip.c19 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 Dtpm2_mmio.c60 .send = tpm2_fifo_send,
/optee_os-3.20.0/core/include/drivers/
A Dtpm2_chip.h84 enum tpm2_result (*send)(struct tpm2_chip *chip, uint8_t *buf, member
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dnet_sockets.c78 #define write(fd,buf,len) send( fd, (char*)( buf ), (int)( len ), 0 )
/optee_os-3.20.0/
A DMAINTAINERS17 in documentation/github.md). Therefore, please do NOT send patches to the

Completed in 17 milliseconds