Home
last modified time | relevance | path

Searched refs:c (Results 1 – 17 of 17) sorted by relevance

/tests/psa-client-server/psasim/
A DMakefile19 LIBPSACLIENT_SRC = src/psa_ff_client.c \
20 src/psa_sim_crypto_client.c \
21 src/psa_sim_serialise.c
22 LIBPSACLIENT_OBJS=$(LIBPSACLIENT_SRC:.c=.o)
24 PSA_CLIENT_BASE_SRC = $(LIBPSACLIENT_SRC) src/client.c
27 $(wildcard src/aut_*.c)
29 PARTITION_SERVER_BOOTSTRAP = src/psa_ff_bootstrap_TEST_PARTITION.c
32 src/psa_ff_server.c \
33 src/psa_sim_crypto_server.c \
34 src/psa_sim_serialise.c
[all …]
A DREADME.md27 - `psa_sim_serialise.[c|h]`:
30 - `psa_sim_crypto_[client|server].c` and `psa_functions_codes.h`:
32 …- `psa_sim_crypto_[client|server].c` provide interfaces for PSA Crypto APIs on client and server s…
36 - `psa_sim_serialise.[c|h]`:
39 - run `./psa_sim_serialise.pl c > psa_sim_serialise.c`
40 - `psa_sim_crypto_[client|server].c` and `psa_functions_codes.h`:
A D.gitignore4 test/psa_ff_bootstrap.c
/tests/suites/
A Dtest_suite_debug.data41 …ue' (16 bytes)\nMyFile(0999)\: 0000\: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f ..........…
44 …ue' (17 bytes)\nMyFile(0999)\: 0000\: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f ..........…
47c 0d 0e 0f ................\nMyFile(0999)\: 0010\: 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e …
62c ee 66 88 3e 62 90 ff\nMyFile(0999)\: e7 03 f4 ea 59 63 bf 21 27 13 ce e4 6b 10 7c 09\nMyFile(09…
65c ee 66 88 3e 62 90\nMyFile(0999)\: ff e7 03 f4 ea 59 63 bf 21 27 13 ce e4 6b 10 7c\nMyFile(0999)…
68c ee 66 88 3e 62 90\nMyFile(0999)\: ff e7 03 f4 ea 59 63 bf 21 27 13 ce e4 6b 10 7c\nMyFile(0999)…
72c 09 04 47 82 b0 57 39\nMyFile(0999)\: 70 ed a3 ec 15 19 1e a8 33 08 47 c1 05 42 a9 fd\nMyFile(09…
76 …c 1a 95 29 ce 2c 2d\nMyFile(0999)\: value of 'crt->eckey.Q(Y)' (384 bits) is\:\nMyFile(0999)\: 87…
A Dtest_suite_test_helpers.function18 * That negative testing is done in framework/tests/programs/metatest.c. */
A Dtest_suite_x509write.function613 unsigned char *c = buf + sizeof(buf);
624 ret = mbedtls_x509_write_names(&c, buf, names);
627 TEST_EQUAL(mbedtls_asn1_get_tag(&c, buf + sizeof(buf), &len,
629 ret = mbedtls_x509_get_name(&c, buf + sizeof(buf), &parsed);
A Dtest_suite_pkcs7.data553 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #119.0
609 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #133.0
777 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #175.0
833 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #189.0
1145 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #267.0
1201 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #281.0
1642 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #391.0
1698 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #405.0
1962 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #471.0
2018 PKCS7 Parse Failure Invalid ASN1: Change tag 0c to 02 #485.0
[all …]
A Dtest_suite_x509parse.function987 unsigned char *c = buf + sizeof(buf);
998 ret = mbedtls_x509_write_names(&c, buf, names);
1001 TEST_EQUAL(mbedtls_asn1_get_tag(&c, buf + sizeof(buf), &len,
1003 TEST_EQUAL(mbedtls_x509_get_name(&c, buf + sizeof(buf), &parsed), 0);
1461 ret = mbedtls_snprintf(file_buf, sizeof(file_buf), "%s/c%02d.pem", chain_dir,
A Dtest_suite_ssl.data2754 SSL TLS 1.3 Key schedule: Derive-Secret( ., "c e traffic", hash)
2764 SSL TLS 1.3 Key schedule: Derive-Secret( ., "c hs traffic", hash)
2774 SSL TLS 1.3 Key schedule: Derive-Secret( ., "c ap traffic", hash)
2843 # - Server App Key: 9f 02 28 3b 6c 9c 07 ef c2 6b b9 f2 ac 92 e3 56
2847 # - App data payload: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
2848 # 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
2849 # 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f
2851 # - Complete record: 17 03 03 00 43 a2 3f 70 54 b6 2c 94 d0 af fa fe
2862 # - Server App Key: 9f 02 28 3b 6c 9c 07 ef c2 6b b9 f2 ac 92 e3 56
2866 # - App data payload: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f
[all …]
A Dtest_suite_net.function31 * \return \c 0 on success, a negative error code on error.
A Dtest_suite_x509parse.data650 X509 CRT verification #8c (Expired Cert, longer chain)
2494 # 305c
2894 X509 RSASSA-PSS parameters ASN1 (MGAlg.params wrong len #1c)
/tests/
A DMakefile211 ../framework/tests/src/%.o : ../framework/tests/src/%.c $(TEST_OBJS_DEPS)
215 ../framework/tests/src/drivers/%.o : ../framework/tests/src/drivers/%.c
220 src/%.o : src/%.c $(TEST_OBJS_DEPS)
224 src/test_helpers/%.o : src/test_helpers/%.c
228 C_FILES := $(addsuffix .c,$(APPS)) $(addsuffix .c,$(CRYPTO_APPS))
229 c: $(C_FILES) target
271 $(BINARIES): %$(EXEXT): %.c $(MBEDLIBS) $(TEST_OBJS_DEPS) $(MBEDTLS_TEST_OBJS)
288 rm -rf $(BINARIES) *.c *.datax
289 rm -rf $(CRYPTO_BINARIES) ../tf-psa-crypto/tests/*.c ../tf-psa-crypto/tests/*.datax
298 if exist *.c del /Q /F *.c
[all …]
A Dcompat.sh822 cp $SRV_OUT c-srv-${TESTS}.log
823 cp $CLI_OUT c-cli-${TESTS}.log
835 cat c-srv-${TESTS}.log
838 cat c-cli-${TESTS}.log
A DCMakeLists.txt144 test_suite_${data_name}.c
167 add_executable(test_suite_${data_name} test_suite_${data_name}.c
A Dssl-opt.sh630 for c in $CONFIGS_ENABLED; do
631 case $c in
645 unset c
/tests/scripts/
A Dcomponents-basic-checks.sh14 ./framework/scripts/recursion.pl library/*.c
15 ./framework/scripts/recursion.pl ${PSA_CORE_PATH}/*.c
16 ./framework/scripts/recursion.pl ${BUILTIN_SRC_PATH}/*.c
A Dcomponents-configuration-crypto.sh1999 source_file=../${file%.o}.c

Completed in 172 milliseconds