Searched refs:hash_update (Results 1 – 2 of 2) sorted by relevance
291 static psa_status_t hash_update( in hash_update() function441 status = hash_update( &operation, input, input_length ); in hash_compute()490 return( hash_update( operation, input, input_length ) ); in mbedtls_psa_hash_update()592 return( hash_update( operation, input, input_length ) ); in mbedtls_transparent_test_driver_hash_update()
254 * `"hash_update"`: called by `psa_hash_update()`.
Completed in 6 milliseconds