Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 39) sorted by relevance

12

/net-tools-3.4.0/libcoap/src/
Duri.c37 strnchr(unsigned char *s, size_t len, unsigned char c) { in strnchr()
225 check_segment(const unsigned char *s, size_t length) { in check_segment()
264 make_decoded_option(const unsigned char *s, size_t length, in make_decoded_option()
310 dots(unsigned char *s, size_t len) { in dots()
326 coap_split_path_impl(const unsigned char *s, size_t length, in coap_split_path_impl()
360 write_option(unsigned char *s, size_t len, void *data) { in write_option()
374 coap_split_path(const unsigned char *s, size_t length, in coap_split_path()
386 coap_split_query(const unsigned char *s, size_t length, in coap_split_query()
476 hash_segment(unsigned char *s, size_t len, void *data) { in hash_segment()
Dstr.c18 str *s = coap_malloc(sizeof(str) + size + 1); in coap_new_string() local
31 void coap_delete_string(str *s) { in coap_delete_string()
Dasync.c26 coap_async_state_t *s; in coap_register_async() local
81 coap_async_state_t **s) { in coap_remove_async()
92 coap_free_async(coap_async_state_t *s) { in coap_free_async()
Dsubscribe.c20 coap_subscription_init(coap_subscription_t *s) { in coap_subscription_init()
Dhashkey.c15 coap_hash_impl(const unsigned char *s, unsigned int len, coap_key_t h) { in coap_hash_impl()
Ddebug.c77 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp()
87 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp()
112 strnlen(const char *s, size_t maxlen) { in strnlen()
Dresource.c525 coap_subscription_t *s; local
545 coap_subscription_t *s; local
581 coap_subscription_t *s; local
594 coap_subscription_t *s; local
/net-tools-3.4.0/mbedtls-2.4.0/library/
Decdsa.c72 int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign()
161 int mbedtls_ecdsa_sign_det( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign_det()
201 const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) in mbedtls_ecdsa_verify()
284 static int ecdsa_signature_to_asn1( const mbedtls_mpi *r, const mbedtls_mpi *s, in ecdsa_signature_to_asn1()
315 mbedtls_mpi r, s; in mbedtls_ecdsa_write_signature() local
365 mbedtls_mpi r, s; in mbedtls_ecdsa_read_signature() local
Dplatform.c67 int mbedtls_platform_win32_snprintf( char *s, size_t n, const char *fmt, ... ) in mbedtls_platform_win32_snprintf()
98 static int platform_snprintf_uninit( char * s, size_t n, in platform_snprintf_uninit()
114 int mbedtls_platform_set_snprintf( int (*snprintf_func)( char * s, size_t n, in mbedtls_platform_set_snprintf()
Dmd4.c142 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in mbedtls_md4_process() argument
165 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in mbedtls_md4_process() argument
188 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in mbedtls_md4_process() argument
Dx509_create.c42 #define ADD_STRLEN( s ) s, sizeof( s ) - 1 argument
92 const char *s = name, *c = s; in mbedtls_x509_string_to_names() local
Dbignum.c258 int ret, s; in mbedtls_mpi_safe_cond_swap() local
424 int mbedtls_mpi_read_string( mbedtls_mpi *X, int radix, const char *s ) in mbedtls_mpi_read_string()
604 char s[ MBEDTLS_MPI_RW_BUFFER_SIZE ]; in mbedtls_mpi_read_file() local
636 char s[ MBEDTLS_MPI_RW_BUFFER_SIZE ]; in mbedtls_mpi_write_file() local
938 static void mpi_sub_hlp( size_t n, mbedtls_mpi_uint *s, mbedtls_mpi_uint *d ) in mpi_sub_hlp()
1004 int ret, s = A->s; in mbedtls_mpi_add_mpi() local
1035 int ret, s = A->s; in mbedtls_mpi_sub_mpi() local
1104 void mpi_mul_hlp( size_t i, mbedtls_mpi_uint *s, mbedtls_mpi_uint *d, mbedtls_mpi_uint b ) in mpi_mul_hlp()
2046 size_t i, j, k, n, s; in mpi_miller_rabin() local
Dripemd160.c150 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_ripemd160_process() argument
155 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_ripemd160_process() argument
/net-tools-3.4.0/tinydtls-0.8.2/
Ddebug.c75 print_timestamp(char *s, size_t len, time_t t) { in print_timestamp()
84 print_timestamp(char *s, size_t len, clock_time_t t) { in print_timestamp()
106 dtls_strnlen(const char *s, size_t maxlen) { in dtls_strnlen()
/net-tools-3.4.0/libcoap/include/coap/
Dstr.h17 unsigned char *s; /* string data */ member
Dencode.h37 #define COAP_PSEUDOFP_ENCODE_8_4_UP(v,ls,s) (v < HIBIT ? v : (ls = coap_fls(v) - Nn, (s = (((v + ((… argument
Dasync.h140 coap_touch_async(coap_async_state_t *s) { coap_ticks(&s->created); } in coap_touch_async()
/net-tools-3.4.0/libcoap/tests/
Dtest_options.c812 int s; in t_filter_option2() local
896 #define OPTION_TEST(n,s) \ in t_init_option_tests() argument
918 #define OPTION_ENCODER_TEST(n,s) \ in t_init_option_tests() argument
939 #define OPTION_ACCESSOR_TEST(n,s) \ in t_init_option_tests() argument
959 #define OPTION_ITERATOR_TEST(n,s) \ in t_init_option_tests() argument
982 #define OPTION_FILTER_TEST(n,s) \ in t_init_option_tests() argument
Dtest_pdu.c648 #define PDU_TEST(s,t) \ in t_init_pdu_tests() argument
671 #define PDU_ENCODER_TEST(s,t) \ in t_init_pdu_tests() argument
Dtest_error_response.c349 #define ERROR_RESPONSE_TEST(s,t) \ in t_init_error_response_tests() argument
Dtest_wellknown.c316 #define WKC_TEST(s,t) \ in t_init_wellknown_tests() argument
/net-tools-3.4.0/libcoap/examples/
Dtiny.c68 int s; in get_context() local
/net-tools-3.4.0/
Dtunslip6.c88 #define PROGRESS(s) do { } while (0) argument
153 is_sensible_string(const unsigned char *s, int len) in is_sensible_string()
244 char *s = strchr(ipaddr, '/'); in serial_to_tun() local
402 char s[INET6_ADDRSTRLEN]; in get_slipfd() local
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Decjpake.h85 mbedtls_mpi s; /**< Pre-shared secret (passphrase) */ member
Dbignum.h146 int s; /*!< integer sign */ member

12