Searched refs:hash_setup (Results 1 – 4 of 4) sorted by relevance
163 static psa_status_t hash_setup( in hash_setup() function438 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()
1453 hash_setup:PSA_ALG_SHA_1:PSA_SUCCESS1457 hash_setup:PSA_ALG_SHA_224:PSA_SUCCESS1461 hash_setup:PSA_ALG_SHA_256:PSA_SUCCESS1465 hash_setup:PSA_ALG_SHA_384:PSA_SUCCESS1469 hash_setup:PSA_ALG_SHA_512:PSA_SUCCESS1473 hash_setup:PSA_ALG_MD5:PSA_SUCCESS1477 hash_setup:PSA_ALG_RIPEMD160:PSA_SUCCESS1481 hash_setup:PSA_ALG_CATEGORY_HASH:PSA_ERROR_NOT_SUPPORTED1485 hash_setup:PSA_ALG_ANY_HASH:PSA_ERROR_NOT_SUPPORTED1489 hash_setup:PSA_ALG_HMAC(PSA_ALG_SHA_256):PSA_ERROR_INVALID_ARGUMENT
1801 void hash_setup( int alg_arg,
253 * `"hash_setup"`: called by `psa_hash_setup()`.
Completed in 25 milliseconds