Lines Matching refs:fixtures_dir
21 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:
518 with open(os.path.join(fixtures_dir, 'keys/test-der.crt'), 'rb') as f:
619 with open(os.path.join(fixtures_dir, 'cms-signed-indefinite-length.der'), 'rb') as f:
625 with open(os.path.join(fixtures_dir, 'cms-signed-digested.der'), 'rb') as f:
682 with open(os.path.join(fixtures_dir, 'keys/test-der.crt'), 'rb') as f:
758 with open(os.path.join(fixtures_dir, 'pkcs7-signed-digested.der'), 'rb') as f:
815 with open(os.path.join(fixtures_dir, 'keys/test-der.crt'), 'rb') as f:
891 with open(os.path.join(fixtures_dir, 'mozilla-generated-by-openssl.pkcs7.der'), 'rb') as f: