Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dentropy_poll.c85 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper()
105 static int getrandom_wrapper(void *buf, size_t buflen, unsigned int flags) in getrandom_wrapper()
127 static int sysctl_arnd_wrapper(unsigned char *buf, size_t buflen) in sysctl_arnd_wrapper()
Derror.c790 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror()
865 void mbedtls_strerror(int ret, char *buf, size_t buflen) in mbedtls_strerror()
Dx509_csr.c266 const unsigned char *buf, size_t buflen, in mbedtls_x509_csr_parse_der_internal()
435 const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse_der()
444 const unsigned char *buf, size_t buflen, in mbedtls_x509_csr_parse_der_with_ext_cb()
454 int mbedtls_x509_csr_parse(mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen) in mbedtls_x509_csr_parse()
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_crl.c284 const unsigned char *buf, size_t buflen) in mbedtls_x509_crl_parse_der()
505 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.c578 char **p, const size_t buflen) in mpi_write_hlp()
616 char *buf, size_t buflen, size_t *olen) in mbedtls_mpi_write_string()
794 const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary_le()
820 int mbedtls_mpi_read_binary(mbedtls_mpi *X, const unsigned char *buf, size_t buflen) in mbedtls_mpi_read_binary()
844 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary_le()
853 unsigned char *buf, size_t buflen) in mbedtls_mpi_write_binary()
Dx509_crt.c1075 size_t buflen, in x509_crt_parse_der_core()
1315 size_t buflen, in mbedtls_x509_crt_parse_der_internal()
1368 size_t buflen) in mbedtls_x509_crt_parse_der_nocopy()
1375 size_t buflen, in mbedtls_x509_crt_parse_der_with_ext_cb()
1385 size_t buflen) in mbedtls_x509_crt_parse_der()
1396 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
Decp.c694 unsigned char *buf, size_t buflen) in mbedtls_ecp_point_write_binary()
3226 const unsigned char *buf, size_t buflen) in mbedtls_ecp_read_key()
3307 unsigned char *buf, size_t buflen) in mbedtls_ecp_write_key()
3339 size_t *olen, unsigned char *buf, size_t buflen) in mbedtls_ecp_write_key_ext()
3375 unsigned char *buf, size_t buflen) in mbedtls_ecp_write_public_key()
Dsha256.c880 int i, buflen, ret = 0; in mbedtls_sha256_common_self_test() local
Dsha512.c1012 int i, buflen, ret = 0; in mbedtls_sha512_common_self_test() local
Dssl_tls13_server.c1952 size_t buflen = 0; in ssl_tls13_process_client_hello() local
Dssl_msg.c320 size_t buflen) in mbedtls_ssl_check_record()
/mbedtls-latest/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-latest/programs/pkey/
Ddh_client.c62 size_t n, buflen; in main() local
Ddh_server.c55 size_t n, buflen; in main() local