Home
last modified time | relevance | path

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

/optee_test-3.20.0/scripts/
A Drsp_to_gcm_test.py8 def to_compound_str(val): function
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')
40 outf.write('/* CT */ ' + to_compound_str(myvars['CT']) + '\n')
41 outf.write('/* Tag */ ' + to_compound_str(myvars['Tag']) + '\n')

Completed in 1 milliseconds