Searched defs:format (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform.c | 89 const char *format, ...) in platform_snprintf_uninit() 105 const char *format, in mbedtls_platform_set_snprintf() 144 const char *format, va_list arg) in platform_vsnprintf_uninit() 161 const char *format, in mbedtls_platform_set_vsnprintf() 174 static int platform_printf_uninit(const char *format, ...) in platform_printf_uninit() 197 static int platform_fprintf_uninit(FILE *stream, const char *format, ...) in platform_fprintf_uninit()
|
| H A D | debug.c | 55 const char *format, ...) in mbedtls_debug_print_msg()
|
| H A D | ecp.c | 697 int format, size_t *olen, in mbedtls_ecp_point_write_binary() 882 int format, size_t *olen, in mbedtls_ecp_tls_write_point() 3378 int format, size_t *olen, in mbedtls_ecp_write_public_key()
|
| /optee_os/scripts/ |
| H A D | mem_usage.py | 42 def printf(format, *args): argument
|
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H A D | info.c | 18 #define LOG_I(format, ...) nLog("Info", 0xff, format, ##__VA_ARGS__) argument 19 #define LOG_E(format, ...) nLog("Info", NX_LEVEL_ERROR, format, ##__VA_ARGS__) argument
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_desc_helper.h | 491 #define RSA_ENCRYPT(format) \ argument 497 #define RSA_DECRYPT(format) \ argument 503 #define RSA_FINAL_KEY(format, alg) \ argument
|
| H A D | caam_desc_defines.h | 318 #define PROT_RSA_FMT(format) SHIFT_U32((PROT_RSA_FMT_##format) & 0x1, 12) argument 323 #define PROT_RSA_DEC_KEYFORM(format) SHIFT_U32(((format) - 1) & 0x3, 0) argument 326 #define PROT_RSA_KEY(format) SHIFT_U32((PROT_RSA_KEY_##format) & 0x3, 0) argument 345 #define PROT_RSA_KEY_ENC(format) SHIFT_U32((PROT_RSA_KEY_ENC_##format) & 0x3, 8) argument 382 #define PROT_BLOB_FORMAT(format) SHIFT_U32(0, PROT_BLOB_FORMAT_##format) argument
|
| /optee_os/core/drivers/crypto/caam/acipher/ |
| H A D | caam_rsa.c | 71 uint8_t format; /* Define the Private Key Format (1, 2 or 3) */ member
|