Searched refs:KEYSIZE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 129 unsigned short seed[KEYSIZE/BASEBITS + 1]; 138 for (i = 0; i < KEYSIZE/BASEBITS + 1; i++) { 216 for (i = 0; i < ((KEYSIZE - 64) / 2) / 8; i++) {
|
H A D | publickey.c | 312 return (__getpublickey_cached_g(netname, KEYSIZE, 0, pkey, in __getpublickey_cached() 331 return (getsecretkey_g(netname, KEYSIZE, 0, skey, HEXKEYBYTES+1, in getsecretkey() 403 NULL, KEYSIZE, 0)); in extract_secret()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | key_prot.h | 49 #define KEYSIZE 192 macro
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 136 #define KEYSIZE(K) (4 * sizeof(u_int16_t) + (K)->size); macro
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | key_prot.x | 65 const KEYSIZE = 192; /* KEYSIZE == bit length of key */ variable
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | setkey.c | 1223 for (i = 0; i < ((KEYSIZE - 64) / 2) / 8; i++) {
|