Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Derror.c896 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
966 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
Dentropy_poll.c99 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper()
119 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper()
141 static int sysctl_arnd_wrapper( unsigned char *buf, size_t buflen ) in sysctl_arnd_wrapper()
Dx509_csr.c86 const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse_der()
257 int mbedtls_x509_csr_parse( mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse()
Dpem.c139 unsigned char *buf, size_t buflen, in pem_des_decrypt()
167 unsigned char *buf, size_t buflen, in pem_des3_decrypt()
197 unsigned char *buf, size_t buflen, in pem_aes_decrypt()
Dx509_crl.c296 const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse_der()
534 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse()
Dx509_crt.c1068 size_t buflen, in x509_crt_parse_der_core()
1333 size_t buflen, in mbedtls_x509_crt_parse_der_internal()
1385 size_t buflen ) in mbedtls_x509_crt_parse_der_nocopy()
1392 size_t buflen, in mbedtls_x509_crt_parse_der_with_ext_cb()
1402 size_t buflen ) in mbedtls_x509_crt_parse_der()
1413 size_t buflen ) in mbedtls_x509_crt_parse()
Dmps_reader.c236 mbedtls_mps_size_t *buflen ) in mbedtls_mps_reader_get()
Dssl_tls13_keys.c249 unsigned char *dstbuf, size_t buflen ) in mbedtls_ssl_tls1_3_derive_secret()
Dbignum.c490 char **p, const size_t buflen ) in mpi_write_hlp()
529 char *buf, size_t buflen, size_t *olen ) in mbedtls_mpi_write_string()
790 const unsigned char *buf, size_t buflen ) in mbedtls_mpi_read_binary_le()
815 int mbedtls_mpi_read_binary( mbedtls_mpi *X, const unsigned char *buf, size_t buflen ) in mbedtls_mpi_read_binary()
852 unsigned char *buf, size_t buflen ) in mbedtls_mpi_write_binary_le()
891 unsigned char *buf, size_t buflen ) in mbedtls_mpi_write_binary()
Dsha1.c486 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
Dsha256.c506 int i, j, k, buflen, ret = 0; in mbedtls_sha256_self_test() local
Dsha512.c577 int i, j, k, buflen, ret = 0; in mbedtls_sha512_self_test() local
Decp.c872 unsigned char *buf, size_t buflen ) in mbedtls_ecp_point_write_binary()
3249 const unsigned char *buf, size_t buflen ) in mbedtls_ecp_read_key()
3317 unsigned char *buf, size_t buflen ) in mbedtls_ecp_write_key()
Dssl_msg.c101 size_t buflen ) in mbedtls_ssl_check_record()
Dpsa_crypto.c1215 size_t buflen; in psa_get_rsa_public_exponent() local
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dpem.h70 size_t buflen; /*!< length of the buffer */ member
/openthread-3.4.0/third_party/mbedtls/repo/programs/pkey/
Ddh_client.c80 size_t n, buflen; in main() local
Ddh_server.c80 size_t n, buflen; in main() local
/openthread-3.4.0/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()