Searched refs:KEYSIZE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_random.c | 148 #define KEYSIZE 128 macro 201 uint8_t rnd[KEYSIZE]; in arc4_stir() 211 if (read(fd, &rdat, KEYSIZE) == KEYSIZE) in arc4_stir() 221 arc4_addrandom((uint8_t *)&rdat, KEYSIZE); in arc4_stir()
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_drop_record.c | 32 #define KEYSIZE 64 macro 46 char key[KEYSIZE]; in chain_drop_records() 63 snprintf(key, KEYSIZE, "%llu,%llu", object, offset); in chain_drop_records()
|
| H A D | zstream_decompress.c | 37 #define KEYSIZE 64 macro 51 char key[KEYSIZE]; in chain_decompress_named_writes() 58 snprintf(key, KEYSIZE, "%llu,%llu", in chain_decompress_named_writes()
|
| /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
|