Remove some spurious dependencies on MBEDTLS_SHA256_C
This commit is contained in:
parent
fa710f5c6a
commit
29eb80d26c
1 changed files with 0 additions and 3 deletions
|
@ -775,15 +775,12 @@ PSA hash finish: bad arguments
|
||||||
hash_finish_bad_args:
|
hash_finish_bad_args:
|
||||||
|
|
||||||
PSA hash compute: bad algorithm (unknown hash)
|
PSA hash compute: bad algorithm (unknown hash)
|
||||||
depends_on:MBEDTLS_SHA256_C
|
|
||||||
hash_compute_fail:PSA_ALG_CATEGORY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
|
hash_compute_fail:PSA_ALG_CATEGORY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
|
||||||
|
|
||||||
PSA hash compute: bad algorithm (wildcard)
|
PSA hash compute: bad algorithm (wildcard)
|
||||||
depends_on:MBEDTLS_SHA256_C
|
|
||||||
hash_compute_fail:PSA_ALG_ANY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
|
hash_compute_fail:PSA_ALG_ANY_HASH:"":32:PSA_ERROR_NOT_SUPPORTED
|
||||||
|
|
||||||
PSA hash compute: bad algorithm (not a hash)
|
PSA hash compute: bad algorithm (not a hash)
|
||||||
depends_on:MBEDTLS_SHA256_C
|
|
||||||
hash_compute_fail:PSA_ALG_HMAC(PSA_ALG_SHA_256):"":32:PSA_ERROR_INVALID_ARGUMENT
|
hash_compute_fail:PSA_ALG_HMAC(PSA_ALG_SHA_256):"":32:PSA_ERROR_INVALID_ARGUMENT
|
||||||
|
|
||||||
PSA hash compute: output buffer too small
|
PSA hash compute: output buffer too small
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue