=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.81 retrieving revision 1.82 diff -c -r1.81 -r1.82 *** www/crypto.html 2001/05/15 12:10:42 1.81 --- www/crypto.html 2001/06/03 17:18:47 1.82 *************** *** 278,284 ****
  • IPSEC crypto dequeue
    Our IPSEC stack has been modified so that cryptographic functions get done out-of-line. Most simple software IPSEC stacks need to do ! cryptography when processing each packet. This results in syncronous performance. To use hardware properly and speedily one needs to separate these two components, as we have done. Actually, doing this gains some performance even for the software case. --- 278,284 ----
  • IPSEC crypto dequeue
    Our IPSEC stack has been modified so that cryptographic functions get done out-of-line. Most simple software IPSEC stacks need to do ! cryptography when processing each packet. This results in synchronous performance. To use hardware properly and speedily one needs to separate these two components, as we have done. Actually, doing this gains some performance even for the software case. *************** *** 448,454 **** OpenBSD www@openbsd.org
    ! $OpenBSD: crypto.html,v 1.81 2001/05/15 12:10:42 hin Exp $ --- 448,454 ---- OpenBSD www@openbsd.org
    ! $OpenBSD: crypto.html,v 1.82 2001/06/03 17:18:47 pvalchev Exp $