search for: sha256_fin

Displaying 4 results from an estimated 4 matches for "sha256_fin".

Did you mean: sha256_f1
2009 Oct 19
1
Problems compiling against OpenSSL-0.9.8k
...eclaration 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/openssl/sha.h:147: error: conflicting types for 'SHA256_Final' openbsd-compat/sha2.h:83: error: previous declaration of 'SHA256_Final' was here ../openssl/include/openssl/sha.h:147: error: conflicting types for 'SHA256_Final' openbsd-compat/sha2.h:83: error: previous declaration of 'SHA256_Final' was here ../openssl/include/opens...
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
2013 Jun 08
3
R CMD INSTALL and file permission settings
Summary: The directory /usr/local/lib/R/site-library can be used for site-wide multi-user installations of R. This is even the default on Debian and Ubuntu (following a suggestion by Kurt and Fritz a decade ago over beers -- what could be better). However, R enforces wrong permissions on directories and files there (removing group-write) which effectively defeats this purpose,
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