Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_random.c174 #define KEYSIZE 128 macro
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()
/src/contrib/telnet/libtelnet/
H A Dpk.c70 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 Dpk.h51 #define KEYSIZE 192 macro
/src/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_decompress.c69 const int KEYSIZE = 64; in zstream_do_decompress() local
255 char key[KEYSIZE]; in zstream_do_decompress()
257 snprintf(key, KEYSIZE, "%llu,%llu", in zstream_do_decompress()
/src/lib/libc/db/hash/
H A Dpage.h74 #define KEYSIZE(K) (4*sizeof(u_int16_t) + (K)->size); macro
/src/include/rpcsvc/
H A Dkey_prot.x70 const KEYSIZE = 192; /* KEYSIZE == bit length of key */ variable
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dpage.h122 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); macro
/src/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dcamellia-expect-vt.txt2 KEYSIZE=128
520 KEYSIZE=256
H A Dexpect-vt.txt2 KEYSIZE=128
520 KEYSIZE=256
H A Dexpect-vk.txt2 KEYSIZE=128
520 KEYSIZE=256