Latest update.

This commit is contained in:
2019-10-17 23:54:38 +09:00
parent 41a23ae6f6
commit ee84d0dd84
1357 changed files with 41111 additions and 9603 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ SOURCE[../../libcrypto]=$COMMON\
ofb64ede.c ofb64enc.c ofb_enc.c \
str2key.c pcbc_enc.c qud_cksm.c rand_key.c \
fcrypt.c xcbc_enc.c cbc_cksm.c
SOURCE[../../providers/fips]=$COMMON
SOURCE[../../providers/libfips.a]=$COMMON
GENERATE[des_enc-sparc.S]=asm/des_enc.m4
GENERATE[dest4-sparcv9.S]=asm/dest4-sparcv9.pl
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,
long length, DES_key_schedule *schedule,
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
/*
* The input and output encrypted as though 64bit cfb mode is being used.
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
/*
* The input and output encrypted as though 64bit cfb mode is being used.
+1 -1
View File
@@ -8,7 +8,7 @@
*/
#include "e_os.h"
#include "des_locl.h"
#include "des_local.h"
#include <assert.h>
/*
+1 -1
View File
@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include "des_locl.h"
#include "des_local.h"
#include "spr.h"
void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
@@ -7,8 +7,8 @@
* https://www.openssl.org/source/license.html
*/
#ifndef HEADER_DES_LOCL_H
# define HEADER_DES_LOCL_H
#ifndef OSSL_CRYPTO_DES_LOCAL_H
# define OSSL_CRYPTO_DES_LOCAL_H
# include <openssl/e_os2.h>
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
DES_key_schedule *ks1, DES_key_schedule *ks2,
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
#include <openssl/opensslv.h>
#include <openssl/bio.h>
+1 -1
View File
@@ -19,7 +19,7 @@
#endif
#include <openssl/crypto.h>
#include "des_locl.h"
#include "des_local.h"
/*
* Added more values to handle illegal salt values the way normal crypt()
+1 -1
View File
@@ -10,7 +10,7 @@
#include <stdio.h>
#define DES_FCRYPT
#include "des_locl.h"
#include "des_local.h"
#undef DES_FCRYPT
#undef PERM_OP
+1 -1
View File
@@ -13,7 +13,7 @@
* des_enc.c (DES_ncbc_encrypt)
*/
#include "des_locl.h"
#include "des_local.h"
#ifdef CBC_ENC_C__DONT_UPDATE_IV
void DES_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
/*
* The input and output encrypted as though 64bit ofb mode is being used.
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
/*
* The input and output encrypted as though 64bit ofb mode is being used.
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
/*
* The input and output are loaded in multiples of 8 bits. What this means is
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
long length, DES_key_schedule *schedule,
+1 -1
View File
@@ -13,7 +13,7 @@
* only based on the code in this paper and is almost definitely not the same
* as the MIT implementation.
*/
#include "des_locl.h"
#include "des_local.h"
#define Q_B0(a) (((DES_LONG)(a)))
#define Q_B1(a) (((DES_LONG)(a))<<8)
+1 -1
View File
@@ -16,7 +16,7 @@
* 1.0 First working version
*/
#include <openssl/crypto.h>
#include "des_locl.h"
#include "des_local.h"
static const unsigned char odd_parity[256] = {
1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14,
+1 -1
View File
@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include "des_locl.h"
#include "des_local.h"
void DES_string_to_key(const char *str, DES_cblock *key)
{
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "des_locl.h"
#include "des_local.h"
/* RSA's DESX */