]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
begone-with-AFS-HIDE-20010327
authorDerrick Brashear <shadow@dementia.org>
Tue, 27 Mar 2001 22:18:26 +0000 (22:18 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 27 Mar 2001 22:18:26 +0000 (22:18 +0000)
start of the death of permit_xprt.h

src/des/cbc_encrypt.c
src/des/cksum.c
src/des/des.c
src/des/pcbc_encrypt.c
src/rxkad/domestic/crypt_conn.c
src/rxkad/domestic/fcrypt.c

index 740821dd3bf3921f76afe374f9a55137a5457fa3..32adc83e07afeeafc3a575046b0a1b8be42cfe9e 100644 (file)
@@ -47,7 +47,7 @@ extern int des_debug_print();
  * cleartext.
  */
 
-AFS_HIDE afs_int32
+afs_int32
 des_cbc_encrypt(in,out,length,key,iv,encrypt)
     des_cblock *in;            /* >= length bytes of input text */
     des_cblock *out;           /* >= length bytes of output text */
index c9a6457bf95c8b75a3f090dbf76051965c93b5c0..89ebd6b602dc2e4272249c422ce1aace850cd69f 100644 (file)
@@ -50,7 +50,7 @@ extern int des_debug_print();
  * multiple of eight bytes.
  */
 
-AFS_HIDE afs_uint32
+afs_uint32
 des_cbc_cksum(in,out,length,key,iv)
     des_cblock *in;            /* >= length bytes of inputtext */
     des_cblock *out;           /* >= length bytes of outputtext */
index b1381f2a5d5b739004d24b31c2e19be9ed48786d..ba5aa191bd49d26435eaf7e48db892ce98ac51ec 100644 (file)
@@ -66,7 +66,7 @@ extern des_debug_print ();
 pthread_mutex_t rxkad_stats_mutex;
 #endif /* AFS_PTHREAD_ENV */
     
-AFS_HIDE afs_int32
+afs_int32
 des_ecb_encrypt(clear, cipher, schedule, encrypt)
     afs_uint32 *clear;
     afs_uint32 *cipher;
index c14b9d7c5aa66f2266470f4660f287c05411eefb..f2642c01b849839fa4f5df9170a928af561ea096 100644 (file)
@@ -62,7 +62,7 @@ extern int des_debug_print();
  *
  */
 
-AFS_HIDE afs_int32
+afs_int32
 des_pcbc_encrypt(in,out,length,key,iv,encrypt)
     des_cblock *in;            /* >= length bytes of inputtext */
     des_cblock *out;           /* >= length bytes of outputtext */
index ecf42def508a2e6ff9a5473b8e3c165b133375b0..ecf9c890e89f2ef9462247421a6fcd7a3e2b82be 100644 (file)
@@ -46,7 +46,6 @@
 #endif
 
 
-AFS_HIDE
 afs_int32 rxkad_DecryptPacket (conn, schedule, ivec, len, packet)
   IN struct rx_connection *conn;
   IN fc_KeySchedule *schedule;
@@ -84,7 +83,6 @@ afs_int32 rxkad_DecryptPacket (conn, schedule, ivec, len, packet)
     return 0;
 }
 
-AFS_HIDE
 afs_int32 rxkad_EncryptPacket (conn, schedule, ivec, len, packet)
   IN struct rx_connection *conn;
   IN fc_KeySchedule *schedule;
index ba0b0ce7fbb367b4c108a387c2dd8affd6af348e..8504cdcd7b20bcb77a9300b36b3ec13ae5719cbe 100644 (file)
@@ -104,7 +104,6 @@ int fc_keysched (key, schedule)
     return 0;
 }
 
-AFS_HIDE
 afs_int32 fc_ecb_encrypt(clear, cipher, schedule, encrypt)
   IN afs_uint32  *clear;
   OUT afs_uint32 *cipher;
@@ -194,7 +193,6 @@ afs_int32 fc_ecb_encrypt(clear, cipher, schedule, encrypt)
  * NOTE: fc_cbc_encrypt now modifies its 5th argument, to permit chaining over
  * scatter/gather vectors.
  */
-AFS_HIDE
 afs_int32 fc_cbc_encrypt (input, output, length, key, xor, encrypt)
   char         *input;
   char         *output;