HomeSort by: relevance | last modified time | path
    Searched refs:print_hexlabel (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
slhdsa_parse.py 35 def print_hexlabel(label, tag, value): function
46 print_hexlabel("Ctrl", "seed", tst['skSeed'] + tst['skPrf'] + tst['pkSeed'])
47 print_hexlabel("CtrlOut", "pub", tst['pk'])
48 print_hexlabel("CtrlOut", "priv", tst['sk'])
84 print_hexlabel("Ctrl", "test-entropy", tst['additionalRandomness']);
88 print_hexlabel("Ctrl", "context-string", tst["context"])
108 print_hexlabel("Ctrl", "test-entropy", tst['additionalRandomness']);
111 print_hexlabel("Ctrl", "context-string", tst["context"])
mlkem_parse.py 31 def print_hexlabel(label, tag, value): function
41 print_hexlabel("Ctrl", "seed", tst['d'] + tst['z'])
42 print_hexlabel("CtrlOut", "pub", tst['ek'])
43 print_hexlabel("CtrlOut", "priv", tst['dk'])
mldsa_wycheproof_parse.py 31 def print_hexlabel(label, tag, value): function
58 print_hexlabel("Ctrl", "priv", grp['privateKey'])
65 print_hexlabel("Ctrl", "context-string", tst['ctx'])
95 print_hexlabel("Ctrl", "pub", grp['publicKey'])
102 print_hexlabel("Ctrl", "context-string", tst['ctx'])
mldsa_parse.py 29 def print_hexlabel(label, tag, value): function
39 print_hexlabel("Ctrl", "seed", tst['seed'])
40 print_hexlabel("CtrlOut", "pub", tst['pk'])
41 print_hexlabel("CtrlOut", "priv", tst['sk'])

Completed in 23 milliseconds