Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dslhdsa_parse.py35 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"])
H A Dmldsa_wycheproof_parse.py31 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'])
H A Dmlkem_parse.py31 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'])
H A Dmldsa_parse.py29 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'])