Searched defs:cipher_dir_out (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py37 cipher_dir_out = os.path.join (basedir, "cipher") variable
39 os.makedirs (cipher_dir_out)
41 print ("WARNING: %s already exists" % cipher_dir_out)
73 cryptolist = codecs.open (os.path.join (cipher_dir_out, "crypto.lst"), "w", "utf-8")
90 outfile = os.path.join (cipher_dir_out, cipher_file)
342 outfile = os.path.join (cipher_dir_out, "types.h")
349 outfile = os.path.join (cipher_dir_out, "memory.h")
356 outfile = os.path.join (cipher_dir_out, "cipher.h")
363 outfile = os.path.join (cipher_dir_out, "g10lib.h")
370 outfile = os.path.join (cipher_dir_out, "ChangeLo
[all...]

Completed in 23 milliseconds