/mbedtls-3.6.0/library/ |
D | entropy_poll.c | 83 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()
|
D | error.c | 788 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror() 863 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror()
|
D | pem.c | 154 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()
|
D | x509write.c | 49 size_t buflen = 0; in mbedtls_x509_write_set_san_common() local
|
D | x509_csr.c | 223 const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse_der() 389 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 | 283 const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse_der() 504 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 | 320 size_t buflen, in mbedtls_mpi_mod_read() 349 size_t buflen, in mbedtls_mpi_mod_write()
|
D | pkcs7.c | 451 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()
|
D | bignum.c | 592 char **p, const size_t buflen) in mpi_write_hlp() 630 char *buf, size_t buflen, size_t *olen) in mbedtls_mpi_write_string() 815 const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary_le() 841 int mbedtls_mpi_read_binary(mbedtls_mpi *X, const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary() 868 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary_le() 877 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary()
|
D | x509_crt.c | 1072 size_t buflen, in x509_crt_parse_der_core() 1312 size_t buflen, in mbedtls_x509_crt_parse_der_internal() 1365 size_t buflen) in mbedtls_x509_crt_parse_der_nocopy() 1372 size_t buflen, in mbedtls_x509_crt_parse_der_with_ext_cb() 1382 size_t buflen) in mbedtls_x509_crt_parse_der() 1393 size_t buflen) in mbedtls_x509_crt_parse()
|
D | mps_reader.c | 218 mbedtls_mps_size_t *buflen) in mbedtls_mps_reader_get()
|
D | sha1.c | 411 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
|
D | sha256.c | 846 int i, buflen, ret = 0; in mbedtls_sha256_common_self_test() local
|
D | sha512.c | 1011 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() 3217 const unsigned char *buf, size_t buflen) in mbedtls_ecp_read_key() 3294 unsigned char *buf, size_t buflen) in mbedtls_ecp_write_key()
|
D | ssl_tls13_server.c | 1779 size_t buflen = 0; in ssl_tls13_process_client_hello() local
|
D | ssl_msg.c | 320 size_t buflen) in mbedtls_ssl_check_record()
|
D | psa_crypto.c | 1146 size_t buflen; in psa_get_rsa_public_exponent() local
|
/mbedtls-3.6.0/include/mbedtls/ |
D | pem.h | 109 static inline const unsigned char *mbedtls_pem_get_buffer(mbedtls_pem_context *ctx, size_t *buflen) in mbedtls_pem_get_buffer()
|
/mbedtls-3.6.0/programs/pkey/ |
D | dh_client.c | 56 size_t n, buflen; in main() local
|
D | dh_server.c | 56 size_t n, buflen; in main() local
|