search for: sha256_upd

Displaying 6 results from an estimated 6 matches for "sha256_upd".

2009 Oct 19
1
Problems compiling against OpenSSL-0.9.8k
...ious declaration of 'SHA256_Init' was here ../openssl/include/openssl/sha.h:145: error: conflicting types for 'SHA256_Init' openbsd-compat/sha2.h:77: error: previous declaration of 'SHA256_Init' was here ../openssl/include/openssl/sha.h:146: error: conflicting types for 'SHA256_Update' openbsd-compat/sha2.h:80: error: previous declaration of 'SHA256_Update' was here ../openssl/include/openssl/sha.h:146: error: conflicting types for 'SHA256_Update' openbsd-compat/sha2.h:80: error: previous declaration of 'SHA256_Update' was here ../openssl/include/o...
2011 Jan 12
1
[openssh-commits] CVS: fuyu.mindrot.org: openssh
This commit message was supposed to be: - (djm) [configure.ac] Turn on -Wno-unused-result for gcc >= 4.4 to avoid silly warnings on write() calls we don't care succeed or not. I fixed the CVS log retrospectively On Wed, 12 Jan 2011, Damien Miller wrote: > CVSROOT: /var/cvs > Module name: openssh > Changes by: djm at fuyu.mindrot.org 11/01/12 13:34:04 >
2020 Sep 25
20
[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
Hi, This is an initial implementation of a vhost-user backend for the VirtIO RPMB device. The device is currently in the draft of the next VirtIO specification and describes block device which uses combination of a key, nonce, hashing and a persistent write counter to prevent replay attacks (hence Replay Protected Memory Block). It is implemented as a vhost-user device because we want to
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...rate_key_ex... yes checking for DSA_generate_parameters_ex... yes checking for BN_is_prime_ex... yes checking for RSA_get_default_method... yes checking whether OpenSSL has crippled AES support... no checking if EVP_DigestUpdate returns an int... yes checking for crypt in -lcrypt... no checking for SHA256_Update... yes checking for EVP_sha256... yes checking whether OpenSSL has complete ECC support... yes checking for ia_openinfo in -liaf... no checking whether OpenSSL's PRNG is internally seeded... configure: WARNING: cross compiling: assuming yes checking for ls... /bin/ls checking for netstat......
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: no Checking for macro CC_MD5_Init : not found Checking for SHA1_Update : not found Checking for macro SHA1_Update : not found Checking for SHA256_Update : not found Checking for macro SHA256_Update : not found Checking for SHA512_Update : not found Checking for macro SHA512_Update...
2012 Feb 29
15
[RFC] [PATCH] Add btrfs autosnap feature
From: anand jain <anand.jain@oracle.com> Anand Jain (1): [RFC] Add btrfs autosnap feature Makefile | 6 +- autosnap.c | 1553 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ autosnap.h | 81 +++ btrfs-list.c | 140 +++++- btrfs.c | 46 ++- btrfs_cmds.c | 186 +++++++- btrfs_cmds.h | 3 +- scrub.c | 1 + 8 files changed, 1982 insertions(+), 34