Searched defs:format (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 101 const char * format, ... ) in platform_snprintf_uninit() 117 const char * format, in mbedtls_platform_set_snprintf() 156 const char * format, va_list arg ) in platform_vsnprintf_uninit() 173 const char * format, in mbedtls_platform_set_vsnprintf() 186 static int platform_printf_uninit( const char *format, ... ) in platform_printf_uninit() 209 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit()
|
A D | debug.c | 80 const char *format, ... ) in mbedtls_debug_print_msg()
|
A D | ecp.c | 875 int format, size_t *olen, in mbedtls_ecp_point_write_binary() 1050 int format, size_t *olen, in mbedtls_ecp_tls_write_point()
|
/optee_os-3.20.0/scripts/ |
A D | mem_usage.py | 42 def printf(format, *args): argument
|
/optee_os-3.20.0/core/drivers/crypto/se050/adaptors/utils/ |
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-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_desc_helper.h | 467 #define RSA_ENCRYPT(format) \ argument 473 #define RSA_DECRYPT(format) \ argument 479 #define RSA_FINAL_KEY(format) \ argument
|
A D | caam_desc_defines.h | 317 #define PROT_RSA_FMT(format) SHIFT_U32((PROT_RSA_FMT_##format) & 0x1, 12) argument 321 #define PROT_RSA_DEC_KEYFORM(format) SHIFT_U32(((format) - 1) & 0x3, 0) argument 324 #define PROT_RSA_KEY(format) SHIFT_U32((PROT_RSA_KEY_##format) & 0x3, 0) argument 348 #define PROT_BLOB_FORMAT(format) SHIFT_U32(0, PROT_BLOB_FORMAT_##format) argument
|
/optee_os-3.20.0/core/drivers/crypto/caam/acipher/ |
A D | caam_rsa.c | 64 uint8_t format; /* Define the Private Key Format (1, 2 or 3) */ member
|
Completed in 18 milliseconds