Home
last modified time | relevance | path

Searched defs:from (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.7.0/
Decho-server.c193 struct sockaddr_in6 from = { 0 }; in udp_receive_and_reply() local
220 struct sockaddr_in6 from = { 0 }; in tcp_receive_and_reply() local
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dx509.c968 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future()
986 int mbedtls_x509_time_is_future( const mbedtls_x509_time *from ) in mbedtls_x509_time_is_future()
Dssl_tls.c4698 mbedtls_ssl_context *ssl, unsigned char *buf, int from ) in ssl_calc_finished_ssl()
4783 mbedtls_ssl_context *ssl, unsigned char *buf, int from ) in ssl_calc_finished_tls()
4843 mbedtls_ssl_context *ssl, unsigned char *buf, int from ) in ssl_calc_finished_tls_sha256()
4892 mbedtls_ssl_context *ssl, unsigned char *buf, int from ) in ssl_calc_finished_tls_sha384()
Dx509_crt.c247 mbedtls_x509_time *from, in x509_get_dates()
/net-tools-3.7.0/tinydtls-0.8.2/ecc/
Decc.c115 static void copy(const uint32_t *from, uint32_t *to, uint8_t length){ in copy()
673 void ecc_copy(const uint32_t *from, uint32_t *to, uint8_t length) in ecc_copy()