Home
last modified time | relevance | path

Searched refs:ofb_path (Results 1 – 3 of 3) sorted by relevance

/external/python/cryptography/docs/development/custom-vectors/seed/
Dverify_seed.py32 ofb_path = "vectors/cryptography_vectors/ciphers/SEED/seed-ofb.txt" variable
33 verify_vectors("OFB", ofb_path)
/external/python/cryptography/docs/development/custom-vectors/idea/
Dverify_idea.py36 ofb_path = "tests/hazmat/primitives/vectors/ciphers/IDEA/idea-ofb.txt" variable
37 verify_vectors("OFB", ofb_path)
/external/python/cryptography/docs/development/custom-vectors/cast5/
Dgenerate_cast5.py63 ofb_path = "tests/hazmat/primitives/vectors/ciphers/AES/OFB/OFBMMT128.rsp" variable
64 write_file(build_vectors(modes.OFB, ofb_path), "cast5-ofb.txt")