Displaying 4 results from an estimated 4 matches for "md_size".
Did you mean:
pmd_size
2001 Mar 04
1
bubblebabble patch
...type);
+ break;
+ default:
+ fatal("key_fingerprint_raw: bad key type %d", k->type);
+ break;
+ }
+
+ if (blob != NULL) {
+ EVP_MD *md = NULL;
+ EVP_MD_CTX ctx;
+
+ retval = xmalloc(EVP_MAX_MD_SIZE);
+
+ switch (dgst_type) {
+ case DIGEST_TYPE_MD5:
+ md = EVP_md5();
+ break;
+ case DIGEST_TYPE_SHA1:
+ md = EVP_sha1();
+...
2000 Jun 21
1
SSH 2.2.0
Yo All!
I have been playing with SSH 2.2.0 from www.ssh.com. I can not
connect to openssh 2.2.1p1 using Ver 2 protocol from ssh Ver 2.2.0.
Ver 1 works fine.
See below for the debug output from both ends
If I force hmac-md5 (-m hmac-md5) from the sender it works!
The other 3 choices fail: hmac-sha1; hmac-md5-96; and none.
I have no problem connecting to this openssh host (hobbes) from
2006 Jun 24
3
recover data from linear raid
Hello,
I had a scientific linux 3.0.4 system (rhel compatible), with 3
ide disks, one for / and two others in linear raid (250 gb and 300 gb
each).
This system was obsoleted so i move the raid disks to a new
scientific linux 3.0.7 installation. However, the raid array was not
detected ( I put the disks on the same channels and same master/lsave
setup as in the previous setup). In fact
2010 Jun 03
2
Tracking down hangs
...mparing md4(3907091904) with md2(3907091904)
[ 42.343661] raid0: EQUAL
[ 42.343662] raid0: looking at md3
[ 42.343664] raid0: comparing md3(3907091904) with md2(3907091904)
[ 42.343666] raid0: EQUAL
[ 42.343667] raid0: FINAL 1 zones
[ 42.343669] raid0: done.
[ 42.343671] raid0 : md_size is 15628367616 blocks.
[ 42.343672] raid0 : conf->hash_spacing is 15628367616 blocks.
[ 42.343674] raid0 : nb_zone is 2.
[ 42.343675] raid0 : Allocating 16 bytes for hash.
[ 42.405967] device-mapper: uevent: version 1.0.3
[ 42.405967] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) ini...