mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 10:43:31 +00:00
Move crypto test suites
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
088a1ab081
commit
701b88c54a
framework
tf-psa-crypto/tests/suites
helpers.functionhost_test.functionmain_test.functiontest_suite_aes.cbc.datatest_suite_aes.cfb.datatest_suite_aes.ctr.datatest_suite_aes.ecb.datatest_suite_aes.functiontest_suite_aes.ofb.datatest_suite_aes.rest.datatest_suite_aes.xts.datatest_suite_alignment.datatest_suite_alignment.functiontest_suite_aria.datatest_suite_aria.functiontest_suite_asn1parse.datatest_suite_asn1parse.functiontest_suite_asn1write.datatest_suite_asn1write.functiontest_suite_base64.datatest_suite_base64.functiontest_suite_bignum.functiontest_suite_bignum.misc.datatest_suite_bignum_core.functiontest_suite_bignum_core.misc.datatest_suite_bignum_mod.functiontest_suite_bignum_mod.misc.datatest_suite_bignum_mod_raw.datatest_suite_bignum_mod_raw.functiontest_suite_bignum_random.datatest_suite_bignum_random.functiontest_suite_block_cipher.datatest_suite_block_cipher.functiontest_suite_block_cipher.psa.datatest_suite_camellia.datatest_suite_camellia.functiontest_suite_ccm.datatest_suite_ccm.functiontest_suite_chacha20.datatest_suite_chacha20.functiontest_suite_chachapoly.datatest_suite_chachapoly.functiontest_suite_cipher.aes.datatest_suite_cipher.aria.datatest_suite_cipher.camellia.datatest_suite_cipher.ccm.datatest_suite_cipher.chacha20.datatest_suite_cipher.chachapoly.datatest_suite_cipher.des.datatest_suite_cipher.functiontest_suite_cipher.gcm.datatest_suite_cipher.misc.datatest_suite_cipher.nist_kw.datatest_suite_cipher.null.datatest_suite_cipher.padding.datatest_suite_cmac.datatest_suite_cmac.functiontest_suite_common.datatest_suite_common.functiontest_suite_config.crypto_combinations.datatest_suite_config.functiontest_suite_config.psa_combinations.datatest_suite_constant_time.datatest_suite_constant_time.functiontest_suite_constant_time_hmac.datatest_suite_constant_time_hmac.functiontest_suite_ctr_drbg.datatest_suite_ctr_drbg.functiontest_suite_des.datatest_suite_des.functiontest_suite_dhm.datatest_suite_dhm.functiontest_suite_ecdh.datatest_suite_ecdh.functiontest_suite_ecdsa.datatest_suite_ecdsa.functiontest_suite_ecjpake.datatest_suite_ecjpake.functiontest_suite_ecp.datatest_suite_ecp.functiontest_suite_entropy.datatest_suite_entropy.functiontest_suite_error.datatest_suite_error.functiontest_suite_gcm.aes128_de.datatest_suite_gcm.aes128_en.datatest_suite_gcm.aes192_de.datatest_suite_gcm.aes192_en.datatest_suite_gcm.aes256_de.datatest_suite_gcm.aes256_en.datatest_suite_gcm.camellia.datatest_suite_gcm.functiontest_suite_gcm.misc.datatest_suite_hkdf.datatest_suite_hkdf.functiontest_suite_hmac_drbg.functiontest_suite_hmac_drbg.misc.datatest_suite_hmac_drbg.no_reseed.datatest_suite_hmac_drbg.nopr.data
@ -1 +1 @@
|
|||||||
Subproject commit 9eeacb7125d6630a11e29d8a7aab5873b3638b6d
|
Subproject commit df7024c72357610b3aa4194ae8e10ede989ed0fd
|
0
tests/suites/test_suite_block_cipher.data → tf-psa-crypto/tests/suites/test_suite_block_cipher.data
0
tests/suites/test_suite_block_cipher.data → tf-psa-crypto/tests/suites/test_suite_block_cipher.data
0
tests/suites/test_suite_camellia.function → tf-psa-crypto/tests/suites/test_suite_camellia.function
0
tests/suites/test_suite_camellia.function → tf-psa-crypto/tests/suites/test_suite_camellia.function
0
tests/suites/test_suite_chacha20.function → tf-psa-crypto/tests/suites/test_suite_chacha20.function
0
tests/suites/test_suite_chacha20.function → tf-psa-crypto/tests/suites/test_suite_chacha20.function
14
tf-psa-crypto/tests/suites/test_suite_config.function
Normal file
14
tf-psa-crypto/tests/suites/test_suite_config.function
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
/* BEGIN_HEADER */
|
||||||
|
|
||||||
|
/* END_HEADER */
|
||||||
|
|
||||||
|
/* BEGIN_CASE */
|
||||||
|
/* This test case always passes. It is intended solely for configuration
|
||||||
|
* reporting in the outcome file. Write test cases using this function
|
||||||
|
* with dependencies to record in which configurations the dependencies
|
||||||
|
* are met. */
|
||||||
|
void pass()
|
||||||
|
{
|
||||||
|
goto exit;
|
||||||
|
}
|
||||||
|
/* END_CASE */
|
0
tests/suites/test_suite_ctr_drbg.function → tf-psa-crypto/tests/suites/test_suite_ctr_drbg.function
0
tests/suites/test_suite_ctr_drbg.function → tf-psa-crypto/tests/suites/test_suite_ctr_drbg.function
0
tests/suites/test_suite_gcm.camellia.data → tf-psa-crypto/tests/suites/test_suite_gcm.camellia.data
0
tests/suites/test_suite_gcm.camellia.data → tf-psa-crypto/tests/suites/test_suite_gcm.camellia.data
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user