FIXES 20921
just yank for now, we'll fix for 1.4.1
#ifdef BIG
#include "p_table.h"
#endif
-#include "stats.h"
#include "des_prototypes.h"
#ifdef DEBUG
afs_uint32 dbg_tmp[2];
#endif
- if (encrypt)
- INC_RXKAD_STATS(des_encrypts[DES_ENCRYPT]);
- else
- INC_RXKAD_STATS(des_encrypts[DES_DECRYPT]);
/*
* Use L1,R1 and L2,R2 as two sets of "64-bit" registers always
* work from L1,R1 input to L2,R2 output; initialize the cleartext
#include "des.h"
#include "key_perm.h"
-#include "stats.h"
#include "des_prototypes.h"
typedef char key[64];
n = 0;
p_char = k_char;
- INC_RXKAD_STATS(des_key_scheds);
#ifdef lint
n = n; /* fool it in case of VAXASM */
#endif
#include <strings.h>
#endif
#endif
-#include "stats.h"
static afs_int32 des_set_sequence_number(des_cblock new_sequence_number);
static afs_int32 des_generate_random_block(des_cblock block);
{
int i;
- INC_RXKAD_STATS(des_randoms);
/*
* Encrypt the sequence number to get the new random block:
*/