Home
last modified time | relevance | path

Searched refs:sample_message (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.7.0/programs/psa/
Dpsa_hash.c44 const uint8_t sample_message[] = "Hello World!"; variable
48 const size_t sample_message_length = sizeof(sample_message) - 1;
85 status = psa_hash_update(&hash_operation, sample_message, sample_message_length); in main()
126 sample_message, sample_message_length, in main()
143 mbedtls_printf("The SHA-256( '%s' ) is: ", sample_message); in main()