search for: sha256_init

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

2009 Oct 19
1
Problems compiling against OpenSSL-0.9.8k
..., I get conflicting type definitions for authfile.c: ../openssl/include/openssl/sha.h:138: error: conflicting types for 'SHA256_CTX' openbsd-compat/sha2.h:66: error: previous declaration of 'SHA256_CTX' 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:145: error: conflicting types for 'SHA256_Init' openbsd-compat/sha2.h:77: error: previous declaration of 'SHA256_Init' was here ../openssl/include/openssl/sh...
2007 Feb 24
2
SHA256 password patch
Hi, I made a patch against branch-1.0 for SHA256 password hashing support for Dovecot. Courier Authlib supports this hashing scheme and in order to migrate from Courier to Dovecot, I've added SHA256 support to Dovecot. The attached patch is based on BSD licensed code from Olivier Gay (http://www.ouah.org/ogay/sha2/). Changes made by me in Olivier's sha2{.h,.c} code: - Prototype for
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
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