Lines Matching refs:mbedtls_printf
36 mbedtls_printf("MBEDTLS_PSA_CRYPTO_C and PSA_WANT_ALG_SHA_256" in main()
67 mbedtls_printf("PSA Crypto API: SHA-256 example\n\n"); in main()
71 mbedtls_printf("psa_crypto_init failed\n"); in main()
78 mbedtls_printf("unknown hash algorithm supplied\n"); in main()
81 mbedtls_printf("psa_hash_setup failed\n"); in main()
87 mbedtls_printf("psa_hash_update failed\n"); in main()
93 mbedtls_printf("PSA hash clone failed\n"); in main()
99 mbedtls_printf("psa_hash_finish failed\n"); in main()
106 mbedtls_printf("Multi-part hash operation gave the wrong result!\n\n"); in main()
114 mbedtls_printf("psa_hash_verify failed\n"); in main()
117 mbedtls_printf("Multi-part hash operation successful!\n"); in main()
130 mbedtls_printf("psa_hash_compute failed\n"); in main()
136 mbedtls_printf("One-shot hash operation gave the wrong result!\n\n"); in main()
140 mbedtls_printf("One-shot hash operation successful!\n\n"); in main()
143 mbedtls_printf("The SHA-256( '%s' ) is: ", sample_message); in main()
146 mbedtls_printf("%02x", hash[j]); in main()
149 mbedtls_printf("\n"); in main()