We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa710f5 commit 29eb80dCopy full SHA for 29eb80d
tests/suites/test_suite_psa_crypto.data
@@ -775,15 +775,12 @@ PSA hash finish: bad arguments
775
hash_finish_bad_args:
776
777
PSA hash compute: bad algorithm (unknown hash)
778
-depends_on:MBEDTLS_SHA256_C
779
hash_compute_fail:PSA_ALG_CATEGORY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
780
781
PSA hash compute: bad algorithm (wildcard)
782
783
hash_compute_fail:PSA_ALG_ANY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
784
785
PSA hash compute: bad algorithm (not a hash)
786
787
hash_compute_fail:PSA_ALG_HMAC(PSA_ALG_SHA_256):"":32:PSA_ERROR_INVALID_ARGUMENT
788
789
PSA hash compute: output buffer too small
0 commit comments