Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_hash.c48 const size_t sample_message_length = sizeof(sample_message) - 1; variable
85 status = psa_hash_update(&hash_operation, sample_message, sample_message_length); in main()
126 sample_message, sample_message_length, in main()