/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | error.c | 896 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror() 966 void mbedtls_strerror( int ret, char *buf, size_t buflen ) in mbedtls_strerror()
|
A D | entropy_poll.c | 99 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper() 119 static int getrandom_wrapper( void *buf, size_t buflen, unsigned int flags ) in getrandom_wrapper() 141 static int sysctl_arnd_wrapper( unsigned char *buf, size_t buflen ) in sysctl_arnd_wrapper()
|
A D | x509_csr.c | 86 const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse_der() 257 int mbedtls_x509_csr_parse( mbedtls_x509_csr *csr, const unsigned char *buf, size_t buflen ) in mbedtls_x509_csr_parse()
|
A D | pem.c | 139 unsigned char *buf, size_t buflen, in pem_des_decrypt() 167 unsigned char *buf, size_t buflen, in pem_des3_decrypt() 197 unsigned char *buf, size_t buflen, in pem_aes_decrypt()
|
A D | x509_crl.c | 296 const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse_der() 534 int mbedtls_x509_crl_parse( mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen ) in mbedtls_x509_crl_parse()
|
A D | x509_crt.c | 1072 size_t buflen, in x509_crt_parse_der_core() 1337 size_t buflen, in mbedtls_x509_crt_parse_der_internal() 1389 size_t buflen ) in mbedtls_x509_crt_parse_der_nocopy() 1396 size_t buflen, in mbedtls_x509_crt_parse_der_with_ext_cb() 1406 size_t buflen ) in mbedtls_x509_crt_parse_der() 1417 size_t buflen ) in mbedtls_x509_crt_parse()
|
A D | ssl_tls13_keys.c | 249 unsigned char *dstbuf, size_t buflen ) in mbedtls_ssl_tls1_3_derive_secret()
|
A D | bignum.c | 691 char **p, const size_t buflen ) in mpi_write_hlp() 730 char *buf, size_t buflen, size_t *olen ) in mbedtls_mpi_write_string() 991 const unsigned char *buf, size_t buflen ) in mbedtls_mpi_read_binary_le() 1016 int mbedtls_mpi_read_binary( mbedtls_mpi *X, const unsigned char *buf, size_t buflen ) in mbedtls_mpi_read_binary() 1053 unsigned char *buf, size_t buflen ) in mbedtls_mpi_write_binary_le() 1092 unsigned char *buf, size_t buflen ) in mbedtls_mpi_write_binary()
|
A D | sha1.c | 509 int i, j, buflen, ret = 0; in mbedtls_sha1_self_test() local
|
A D | sha256.c | 529 int i, j, k, buflen, ret = 0; in mbedtls_sha256_self_test() local
|
A D | sha512.c | 608 int i, j, k, buflen, ret = 0; in mbedtls_sha512_self_test() local
|
A D | ecp.c | 876 unsigned char *buf, size_t buflen ) in mbedtls_ecp_point_write_binary() 3254 const unsigned char *buf, size_t buflen ) in mbedtls_ecp_read_key() 3322 unsigned char *buf, size_t buflen ) in mbedtls_ecp_write_key()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_ssh_ecdsa_encode_name.c | 25 int ecc_ssh_ecdsa_encode_name(char *buffer, unsigned long *buflen, const ecc_key *key) in ecc_ssh_ecdsa_encode_name()
|
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_memory.c | 60 unsigned long buflen = sizeof(buf); in chacha20poly1305_memory() local
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | pem.h | 61 size_t buflen; /*!< length of the buffer */ member
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | pem.h | 61 size_t buflen; /*!< length of the buffer */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | pem.h | 61 size_t buflen; /*!< length of the buffer */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | pem.h | 61 size_t buflen; /*!< length of the buffer */ member
|
/optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_decrypt_verify_memory.c | 48 unsigned long buflen; in eax_decrypt_verify_memory() local
|
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_decrypt_verify_memory.c | 48 unsigned long buflen; in ocb3_decrypt_verify_memory() local
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | pem.h | 61 size_t buflen; /*!< length of the buffer */ member
|
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_memory.c | 104 unsigned long buflen = sizeof(buf); in gcm_memory() local
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 40 buflen, member 79 buflen; /* number of bytes in the buffer */ member 157 int buflen; member 183 buflen, member 216 buflen, member 485 buflen; /* length of data in buf */ member
|
/optee_os/core/drivers/crypto/se050/adaptors/apis/ |
A D | apdu.c | 702 size_t buflen = 0; in se050_key_store_get_ecc_key_bin() local
|
/optee_os/core/lib/libfdt/ |
A D | fdt_ro.c | 521 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
|