Searched refs:KEYSIZE (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dpk.h51 #define KEYSIZE 192 macro
H A Dpk.c74 for (i = 0; i < ((KEYSIZE - 128) / 8); i++) {
103 for (i = 0; i < ((KEYSIZE - 64) / 2) / 8; i++) {
171 unsigned short seed[KEYSIZE/BASEBITS + 1];
175 for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) {
/freebsd-10.0-release/sys/dev/random/
H A Dhash.h32 #define KEYSIZE 32 /* (in bytes) == 256 bits */ macro
H A Dyarrow.c241 static uint8_t v[TIMEBIN][KEYSIZE]; /* v[i] */
243 uint8_t hash[KEYSIZE]; /* h' */
244 uint8_t temp[KEYSIZE];
276 randomdev_hash_iterate(&context, v[i - 1], KEYSIZE);
278 randomdev_hash_iterate(&context, v[0], KEYSIZE);
290 randomdev_hash_iterate(&context, &random_state.key, KEYSIZE);
292 randomdev_hash_iterate(&context, &v[i], KEYSIZE);
330 static uint8_t genval[KEYSIZE];
388 uint8_t temp[KEYSIZE];
390 for (i = 0; i < KEYSIZE;
[all...]
H A Dhash.c54 * KEYSIZE bytes long.
63 * from the supplied <*data> which must be KEYSIZE bytes of binary
70 rijndael_makeKey(&context->key, DIR_ENCRYPT, KEYSIZE*8, data);
/freebsd-10.0-release/lib/libc/db/hash/
H A Dpage.h75 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); macro
/freebsd-10.0-release/lib/libc/gen/
H A Darc4random.c64 #define KEYSIZE 128 macro
145 u_char rnd[KEYSIZE];
153 if (arc4_sysctl((u_char *)&rdat, KEYSIZE) == KEYSIZE)
158 if (_read(fd, &rdat, KEYSIZE) == KEYSIZE)
169 arc4_addrandom((u_char *)&rdat, KEYSIZE);
/freebsd-10.0-release/usr.bin/newkey/
H A Dgeneric.c89 unsigned short seed[KEYSIZE/BASEBITS + 1];
93 for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) {
/freebsd-10.0-release/include/rpcsvc/
H A Dkey_prot.x73 const KEYSIZE = 192; /* KEYSIZE == bit length of key */
/freebsd-10.0-release/usr.sbin/keyserv/
H A Dsetkey.c290 for (i = 0; i < ((KEYSIZE - 64) / 2) / 8; i++) {

Completed in 117 milliseconds