Searched refs:build_vectors (Results 1 – 5 of 5) sorted by relevance
/external/python/cryptography/docs/development/custom-vectors/cast5/ |
D | generate_cast5.py | 25 def build_vectors(mode, filename): function 62 write_file(build_vectors(modes.CBC, cbc_path), "cast5-cbc.txt") 64 write_file(build_vectors(modes.OFB, ofb_path), "cast5-ofb.txt") 66 write_file(build_vectors(modes.CFB, cfb_path), "cast5-cfb.txt") 68 write_file(build_vectors(modes.CTR, ctr_path), "cast5-ctr.txt")
|
/external/python/cryptography/docs/development/custom-vectors/idea/ |
D | generate_idea.py | 19 def build_vectors(mode, filename): function 57 write_file(build_vectors(modes.CBC, CBC_PATH), "idea-cbc.txt") 59 write_file(build_vectors(modes.OFB, OFB_PATH), "idea-ofb.txt") 61 write_file(build_vectors(modes.CFB, CFB_PATH), "idea-cfb.txt")
|
/external/python/cryptography/docs/development/custom-vectors/seed/ |
D | generate_seed.py | 19 def build_vectors(mode, filename): function 56 write_file(build_vectors(modes.OFB, OFB_PATH), "seed-ofb.txt") 58 write_file(build_vectors(modes.CFB, CFB_PATH), "seed-cfb.txt")
|
/external/python/cryptography/docs/development/custom-vectors/secp256k1/ |
D | generate_secp256k1.py | 38 def build_vectors(fips_vectors): function 88 build_vectors(fips_vectors),
|
/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/ |
D | generate_rsa_oaep_sha2.py | 18 def build_vectors(mgf1alg, hashalg, filename): function 126 build_vectors(hashtuple[0], hashtuple[1], oaep_path),
|