Home
last modified time | relevance | path

Searched refs:fixtures_dir (Results 1 – 13 of 13) sorted by relevance

/external/python/asn1crypto/tests/
Dtest_keys.py21 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
28 with open(os.path.join(fixtures_dir, 'keys/test-der.key'), 'rb') as f:
73 with open(os.path.join(fixtures_dir, 'keys/test-der.key'), 'rb') as f:
117 with open(os.path.join(fixtures_dir, 'keys/test-dsa-der.key'), 'rb') as f:
146 with open(os.path.join(fixtures_dir, 'keys/test-ec-der.key'), 'rb') as f:
208 with open(os.path.join(fixtures_dir, 'keys/test-public-rsa-der.key'), 'rb') as f:
221 with open(os.path.join(fixtures_dir, 'keys/test-public-der.key'), 'rb') as f:
244 with open(os.path.join(fixtures_dir, 'keys/test-pkcs8-der.key'), 'rb') as f:
309 with open(os.path.join(fixtures_dir, 'keys/test-rsapss-der.key'), 'rb') as f:
374 with open(os.path.join(fixtures_dir, 'keys/test-public-rsapss-der.key'), 'rb') as f:
[all …]
Dtest_pem.py24 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
61 with open(os.path.join(fixtures_dir, relative_path), 'rb') as f:
111 with open(os.path.join(fixtures_dir, relative_path), 'rb') as f:
117 with open(os.path.join(fixtures_dir, expected_bytes_filename), 'rb') as f:
126 with open(os.path.join(fixtures_dir, pem_file), 'rb') as f:
128 with open(os.path.join(fixtures_dir, der_file), 'rb') as f:
140 with open(os.path.join(fixtures_dir, relative_path), 'rb') as f:
144 with open(os.path.join(fixtures_dir, expected_bytes_filename), 'rb') as f:
Dtest_cms.py21 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
69 with open(os.path.join(fixtures_dir, 'message.der'), 'rb') as f:
82 with open(os.path.join(fixtures_dir, 'cms-compressed.der'), 'rb') as f:
119 with open(os.path.join(fixtures_dir, 'meca2_compressed.der'), 'rb') as f:
148 with open(os.path.join(fixtures_dir, 'cms-digested.der'), 'rb') as f:
183 with open(os.path.join(fixtures_dir, 'cms-encrypted.der'), 'rb') as f:
233 with open(os.path.join(fixtures_dir, 'cms-enveloped.der'), 'rb') as f:
343 with open(os.path.join(fixtures_dir, 'cms-signed.der'), 'rb') as f:
380 with open(os.path.join(fixtures_dir, 'keys/test-der.crt'), 'rb') as f:
481 with open(os.path.join(fixtures_dir, 'pkcs7-signed.der'), 'rb') as f:
[all …]
Dtest_csr.py22 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
28 with open(os.path.join(fixtures_dir, 'test-inter-der.csr'), 'rb') as f:
71 with open(os.path.join(fixtures_dir, 'test-third-der.csr'), 'rb') as f:
Dtest_pkcs12.py19 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
25 with open(os.path.join(fixtures_dir, 'test-tripledes.p12'), 'rb') as f:
85 with open(os.path.join(fixtures_dir, 'certbag.der'), 'rb') as f:
Dtest_crl.py23 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
29 with open(os.path.join(fixtures_dir, 'eid2011.crl'), 'rb') as f:
Dtest_algos.py22 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
36 with open(os.path.join(fixtures_dir, 'aesccm_algo.der'), 'rb') as f:
Dtest_tsp.py14 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
20 with open(os.path.join(fixtures_dir, 'tsp_request'), 'rb') as f:
45 with open(os.path.join(fixtures_dir, 'tsp_response'), 'rb') as f:
Dtest_ocsp.py21 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
27 with open(os.path.join(fixtures_dir, 'ocsp_request'), 'rb') as f:
65 with open(os.path.join(fixtures_dir, 'ocsp_response'), 'rb') as f:
Dsetup.py34 fixtures_dir = os.path.join(TESTS_ROOT, 'fixtures') variable
35 for root, dirs, files in os.walk(fixtures_dir):
Dtest_x509.py23 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
30 with open(os.path.join(fixtures_dir, relative_path), 'rb') as f:
3512 with open(os.path.join(fixtures_dir, 'sender_dummycorp.com.crt'), 'rb') as f:
3544 with open(os.path.join(fixtures_dir, 'admin.ch.crt'), 'rb') as f:
Dtest_util.py27 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
Dtest_core.py16 fixtures_dir = os.path.join(tests_root, 'fixtures') variable
476 with open(os.path.join(fixtures_dir, input_filename), 'rb') as f: