Lines Matching refs:mbedtls_printf
48 mbedtls_printf("MBEDTLS_BIGNUM_C and/or " in main()
64 mbedtls_printf("curve: %s\n", curve_info->name); in show_ecp_key()
103 mbedtls_printf( in show_ecp_key()
170 mbedtls_printf(USAGE); in main()
207 mbedtls_printf("Error: cannot have both password and password_file\n"); in main()
214 mbedtls_printf("\n . Loading the password file ..."); in main()
216 mbedtls_printf(" failed\n ! fopen returned NULL\n"); in main()
221 mbedtls_printf("Error: fgets() failed to retrieve password\n"); in main()
239 mbedtls_printf("\n . Loading the private key ..."); in main()
245 mbedtls_printf(" failed\n ! mbedtls_ctr_drbg_seed returned -0x%04x\n", in main()
254 mbedtls_printf(" failed\n ! mbedtls_pk_parse_keyfile returned -0x%04x\n", in main()
259 mbedtls_printf(" ok\n"); in main()
264 mbedtls_printf(" . Key information ...\n"); in main()
271 mbedtls_printf(" failed\n ! could not export RSA parameters\n\n"); in main()
288 mbedtls_printf(" failed\n ! could not export ECC parameters\n\n"); in main()
294 mbedtls_printf("Do not know how to print key information for this type\n"); in main()
301 mbedtls_printf("\n . Loading the public key ..."); in main()
307 mbedtls_printf(" failed\n ! mbedtls_pk_parse_public_keyfile returned -0x%04x\n", in main()
312 mbedtls_printf(" ok\n"); in main()
314 mbedtls_printf(" . Key information ...\n"); in main()
321 mbedtls_printf(" failed\n ! could not export RSA parameters\n\n"); in main()
331 mbedtls_printf(" failed\n ! could not export ECC parameters\n\n"); in main()
337 mbedtls_printf("Do not know how to print key information for this type\n"); in main()
351 mbedtls_printf(" ! Last error was: %s\n", buf); in main()