Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_hash.c163 static psa_status_t hash_setup( in hash_setup() function
438 status = hash_setup( &operation, alg ); in hash_compute()
475 return( hash_setup( operation, alg ) ); in mbedtls_psa_hash_setup()
571 return( hash_setup( operation, alg ) ); in mbedtls_transparent_test_driver_hash_setup()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.data1453 hash_setup:PSA_ALG_SHA_1:PSA_SUCCESS
1457 hash_setup:PSA_ALG_SHA_224:PSA_SUCCESS
1461 hash_setup:PSA_ALG_SHA_256:PSA_SUCCESS
1465 hash_setup:PSA_ALG_SHA_384:PSA_SUCCESS
1469 hash_setup:PSA_ALG_SHA_512:PSA_SUCCESS
1473 hash_setup:PSA_ALG_MD5:PSA_SUCCESS
1477 hash_setup:PSA_ALG_RIPEMD160:PSA_SUCCESS
1481 hash_setup:PSA_ALG_CATEGORY_HASH:PSA_ERROR_NOT_SUPPORTED
1485 hash_setup:PSA_ALG_ANY_HASH:PSA_ERROR_NOT_SUPPORTED
1489 hash_setup:PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_INVALID_ARGUMENT
A Dtest_suite_psa_crypto.function1801 void hash_setup( int alg_arg,
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md253 * `"hash_setup"`: called by `psa_hash_setup()`.

Completed in 25 milliseconds