Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 25 of 31) sorted by relevance

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_ssh_ecdsa_encode_name.c36 size = snprintf(buffer, *buflen, "ecdsa-sha2-nistp256"); in ecc_ssh_ecdsa_encode_name()
40 size = snprintf(buffer, *buflen, "ecdsa-sha2-nistp384"); in ecc_ssh_ecdsa_encode_name()
44 size = snprintf(buffer, *buflen, "ecdsa-sha2-nistp521"); in ecc_ssh_ecdsa_encode_name()
47 size = snprintf(buffer, *buflen, "ecdsa-sha2-%s", oidstr); in ecc_ssh_ecdsa_encode_name()
/optee_os-3.20.0/lib/libutils/isoc/
A Dsnprintf.c9 int snprintf(char *bf, size_t size, const char *fmt, ...) in snprintf() function
A Dsub.mk15 srcs-y += snprintf.c
A Dbget.c1245 V snprintf(bhex + i * 3, sizeof(bhex) - i * 3, "%02X ",
/optee_os-3.20.0/core/kernel/
A Dearly_ta.c51 snprintf(msg, sizeof(msg), in early_ta_init()
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdio.h19 int snprintf(char *str, size_t size, const char *fmt, ...)
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_constants.c262 … number_len = snprintf(NULL, 0, "%s,%d\n", s_crypt_constants[i].name, s_crypt_constants[i].value); in crypt_list_all_constants()
278 …number_len = snprintf(ptr, total_len, "%s,%d\n", s_crypt_constants[i].name, s_crypt_constants[i].v… in crypt_list_all_constants()
A Dcrypt_sizes.c322 number_len = snprintf(NULL, 0, "%s,%u\n", s_crypt_sizes[i].name, s_crypt_sizes[i].size); in crypt_list_all_sizes()
339 … number_len = snprintf(ptr, total_len, "%s,%u\n", s_crypt_sizes[i].name, s_crypt_sizes[i].size); in crypt_list_all_sizes()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Di2c_stm32.c48 snprintf(bus, sizeof(bus), "i2c%d", CFG_CORE_SE05X_I2C_BUS); in dt_i2c_bus_config()
/optee_os-3.20.0/core/lib/zlib/
A Dgzguts.h111 # define snprintf _snprintf macro
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dplatform.h80 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< The default \c snprintf function to use. */
/optee_os-3.20.0/core/tee/
A Dfs_dirfile.c272 r = snprintf(fname, l, "%" PRIx32, dfh->file_number); in tee_fs_dirfile_fileh_to_fname()
274 r = snprintf(fname, l, "dirf.db"); in tee_fs_dirfile_fileh_to_fname()
A Dtadb.c85 rc = snprintf(buf, blen, "%" PRIu32 ".ta", file_number); in file_num_to_str()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_csr.c52 #define mbedtls_snprintf snprintf
A Derror.c31 #define mbedtls_snprintf snprintf
A Ddebug.c31 #define mbedtls_snprintf snprintf
A Doid.c36 #define mbedtls_snprintf snprintf
A Dx509_crl.c52 #define mbedtls_snprintf snprintf
A Dx509.c54 #define mbedtls_snprintf snprintf
/optee_os-3.20.0/core/arch/arm/kernel/
A Dboot.c707 snprintf(frag, sizeof(frag), "fragment@%d", dt->frag_id); in add_dt_overlay_fragment()
980 ret = snprintf(subnode_name, sizeof(subnode_name), in add_res_mem_dt_node()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_property.c241 l = snprintf(value, *value_len, "%u", uint32_val); in TEE_GetPropertyAsString()
/optee_os-3.20.0/ldelf/
A Dta_elf.c1365 rc = snprintf(desc, sizeof(desc), " [%d]", elf_idx); in print_seg()
1369 rc = snprintf(desc, sizeof(desc), " (param)"); in print_seg()
1373 rc = snprintf(desc, sizeof(desc), " (ldelf)"); in print_seg()
1377 rc = snprintf(desc, sizeof(desc), " (stack)"); in print_seg()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h453 #define snprintf _snprintf macro
/optee_os-3.20.0/ta/pkcs11/src/
A Dpersistent_token.c30 int n = snprintf(name, size, "token.db.%u", get_token_id(token)); in get_db_file_name()
A Dpkcs11_token.c287 n = snprintf(desc, sizeof(desc), PKCS11_SLOT_DESCRIPTION in set_token_description()
394 n = snprintf(sn, sizeof(sn), "%0*"PRIu32, in entry_ck_token_info()

Completed in 34 milliseconds

12