Home
last modified time | relevance | path

Searched refs:test_ca_key_file_rsa (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/data_files/
H A DMakefile40 test_ca_key_file_rsa = test-ca.key macro
44 $(test_ca_key_file_rsa):
46 all_final += $(test_ca_key_file_rsa)
48 test-ca.req.sha256: $(test_ca_key_file_rsa)
49 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$(test_ca_key_file_rsa) password=$(test_ca_pwd_rsa) su…
52 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
53 …=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd…
59 test-ca.key.der: $(test_ca_key_file_rsa)
64 test-ca_nocn.crt: $(test_ca_key_file_rsa)
66 subject_key=$(test_ca_key_file_rsa) subject_pwd=$(test_ca_pwd_rsa) subject_name="C=NL" \
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/data_files/
H A DMakefile40 test_ca_key_file_rsa = test-ca.key macro
45 $(test_ca_key_file_rsa):
47 $(test_ca_key_file_rsa_unenc): $(test_ca_key_file_rsa)
49 all_final += $(test_ca_key_file_rsa) $(test_ca_key_file_rsa_unenc)
51 test-ca.req.sha256: $(test_ca_key_file_rsa)
52 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$(test_ca_key_file_rsa) password=$(test_ca_pwd_rsa) su…
55 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
56 …=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd…
62 test-ca.key.der: $(test_ca_key_file_rsa)
67 test-ca_nocn.crt: $(test_ca_key_file_rsa)
[all …]