Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dentropy_poll.c93 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()
Derror.c789 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()
Dpem.c262 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()
Dx509_csr.c235 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()
Dx509_crl.c295 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()
Dbignum_mod.c354 size_t buflen, in mbedtls_mpi_mod_read()
383 size_t buflen, in mbedtls_mpi_mod_write()
Dpkcs7.c463 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()
Dbignum.c457 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()
Dx509_crt.c957 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()
Dmps_reader.c232 mbedtls_mps_size_t *buflen) in mbedtls_mps_reader_get()
Dx509write_csr.c97 size_t buflen = 0; in mbedtls_x509write_csr_set_subject_alternative_name() local
Dsha1.c420 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
Dsha256.c839 int i, buflen, ret = 0; in mbedtls_sha256_common_self_test() local
Dsha512.c1008 int i, buflen, ret = 0; in mbedtls_sha512_common_self_test() local
Decp.c694 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()
Dssl_tls13_server.c1733 size_t buflen = 0; in ssl_tls13_process_client_hello() local
Dssl_msg.c98 size_t buflen) in mbedtls_ssl_check_record()
Dpsa_crypto.c1204 size_t buflen; in psa_get_rsa_public_exponent() local
/mbedtls-3.5.0/include/mbedtls/
Dpem.h121 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/
Ddh_client.c66 size_t n, buflen; in main() local
Ddh_server.c66 size_t n, buflen; in main() local