Home
last modified time | relevance | path

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

/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_ntor_cl.c75 char *hexkeys = NULL; in server1() local
91 hexkeys = tor_malloc(keybytes*2+1); in server1()
102 base16_encode(hexkeys, keybytes*2+1, (const char*)keys, keybytes); in server1()
103 printf("%s\n", hexkeys); in server1()
107 tor_free(hexkeys); in server1()
119 char *hexkeys; in client2() local
128 hexkeys = tor_malloc(keybytes*2+1); in client2()
135 base16_encode(hexkeys, keybytes*2+1, (const char*)keys, keybytes); in client2()
136 printf("%s\n", hexkeys); in client2()
140 tor_free(hexkeys); in client2()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_ntor_cl.c75 char *hexkeys = NULL; in server1() local
91 hexkeys = tor_malloc(keybytes*2+1); in server1()
102 base16_encode(hexkeys, keybytes*2+1, (const char*)keys, keybytes); in server1()
103 printf("%s\n", hexkeys); in server1()
107 tor_free(hexkeys); in server1()
119 char *hexkeys; in client2() local
128 hexkeys = tor_malloc(keybytes*2+1); in client2()
135 base16_encode(hexkeys, keybytes*2+1, (const char*)keys, keybytes); in client2()
136 printf("%s\n", hexkeys); in client2()
140 tor_free(hexkeys); in client2()
/dports/net/samba412/samba-4.12.15/source3/script/tests/
H A Dtest_net_tdb.sh50 $samba_tdbtool $LOCKDIR/locking.tdb hexkeys || \
60 key=0x$($samba_tdbtool $LOCKDIR/locking.tdb hexkeys | \
/dports/editors/chexedit/hexedit-0.9.7/src/
H A DMakefile.am12 hexkeys.c \
H A DMakefile.in67 … filekeys.c hash.c help.c hexkeys.c …
80 filekeys.o hash.o help.o hexkeys.o init.o main.o misc.o print.o \
/dports/databases/db5/db-5.3.28/build_vxworks/util/
H A Ddb_load.c321 int ascii_recno, checkprint, hexkeys, keyflag, keys, resize, ret, rval; local
338 hexkeys = -1;
434 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
544 if (db_load_dbt_rrecno(dbenv, readp, hexkeys))
/dports/databases/db5/db-5.3.28/util/
H A Ddb_load.c306 int ascii_recno, checkprint, hexkeys, keyflag, keys, resize, ret, rval; local
323 hexkeys = -1;
419 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
529 if (dbt_rrecno(dbenv, readp, hexkeys))
/dports/databases/db18/db-18.1.40/util/
H A Ddb_load.c321 int ascii_recno, checkprint, hexkeys; local
340 hexkeys = -1;
442 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
554 if (dbt_rrecno(dbenv, readp, hexkeys))
/dports/databases/db18/db-18.1.40/build_vxworks/util/
H A Ddb_load.c336 int ascii_recno, checkprint, hexkeys; local
355 hexkeys = -1;
457 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
569 if (db_load_dbt_rrecno(dbenv, readp, hexkeys))
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c6526 const int8 hexkeys[] = { 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 32, 53, 51, 34, 18, 35 }; in gui_handler() local
7628 if( msg->Code == hexkeys[i] ) in gui_handler()
8507 if( msg->Code == hexkeys[i] ) in gui_handler()