Home
last modified time | relevance | path

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

/external/python/cryptography/docs/development/custom-vectors/idea/
Dverify_idea.py34 cbc_path = "tests/hazmat/primitives/vectors/ciphers/IDEA/idea-cbc.txt" variable
35 verify_vectors("CBC", cbc_path)
/external/python/cryptography/docs/development/custom-vectors/cast5/
Dgenerate_cast5.py61 cbc_path = "tests/hazmat/primitives/vectors/ciphers/AES/CBC/CBCMMT128.rsp" variable
62 write_file(build_vectors(modes.CBC, cbc_path), "cast5-cbc.txt")