Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_hash.c291 static psa_status_t hash_update( in hash_update() function
441 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()
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md254 * `"hash_update"`: called by `psa_hash_update()`.

Completed in 6 milliseconds