/mbedtls-3.5.0/library/ |
D | entropy_poll.c | 93 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper() 113 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper() 135 static int sysctl_arnd_wrapper(unsigned char *buf, size_t buflen) in sysctl_arnd_wrapper()
|
D | error.c | 789 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror() 864 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror()
|
D | pem.c | 262 unsigned char *buf, size_t buflen, in pem_des_decrypt() 292 unsigned char *buf, size_t buflen, in pem_des3_decrypt() 324 unsigned char *buf, size_t buflen, in pem_aes_decrypt()
|
D | x509_csr.c | 235 const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse_der() 401 int mbedtls_x509_csr_parse(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse()
|
D | x509_crl.c | 295 const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse_der() 516 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse()
|
D | bignum_mod.c | 354 size_t buflen, in mbedtls_mpi_mod_read() 383 size_t buflen, in mbedtls_mpi_mod_write()
|
D | pkcs7.c | 463 static int pkcs7_get_signed_data(unsigned char *buf, size_t buflen, in pkcs7_get_signed_data() 566 const size_t buflen) in mbedtls_pkcs7_parse_der()
|
D | bignum.c | 457 char **p, const size_t buflen) in mpi_write_hlp() 495 char *buf, size_t buflen, size_t *olen) in mbedtls_mpi_write_string() 680 const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary_le() 706 int mbedtls_mpi_read_binary(mbedtls_mpi *X, const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary() 733 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary_le() 742 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary()
|
D | x509_crt.c | 957 size_t buflen, in x509_crt_parse_der_core() 1197 size_t buflen, in mbedtls_x509_crt_parse_der_internal() 1250 size_t buflen) in mbedtls_x509_crt_parse_der_nocopy() 1257 size_t buflen, in mbedtls_x509_crt_parse_der_with_ext_cb() 1267 size_t buflen) in mbedtls_x509_crt_parse_der() 1278 size_t buflen) in mbedtls_x509_crt_parse()
|
D | mps_reader.c | 232 mbedtls_mps_size_t *buflen) in mbedtls_mps_reader_get()
|
D | x509write_csr.c | 97 size_t buflen = 0; in mbedtls_x509write_csr_set_subject_alternative_name() local
|
D | sha1.c | 420 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
|
D | sha256.c | 839 int i, buflen, ret = 0; in mbedtls_sha256_common_self_test() local
|
D | sha512.c | 1008 int i, buflen, ret = 0; in mbedtls_sha512_common_self_test() local
|
D | ecp.c | 694 unsigned char *buf, size_t buflen) in mbedtls_ecp_point_write_binary() 3210 const unsigned char *buf, size_t buflen) in mbedtls_ecp_read_key() 3289 unsigned char *buf, size_t buflen) in mbedtls_ecp_write_key()
|
D | ssl_tls13_server.c | 1733 size_t buflen = 0; in ssl_tls13_process_client_hello() local
|
D | ssl_msg.c | 98 size_t buflen) in mbedtls_ssl_check_record()
|
D | psa_crypto.c | 1204 size_t buflen; in psa_get_rsa_public_exponent() local
|
/mbedtls-3.5.0/include/mbedtls/ |
D | pem.h | 121 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer()
|
/mbedtls-3.5.0/programs/pkey/ |
D | dh_client.c | 66 size_t n, buflen; in main() local
|
D | dh_server.c | 66 size_t n, buflen; in main() local
|