Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/scripts/
H A Drsp_to_gcm_test.py22 def generate_case(outf, myvars, mode): argument
23 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 …]