Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Derror.c790 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror()
865 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror()
Dentropy_poll.c83 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper()
103 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper()
125 static int sysctl_arnd_wrapper(unsigned char *buf, size_t buflen) in sysctl_arnd_wrapper()
Dx509_csr.c266 const unsigned char *buf, size_t buflen, in mbedtls_x509_csr_parse_der_internal()
435 const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse_der()
444 const unsigned char *buf, size_t buflen, in mbedtls_x509_csr_parse_der_with_ext_cb()
454 int mbedtls_x509_csr_parse(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse()
Dx509write.c49 size_t buflen = 0; in mbedtls_x509_write_set_san_common() local
Dpem.c154 unsigned char *buf, size_t buflen, in pem_des_decrypt()
184 unsigned char *buf, size_t buflen, in pem_des3_decrypt()
216 unsigned char *buf, size_t buflen, in pem_aes_decrypt()
Dx509_crl.c284 const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse_der()
505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse()
Dbignum_mod.c320 size_t buflen, in mbedtls_mpi_mod_read()
349 size_t buflen, in mbedtls_mpi_mod_write()
Dpkcs7.c451 static int pkcs7_get_signed_data(unsigned char *buf, size_t buflen, in pkcs7_get_signed_data()
554 const size_t buflen) in mbedtls_pkcs7_parse_der()
Dbignum.c577 char **p, const size_t buflen) in mpi_write_hlp()
615 char *buf, size_t buflen, size_t *olen) in mbedtls_mpi_write_string()
793 const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary_le()
819 int mbedtls_mpi_read_binary(mbedtls_mpi *X, const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary()
843 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary_le()
852 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary()
Dx509_crt.c1073 size_t buflen, in x509_crt_parse_der_core()
1313 size_t buflen, in mbedtls_x509_crt_parse_der_internal()
1366 size_t buflen) in mbedtls_x509_crt_parse_der_nocopy()
1373 size_t buflen, in mbedtls_x509_crt_parse_der_with_ext_cb()
1383 size_t buflen) in mbedtls_x509_crt_parse_der()
1394 size_t buflen) in mbedtls_x509_crt_parse()
Dmps_reader.c218 mbedtls_mps_size_t *buflen) in mbedtls_mps_reader_get()
Dsha1.c411 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
Decp.c694 unsigned char *buf, size_t buflen) in mbedtls_ecp_point_write_binary()
3226 const unsigned char *buf, size_t buflen) in mbedtls_ecp_read_key()
3307 unsigned char *buf, size_t buflen) in mbedtls_ecp_write_key()
3339 size_t *olen, unsigned char *buf, size_t buflen) in mbedtls_ecp_write_key_ext()
3375 unsigned char *buf, size_t buflen) in mbedtls_ecp_write_public_key()
Dsha256.c876 int i, buflen, ret = 0; in mbedtls_sha256_common_self_test() local
Dsha512.c1012 int i, buflen, ret = 0; in mbedtls_sha512_common_self_test() local
Dssl_tls13_server.c1943 size_t buflen = 0; in ssl_tls13_process_client_hello() local
Dssl_msg.c320 size_t buflen) in mbedtls_ssl_check_record()
/openthread-latest/third_party/tcplp/lib/test/
Dtest_all.c23 void bmp_print(uint8_t* buf, size_t buflen) { in bmp_print()
31 void bmp_test(const char* test_name, uint8_t* buf, size_t buflen, const char* contents) { in bmp_test()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dpem.h109 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer()
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Ddh_client.c62 size_t n, buflen; in main() local
Ddh_server.c55 size_t n, buflen; in main() local
/openthread-latest/third_party/tcplp/lib/
Dbitmap.c100 size_t bmp_countset(uint8_t* buf, size_t buflen, size_t start, size_t limit) { in bmp_countset()
199 int bmp_isempty(uint8_t* buf, size_t buflen) { in bmp_isempty()