Searched refs:myvars (Results 1 – 1 of 1) sorted by relevance
22 def generate_case(outf, myvars, mode): argument23 if 'PT' not in myvars:24 myvars['PT'] = ''25 if 'FAIL' in myvars:27 if limited and myvars['Count'] != '0':30 if len(myvars['Tag']) / 2 < 96 / 8:34 outf.write('/* Key */ ' + to_compound_str(myvars['Key']) + '\n')35 outf.write('/* IV */ ' + to_compound_str(myvars['IV']) + '\n')37 outf.write('/* AAD */ ' + to_compound_str(myvars['AAD']) + '\n')39 outf.write('/* PT */ ' + to_compound_str(myvars['PT']) + '\n')[all …]