aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/openbsd_hw.c
Commit message (Expand)AuthorAgeFilesLines
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-1/+1
* dev_crypto_md5_copy: return error if allocating to_md->data failsJonas Maebe2014-08-171-0/+2
* dev_crypto_md5_update: check result of realloc(md_data->data) and don't leak ...Jonas Maebe2014-08-171-1/+5
* dev_crypto_cipher: return immediately if allocating cin/cout failedJonas Maebe2014-08-171-0/+8
* dev_crypto_init_key: return error if allocating CDATA(ctx)->key failedJonas Maebe2014-08-171-0/+2
* This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe2001-09-251-0/+7
* Add a cleanup function for MDs.Ben Laurie2001-09-071-7/+26
* rearrange #includes because trying to include <crypto/cryptodev.h>Bodo Möller2001-09-031-7/+8
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.Ben Laurie2001-09-021-62/+128
* Add digests.Ben Laurie2001-08-261-12/+144
* Add RC4 support to OpenBSD.Ben Laurie2001-08-181-28/+52
* Add EVP test program.Ben Laurie2001-08-181-1/+2
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-2/+0
* Parameter correction for CIOFSESSION.Ben Laurie2001-08-041-1/+3
* Make /dev/crypto work with new EVP structures.Ben Laurie2001-08-031-19/+18
* Vade retro C++ comments!Richard Levitte2001-07-311-5/+7
* ANSIfication.Ben Laurie2001-07-301-1/+2
* Not all platforms have the OpenBSD crypto device.Richard Levitte2001-07-211-0/+4
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-0/+190