Home
last modified time | relevance | path

Searched defs:format (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dplatform.c89 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 Ddebug.c55 const char *format, ...) in mbedtls_debug_print_msg()
H A Decp.c697 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 Dmem_usage.py42 def printf(format, *args): argument
/optee_os/core/drivers/crypto/se050/adaptors/utils/
H A Dinfo.c18 #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 Dcaam_desc_helper.h491 #define RSA_ENCRYPT(format) \ argument
497 #define RSA_DECRYPT(format) \ argument
503 #define RSA_FINAL_KEY(format, alg) \ argument
H A Dcaam_desc_defines.h318 #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 Dcaam_rsa.c71 uint8_t format; /* Define the Private Key Format (1, 2 or 3) */ member