/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_ssh_ecdsa_encode_name.c | 36 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 D | snprintf.c | 9 int snprintf(char *bf, size_t size, const char *fmt, ...) in snprintf() function
|
A D | sub.mk | 15 srcs-y += snprintf.c
|
A D | bget.c | 1245 V snprintf(bhex + i * 3, sizeof(bhex) - i * 3, "%02X ",
|
/optee_os-3.20.0/core/kernel/ |
A D | early_ta.c | 51 snprintf(msg, sizeof(msg), in early_ta_init()
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | stdio.h | 19 int snprintf(char *str, size_t size, const char *fmt, ...)
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_constants.c | 262 … 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 D | crypt_sizes.c | 322 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 D | i2c_stm32.c | 48 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 D | gzguts.h | 111 # define snprintf _snprintf macro
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 80 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< The default \c snprintf function to use. */
|
/optee_os-3.20.0/core/tee/ |
A D | fs_dirfile.c | 272 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 D | tadb.c | 85 rc = snprintf(buf, blen, "%" PRIu32 ".ta", file_number); in file_num_to_str()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_csr.c | 52 #define mbedtls_snprintf snprintf
|
A D | error.c | 31 #define mbedtls_snprintf snprintf
|
A D | debug.c | 31 #define mbedtls_snprintf snprintf
|
A D | oid.c | 36 #define mbedtls_snprintf snprintf
|
A D | x509_crl.c | 52 #define mbedtls_snprintf snprintf
|
A D | x509.c | 54 #define mbedtls_snprintf snprintf
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | boot.c | 707 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 D | tee_api_property.c | 241 l = snprintf(value, *value_len, "%u", uint32_val); in TEE_GetPropertyAsString()
|
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.c | 1365 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 D | tomcrypt_macros.h | 453 #define snprintf _snprintf macro
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | persistent_token.c | 30 int n = snprintf(name, size, "token.db.%u", get_token_id(token)); in get_db_file_name()
|
A D | pkcs11_token.c | 287 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()
|