/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | error.c | 896 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()
|
D | entropy_poll.c | 99 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()
|
D | x509_csr.c | 86 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()
|
D | pem.c | 139 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()
|
D | x509_crl.c | 296 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()
|
D | x509_crt.c | 1068 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()
|
D | mps_reader.c | 236 mbedtls_mps_size_t *buflen ) in mbedtls_mps_reader_get()
|
D | ssl_tls13_keys.c | 249 unsigned char *dstbuf, size_t buflen ) in mbedtls_ssl_tls1_3_derive_secret()
|
D | bignum.c | 490 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()
|
D | sha1.c | 486 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
|
D | sha256.c | 506 int i, j, k, buflen, ret = 0; in mbedtls_sha256_self_test() local
|
D | sha512.c | 577 int i, j, k, buflen, ret = 0; in mbedtls_sha512_self_test() local
|
D | ecp.c | 872 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()
|
D | ssl_msg.c | 101 size_t buflen ) in mbedtls_ssl_check_record()
|
D | psa_crypto.c | 1215 size_t buflen; in psa_get_rsa_public_exponent() local
|
/openthread-3.4.0/third_party/tcplp/lib/test/ |
D | test_all.c | 23 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/ |
D | pem.h | 70 size_t buflen; /*!< length of the buffer */ member
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/pkey/ |
D | dh_client.c | 80 size_t n, buflen; in main() local
|
D | dh_server.c | 80 size_t n, buflen; in main() local
|
/openthread-3.4.0/third_party/tcplp/lib/ |
D | bitmap.c | 100 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()
|