Searched refs:KEYSIZE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_random.c | 174 #define KEYSIZE 128 227 uint8_t rnd[KEYSIZE]; in arc4_stir() 237 if (read(fd, &rdat, KEYSIZE) == KEYSIZE) in arc4_stir() 247 arc4_addrandom((uint8_t *)&rdat, KEYSIZE); in arc4_stir() 175 #define KEYSIZE global() macro
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_drop_record.c | 43 const int KEYSIZE = 64; in zstream_do_drop_record() local 207 char key[KEYSIZE]; in zstream_do_drop_record() 209 snprintf(key, KEYSIZE, "%llu,%llu", in zstream_do_drop_record() 238 char key[KEYSIZE]; in zstream_do_drop_record() 246 snprintf(key, KEYSIZE, "%llu,%llu", in zstream_do_drop_record()
|
| H A D | zstream_decompress.c | 45 const int KEYSIZE = 64; in zstream_do_decompress() local 231 char key[KEYSIZE]; in zstream_do_decompress() 233 snprintf(key, KEYSIZE, "%llu,%llu", in zstream_do_decompress()
|
| /freebsd/contrib/telnet/libtelnet/ |
| H A D | pk.c | 70 for (i = 0; i < ((KEYSIZE - 128) / 8); i++) { in extractideakey() 99 for (i = 0; i < ((KEYSIZE - 64) / 2) / 8; i++) { in extractdeskey() 162 unsigned short seed[KEYSIZE/BASEBITS + 1]; in genkeys() 166 for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) { in genkeys()
|
| H A D | pk.h | 51 #define KEYSIZE 192 macro
|
| /freebsd/lib/libc/db/hash/ |
| H A D | page.h | 74 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); macro
|
| /freebsd/include/rpcsvc/ |
| H A D | key_prot.x | 70 const KEYSIZE = 192; /* KEYSIZE == bit length of key */ variable
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | page.h | 122 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); macro
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | camellia-expect-vt.txt | 2 KEYSIZE=128 520 KEYSIZE=256
|
| H A D | expect-vt.txt | 2 KEYSIZE=128 520 KEYSIZE=256
|
| H A D | expect-vk.txt | 2 KEYSIZE=128 520 KEYSIZE=256
|