Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 28) sorted by relevance

12

/net-tools-3.4.0/mbedtls-2.4.0/library/
Derror.c153 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
697 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
Dpem.c138 unsigned char *buf, size_t buflen, in pem_des_decrypt()
160 unsigned char *buf, size_t buflen, in pem_des3_decrypt()
184 unsigned char *buf, size_t buflen, in pem_aes_decrypt()
Dx509_csr.c95 const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse_der()
266 int mbedtls_x509_csr_parse( mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse()
Dx509_crl.c256 const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse_der()
490 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse()
Dentropy_poll.c96 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper()
Dx509_crt.c663 size_t buflen ) in x509_crt_parse_der_core()
920 size_t buflen ) in mbedtls_x509_crt_parse_der()
970 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crt_parse()
Dsha1.c394 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
Dsha256.c394 int i, j, k, buflen, ret = 0; in mbedtls_sha256_self_test() local
Dsha512.c450 int i, j, k, buflen, ret = 0; in mbedtls_sha512_self_test() local
Dbignum.c524 char *buf, size_t buflen, size_t *olen ) in mbedtls_mpi_write_string()
667 int mbedtls_mpi_read_binary( mbedtls_mpi *X, const unsigned char *buf, size_t buflen ) in mbedtls_mpi_read_binary()
690 int mbedtls_mpi_write_binary( const mbedtls_mpi *X, unsigned char *buf, size_t buflen ) in mbedtls_mpi_write_binary()
/net-tools-3.4.0/libcoap/tests/
Dtest_wellknown.c31 size_t buflen, offset, ofs; in t_wellknown1() local
80 size_t buflen, offset, ofs; in t_wellknown2() local
136 size_t buflen = sizeof(buf); in t_wellknown3() local
Dtest_uri.c147 size_t buflen = sizeof(buf); in t_parse_uri7() local
240 size_t buflen = sizeof(buf); in t_parse_uri11() local
281 size_t buflen = sizeof(buf); in t_parse_uri12() local
/net-tools-3.4.0/libcoap/src/
Duri.c265 unsigned char *buf, size_t buflen) { in make_decoded_option()
375 unsigned char *buf, size_t *buflen) { in coap_split_path()
387 unsigned char *buf, size_t *buflen) { in coap_split_query()
Ddebug.c122 unsigned char *result, unsigned int buflen, int encode_always ) { in print_readable()
331 unsigned char *result, unsigned int buflen) { in print_content_format()
Dresource.c162 coap_print_wellknown(coap_context_t *context, unsigned char *buf, size_t *buflen,
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dpem.h56 size_t buflen; /*!< length of the buffer */ member
/net-tools-3.4.0/
Decho-server.c134 static int receive(int fd, unsigned char *buf, int buflen, in receive()
159 static int reply(int fd, unsigned char *buf, int buflen, in reply()
189 unsigned char *buf, int buflen, int proto, in udp_receive_and_reply()
218 unsigned char *buf, int buflen, int proto) in tcp_receive_and_reply()
/net-tools-3.4.0/mbedtls-2.4.0/programs/pkey/
Ddh_client.c75 size_t n, buflen; in main() local
Ddh_server.c75 size_t n, buflen; in main() local
/net-tools-3.4.0/libcoap/examples/contiki/
Dcoap-observer.c150 size_t buflen; in PROCESS_THREAD() local
/net-tools-3.4.0/tinydtls-0.8.2/examples/contiki/
Ddtls-client.c69 static size_t buflen = 0; variable
/net-tools-3.4.0/tinydtls-0.8.2/
Dcrypto.c188 unsigned char *buf, size_t buflen) { in dtls_p_hash()
253 unsigned char *buf, size_t buflen) { in dtls_prf()
/net-tools-3.4.0/libcoap/examples/
Dcoap-rd.c525 size_t buflen = sizeof(_b); in hnd_post_rd() local
Detsi_iot_01.c254 size_t buflen = BUFSIZE; in hnd_post_test() local
Dclient.c668 size_t buflen; in cmdline_uri() local

12