Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dentropy_poll.c83 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()
Derror.c788 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()
Dpem.c154 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()
Dx509write.c49 size_t buflen = 0; in mbedtls_x509_write_set_san_common() local
Dx509_csr.c223 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()
Dx509_crl.c283 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()
Dbignum_mod.c320 size_t buflen, in mbedtls_mpi_mod_read()
349 size_t buflen, in mbedtls_mpi_mod_write()
Dpkcs7.c451 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()
Dbignum.c592 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()
Dx509_crt.c1072 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()
Dmps_reader.c218 mbedtls_mps_size_t *buflen) in mbedtls_mps_reader_get()
Dsha1.c411 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
Dsha256.c846 int i, buflen, ret = 0; in mbedtls_sha256_common_self_test() local
Dsha512.c1011 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()
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()
Dssl_tls13_server.c1779 size_t buflen = 0; in ssl_tls13_process_client_hello() local
Dssl_msg.c320 size_t buflen) in mbedtls_ssl_check_record()
Dpsa_crypto.c1146 size_t buflen; in psa_get_rsa_public_exponent() local
/mbedtls-3.6.0/include/mbedtls/
Dpem.h109 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/
Ddh_client.c56 size_t n, buflen; in main() local
Ddh_server.c56 size_t n, buflen; in main() local