diff options
| author | markus <> | 2003-05-11 21:36:58 +0000 |
|---|---|---|
| committer | markus <> | 2003-05-11 21:36:58 +0000 |
| commit | 1c98a87f0daac81245653c227eb2f2508a22a965 (patch) | |
| tree | 3de6d603296ec563b936da4e6a8a1e33d48f8884 /src/lib/libcrypto/des | |
| parent | 31392c89d1135cf2a416f97295f6d21681b3fbc4 (diff) | |
| download | openbsd-1c98a87f0daac81245653c227eb2f2508a22a965.tar.gz openbsd-1c98a87f0daac81245653c227eb2f2508a22a965.tar.bz2 openbsd-1c98a87f0daac81245653c227eb2f2508a22a965.zip | |
import 0.9.7b (without idea and rc5)
Diffstat (limited to 'src/lib/libcrypto/des')
| -rw-r--r-- | src/lib/libcrypto/des/asm/crypt586.pl | 46 | ||||
| -rw-r--r-- | src/lib/libcrypto/des/asm/des-586.pl | 50 | ||||
| -rw-r--r-- | src/lib/libcrypto/des/cbc_cksm.c | 9 | ||||
| -rw-r--r-- | src/lib/libcrypto/des/des.h | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/des/des_locl.h | 13 | ||||
| -rw-r--r-- | src/lib/libcrypto/des/str2key.c | 4 |
6 files changed, 74 insertions, 52 deletions
diff --git a/src/lib/libcrypto/des/asm/crypt586.pl b/src/lib/libcrypto/des/asm/crypt586.pl index 3d41d82f69..1d04ed6def 100644 --- a/src/lib/libcrypto/des/asm/crypt586.pl +++ b/src/lib/libcrypto/des/asm/crypt586.pl | |||
| @@ -26,11 +26,18 @@ sub fcrypt_body | |||
| 26 | 26 | ||
| 27 | &comment(""); | 27 | &comment(""); |
| 28 | &comment("Load the 2 words"); | 28 | &comment("Load the 2 words"); |
| 29 | $ks="ebp"; | 29 | $trans="ebp"; |
| 30 | 30 | ||
| 31 | &xor( $L, $L); | 31 | &xor( $L, $L); |
| 32 | &xor( $R, $R); | 32 | &xor( $R, $R); |
| 33 | &mov($ks,&wparam(1)); | 33 | |
| 34 | # PIC-ification:-) | ||
| 35 | &picmeup("edx","DES_SPtrans"); | ||
| 36 | #if ($cpp) { &picmeup("edx","DES_SPtrans"); } | ||
| 37 | #else { &lea("edx",&DWP("DES_SPtrans")); } | ||
| 38 | &push("edx"); # becomes &swtmp(1) | ||
| 39 | # | ||
| 40 | &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT | ||
| 34 | 41 | ||
| 35 | &push(&DWC(25)); # add a variable | 42 | &push(&DWC(25)); # add a variable |
| 36 | 43 | ||
| @@ -39,11 +46,11 @@ sub fcrypt_body | |||
| 39 | { | 46 | { |
| 40 | &comment(""); | 47 | &comment(""); |
| 41 | &comment("Round $i"); | 48 | &comment("Round $i"); |
| 42 | &D_ENCRYPT($i,$L,$R,$i*2,$ks,"DES_SPtrans","eax","ebx","ecx","edx"); | 49 | &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); |
| 43 | 50 | ||
| 44 | &comment(""); | 51 | &comment(""); |
| 45 | &comment("Round ".sprintf("%d",$i+1)); | 52 | &comment("Round ".sprintf("%d",$i+1)); |
| 46 | &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$ks,"DES_SPtrans","eax","ebx","ecx","edx"); | 53 | &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx"); |
| 47 | } | 54 | } |
| 48 | &mov("ebx", &swtmp(0)); | 55 | &mov("ebx", &swtmp(0)); |
| 49 | &mov("eax", $L); | 56 | &mov("eax", $L); |
| @@ -61,14 +68,14 @@ sub fcrypt_body | |||
| 61 | &mov(&DWP(0,"edx","",0),"eax"); | 68 | &mov(&DWP(0,"edx","",0),"eax"); |
| 62 | &mov(&DWP(4,"edx","",0),$L); | 69 | &mov(&DWP(4,"edx","",0),$L); |
| 63 | 70 | ||
| 64 | &pop("ecx"); # remove variable | 71 | &add("esp",8); # remove variables |
| 65 | 72 | ||
| 66 | &function_end($name); | 73 | &function_end($name); |
| 67 | } | 74 | } |
| 68 | 75 | ||
| 69 | sub D_ENCRYPT | 76 | sub D_ENCRYPT |
| 70 | { | 77 | { |
| 71 | local($r,$L,$R,$S,$ks,$desSP,$u,$tmp1,$tmp2,$t)=@_; | 78 | local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_; |
| 72 | 79 | ||
| 73 | &mov( $u, &wparam(2)); # 2 | 80 | &mov( $u, &wparam(2)); # 2 |
| 74 | &mov( $t, $R); | 81 | &mov( $t, $R); |
| @@ -85,9 +92,9 @@ sub D_ENCRYPT | |||
| 85 | &shl( $tmp2, 16); # 1 | 92 | &shl( $tmp2, 16); # 1 |
| 86 | &xor( $u, $tmp1); # 2 | 93 | &xor( $u, $tmp1); # 2 |
| 87 | &xor( $t, $tmp2); # 2 | 94 | &xor( $t, $tmp2); # 2 |
| 88 | &mov( $tmp1, &DWP(&n2a($S*4),$ks,"",0)); # 2 | 95 | &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2 |
| 89 | &xor( $u, $tmp1); | 96 | &xor( $u, $tmp1); |
| 90 | &mov( $tmp2, &DWP(&n2a(($S+1)*4),$ks,"",0)); # 2 | 97 | &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2 |
| 91 | &xor( $u, $R); | 98 | &xor( $u, $R); |
| 92 | &xor( $t, $R); | 99 | &xor( $t, $R); |
| 93 | &xor( $t, $tmp2); | 100 | &xor( $t, $tmp2); |
| @@ -99,31 +106,28 @@ sub D_ENCRYPT | |||
| 99 | &movb( &LB($tmp1), &LB($u) ); | 106 | &movb( &LB($tmp1), &LB($u) ); |
| 100 | &movb( &LB($tmp2), &HB($u) ); | 107 | &movb( &LB($tmp2), &HB($u) ); |
| 101 | &rotr( $t, 4 ); | 108 | &rotr( $t, 4 ); |
| 102 | &mov( $ks, &DWP(" $desSP",$tmp1,"",0)); | 109 | &mov( $trans, &swtmp(1)); |
| 110 | &xor( $L, &DWP(" ",$trans,$tmp1,0)); | ||
| 103 | &movb( &LB($tmp1), &LB($t) ); | 111 | &movb( &LB($tmp1), &LB($t) ); |
| 104 | &xor( $L, $ks); | 112 | &xor( $L, &DWP("0x200",$trans,$tmp2,0)); |
| 105 | &mov( $ks, &DWP("0x200+$desSP",$tmp2,"",0)); | ||
| 106 | &xor( $L, $ks); | ||
| 107 | &movb( &LB($tmp2), &HB($t) ); | 113 | &movb( &LB($tmp2), &HB($t) ); |
| 108 | &shr( $u, 16); | 114 | &shr( $u, 16); |
| 109 | &mov( $ks, &DWP("0x100+$desSP",$tmp1,"",0)); | 115 | &xor( $L, &DWP("0x100",$trans,$tmp1,0)); |
| 110 | &xor( $L, $ks); | ||
| 111 | &movb( &LB($tmp1), &HB($u) ); | 116 | &movb( &LB($tmp1), &HB($u) ); |
| 112 | &shr( $t, 16); | 117 | &shr( $t, 16); |
| 113 | &mov( $ks, &DWP("0x300+$desSP",$tmp2,"",0)); | 118 | &xor( $L, &DWP("0x300",$trans,$tmp2,0)); |
| 114 | &xor( $L, $ks); | ||
| 115 | &mov( $ks, &wparam(1)); | ||
| 116 | &movb( &LB($tmp2), &HB($t) ); | 119 | &movb( &LB($tmp2), &HB($t) ); |
| 117 | &and( $u, "0xff" ); | 120 | &and( $u, "0xff" ); |
| 118 | &and( $t, "0xff" ); | 121 | &and( $t, "0xff" ); |
| 119 | &mov( $tmp1, &DWP("0x600+$desSP",$tmp1,"",0)); | 122 | &mov( $tmp1, &DWP("0x600",$trans,$tmp1,0)); |
| 120 | &xor( $L, $tmp1); | 123 | &xor( $L, $tmp1); |
| 121 | &mov( $tmp1, &DWP("0x700+$desSP",$tmp2,"",0)); | 124 | &mov( $tmp1, &DWP("0x700",$trans,$tmp2,0)); |
| 122 | &xor( $L, $tmp1); | 125 | &xor( $L, $tmp1); |
| 123 | &mov( $tmp1, &DWP("0x400+$desSP",$u,"",0)); | 126 | &mov( $tmp1, &DWP("0x400",$trans,$u,0)); |
| 124 | &xor( $L, $tmp1); | 127 | &xor( $L, $tmp1); |
| 125 | &mov( $tmp1, &DWP("0x500+$desSP",$t,"",0)); | 128 | &mov( $tmp1, &DWP("0x500",$trans,$t,0)); |
| 126 | &xor( $L, $tmp1); | 129 | &xor( $L, $tmp1); |
| 130 | &mov( $trans, &wparam(1)); | ||
| 127 | } | 131 | } |
| 128 | 132 | ||
| 129 | sub n2a | 133 | sub n2a |
diff --git a/src/lib/libcrypto/des/asm/des-586.pl b/src/lib/libcrypto/des/asm/des-586.pl index 0d08e8a3a9..b75d3c6b3a 100644 --- a/src/lib/libcrypto/des/asm/des-586.pl +++ b/src/lib/libcrypto/des/asm/des-586.pl | |||
| @@ -40,7 +40,7 @@ sub DES_encrypt | |||
| 40 | 40 | ||
| 41 | &comment(""); | 41 | &comment(""); |
| 42 | &comment("Load the 2 words"); | 42 | &comment("Load the 2 words"); |
| 43 | $ks="ebp"; | 43 | $trans="ebp"; |
| 44 | 44 | ||
| 45 | if ($do_ip) | 45 | if ($do_ip) |
| 46 | { | 46 | { |
| @@ -72,7 +72,12 @@ sub DES_encrypt | |||
| 72 | &rotl($L,3); | 72 | &rotl($L,3); |
| 73 | } | 73 | } |
| 74 | 74 | ||
| 75 | &mov( $ks, &wparam(1) ); | 75 | # PIC-ification:-) |
| 76 | &picmeup($trans,"DES_SPtrans"); | ||
| 77 | #if ($cpp) { &picmeup($trans,"DES_SPtrans"); } | ||
| 78 | #else { &lea($trans,&DWP("DES_SPtrans")); } | ||
| 79 | |||
| 80 | &mov( "ecx", &wparam(1) ); | ||
| 76 | &cmp("ebx","0"); | 81 | &cmp("ebx","0"); |
| 77 | &je(&label("start_decrypt")); | 82 | &je(&label("start_decrypt")); |
| 78 | 83 | ||
| @@ -80,11 +85,11 @@ sub DES_encrypt | |||
| 80 | { | 85 | { |
| 81 | &comment(""); | 86 | &comment(""); |
| 82 | &comment("Round $i"); | 87 | &comment("Round $i"); |
| 83 | &D_ENCRYPT($i,$L,$R,$i*2,$ks,"DES_SPtrans","eax","ebx","ecx","edx"); | 88 | &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); |
| 84 | 89 | ||
| 85 | &comment(""); | 90 | &comment(""); |
| 86 | &comment("Round ".sprintf("%d",$i+1)); | 91 | &comment("Round ".sprintf("%d",$i+1)); |
| 87 | &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$ks,"DES_SPtrans","eax","ebx","ecx","edx"); | 92 | &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx"); |
| 88 | } | 93 | } |
| 89 | &jmp(&label("end")); | 94 | &jmp(&label("end")); |
| 90 | 95 | ||
| @@ -94,10 +99,10 @@ sub DES_encrypt | |||
| 94 | { | 99 | { |
| 95 | &comment(""); | 100 | &comment(""); |
| 96 | &comment("Round $i"); | 101 | &comment("Round $i"); |
| 97 | &D_ENCRYPT(15-$i,$L,$R,$i*2,$ks,"DES_SPtrans","eax","ebx","ecx","edx"); | 102 | &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); |
| 98 | &comment(""); | 103 | &comment(""); |
| 99 | &comment("Round ".sprintf("%d",$i-1)); | 104 | &comment("Round ".sprintf("%d",$i-1)); |
| 100 | &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$ks,"DES_SPtrans","eax","ebx","ecx","edx"); | 105 | &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx"); |
| 101 | } | 106 | } |
| 102 | 107 | ||
| 103 | &set_label("end"); | 108 | &set_label("end"); |
| @@ -134,43 +139,36 @@ sub DES_encrypt | |||
| 134 | 139 | ||
| 135 | sub D_ENCRYPT | 140 | sub D_ENCRYPT |
| 136 | { | 141 | { |
| 137 | local($r,$L,$R,$S,$ks,$desSP,$u,$tmp1,$tmp2,$t)=@_; | 142 | local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_; |
| 138 | 143 | ||
| 139 | &mov( $u, &DWP(&n2a($S*4),$ks,"",0)); | 144 | &mov( $u, &DWP(&n2a($S*4),$tmp2,"",0)); |
| 140 | &xor( $tmp1, $tmp1); | 145 | &xor( $tmp1, $tmp1); |
| 141 | &mov( $t, &DWP(&n2a(($S+1)*4),$ks,"",0)); | 146 | &mov( $t, &DWP(&n2a(($S+1)*4),$tmp2,"",0)); |
| 142 | &xor( $u, $R); | 147 | &xor( $u, $R); |
| 148 | &xor( $tmp2, $tmp2); | ||
| 143 | &xor( $t, $R); | 149 | &xor( $t, $R); |
| 144 | &and( $u, "0xfcfcfcfc" ); | 150 | &and( $u, "0xfcfcfcfc" ); |
| 145 | &and( $t, "0xcfcfcfcf" ); | 151 | &and( $t, "0xcfcfcfcf" ); |
| 146 | &movb( &LB($tmp1), &LB($u) ); | 152 | &movb( &LB($tmp1), &LB($u) ); |
| 147 | &movb( &LB($tmp2), &HB($u) ); | 153 | &movb( &LB($tmp2), &HB($u) ); |
| 148 | &rotr( $t, 4 ); | 154 | &rotr( $t, 4 ); |
| 149 | &mov( $ks, &DWP(" $desSP",$tmp1,"",0)); | 155 | &xor( $L, &DWP(" ",$trans,$tmp1,0)); |
| 150 | &movb( &LB($tmp1), &LB($t) ); | 156 | &movb( &LB($tmp1), &LB($t) ); |
| 151 | &xor( $L, $ks); | 157 | &xor( $L, &DWP("0x200",$trans,$tmp2,0)); |
| 152 | &mov( $ks, &DWP("0x200+$desSP",$tmp2,"",0)); | ||
| 153 | &xor( $L, $ks); ###### | ||
| 154 | &movb( &LB($tmp2), &HB($t) ); | 158 | &movb( &LB($tmp2), &HB($t) ); |
| 155 | &shr( $u, 16); | 159 | &shr( $u, 16); |
| 156 | &mov( $ks, &DWP("0x100+$desSP",$tmp1,"",0)); | 160 | &xor( $L, &DWP("0x100",$trans,$tmp1,0)); |
| 157 | &xor( $L, $ks); ###### | ||
| 158 | &movb( &LB($tmp1), &HB($u) ); | 161 | &movb( &LB($tmp1), &HB($u) ); |
| 159 | &shr( $t, 16); | 162 | &shr( $t, 16); |
| 160 | &mov( $ks, &DWP("0x300+$desSP",$tmp2,"",0)); | 163 | &xor( $L, &DWP("0x300",$trans,$tmp2,0)); |
| 161 | &xor( $L, $ks); | ||
| 162 | &mov( $ks, &wparam(1) ); | ||
| 163 | &movb( &LB($tmp2), &HB($t) ); | 164 | &movb( &LB($tmp2), &HB($t) ); |
| 164 | &and( $u, "0xff" ); | 165 | &and( $u, "0xff" ); |
| 165 | &and( $t, "0xff" ); | 166 | &and( $t, "0xff" ); |
| 166 | &mov( $tmp1, &DWP("0x600+$desSP",$tmp1,"",0)); | 167 | &xor( $L, &DWP("0x600",$trans,$tmp1,0)); |
| 167 | &xor( $L, $tmp1); | 168 | &xor( $L, &DWP("0x700",$trans,$tmp2,0)); |
| 168 | &mov( $tmp1, &DWP("0x700+$desSP",$tmp2,"",0)); | 169 | &mov( $tmp2, &wparam(1) ); |
| 169 | &xor( $L, $tmp1); | 170 | &xor( $L, &DWP("0x400",$trans,$u,0)); |
| 170 | &mov( $tmp1, &DWP("0x400+$desSP",$u,"",0)); | 171 | &xor( $L, &DWP("0x500",$trans,$t,0)); |
| 171 | &xor( $L, $tmp1); | ||
| 172 | &mov( $tmp1, &DWP("0x500+$desSP",$t,"",0)); | ||
| 173 | &xor( $L, $tmp1); | ||
| 174 | } | 172 | } |
| 175 | 173 | ||
| 176 | sub n2a | 174 | sub n2a |
diff --git a/src/lib/libcrypto/des/cbc_cksm.c b/src/lib/libcrypto/des/cbc_cksm.c index 6c5305b99d..09a7ba56aa 100644 --- a/src/lib/libcrypto/des/cbc_cksm.c +++ b/src/lib/libcrypto/des/cbc_cksm.c | |||
| @@ -93,5 +93,14 @@ DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, | |||
| 93 | l2c(tout1,out); | 93 | l2c(tout1,out); |
| 94 | } | 94 | } |
| 95 | tout0=tin0=tin1=tin[0]=tin[1]=0; | 95 | tout0=tin0=tin1=tin[0]=tin[1]=0; |
| 96 | /* | ||
| 97 | Transform the data in tout1 so that it will | ||
| 98 | match the return value that the MIT Kerberos | ||
| 99 | mit_des_cbc_cksum API returns. | ||
| 100 | */ | ||
| 101 | tout1 = ((tout1 >> 24L) & 0x000000FF) | ||
| 102 | | ((tout1 >> 8L) & 0x0000FF00) | ||
| 103 | | ((tout1 << 8L) & 0x00FF0000) | ||
| 104 | | ((tout1 << 24L) & 0xFF000000); | ||
| 96 | return(tout1); | 105 | return(tout1); |
| 97 | } | 106 | } |
diff --git a/src/lib/libcrypto/des/des.h b/src/lib/libcrypto/des/des.h index 4cb9d84fdf..daaf239dbe 100644 --- a/src/lib/libcrypto/des/des.h +++ b/src/lib/libcrypto/des/des.h | |||
| @@ -56,8 +56,8 @@ | |||
| 56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #ifndef HEADER_DES_H | 59 | #ifndef HEADER_NEW_DES_H |
| 60 | #define HEADER_DES_H | 60 | #define HEADER_NEW_DES_H |
| 61 | 61 | ||
| 62 | #ifdef OPENSSL_NO_DES | 62 | #ifdef OPENSSL_NO_DES |
| 63 | #error DES is disabled. | 63 | #error DES is disabled. |
diff --git a/src/lib/libcrypto/des/des_locl.h b/src/lib/libcrypto/des/des_locl.h index 70e833be3f..e44e8e98b2 100644 --- a/src/lib/libcrypto/des/des_locl.h +++ b/src/lib/libcrypto/des/des_locl.h | |||
| @@ -162,7 +162,18 @@ | |||
| 162 | 162 | ||
| 163 | #if defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER) | 163 | #if defined(OPENSSL_SYS_WIN32) && defined(_MSC_VER) |
| 164 | #define ROTATE(a,n) (_lrotr(a,n)) | 164 | #define ROTATE(a,n) (_lrotr(a,n)) |
| 165 | #else | 165 | #elif defined(__GNUC__) && __GNUC__>=2 && !defined(__STRICT_ANSI__) && !defined(OPENSSL_NO_ASM) && !defined(OPENSSL_NO_INLINE_ASM) && !defined(PEDANTIC) |
| 166 | # if defined(__i386) || defined(__i386__) || defined(__x86_64) || defined(__x86_64__) | ||
| 167 | # define ROTATE(a,n) ({ register unsigned int ret; \ | ||
| 168 | asm ("rorl %1,%0" \ | ||
| 169 | : "=r"(ret) \ | ||
| 170 | : "I"(n),"0"(a) \ | ||
| 171 | : "cc"); \ | ||
| 172 | ret; \ | ||
| 173 | }) | ||
| 174 | # endif | ||
| 175 | #endif | ||
| 176 | #ifndef ROTATE | ||
| 166 | #define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) | 177 | #define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) |
| 167 | #endif | 178 | #endif |
| 168 | 179 | ||
diff --git a/src/lib/libcrypto/des/str2key.c b/src/lib/libcrypto/des/str2key.c index 36c3f81d99..0373db469c 100644 --- a/src/lib/libcrypto/des/str2key.c +++ b/src/lib/libcrypto/des/str2key.c | |||
| @@ -94,7 +94,7 @@ void DES_string_to_key(const char *str, DES_cblock *key) | |||
| 94 | DES_set_key_unchecked(key,&ks); | 94 | DES_set_key_unchecked(key,&ks); |
| 95 | #endif | 95 | #endif |
| 96 | DES_cbc_cksum((const unsigned char*)str,key,length,&ks,key); | 96 | DES_cbc_cksum((const unsigned char*)str,key,length,&ks,key); |
| 97 | memset(&ks,0,sizeof(ks)); | 97 | OPENSSL_cleanse(&ks,sizeof(ks)); |
| 98 | DES_set_odd_parity(key); | 98 | DES_set_odd_parity(key); |
| 99 | } | 99 | } |
| 100 | 100 | ||
| @@ -167,7 +167,7 @@ void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) | |||
| 167 | DES_set_key_unchecked(key2,&ks); | 167 | DES_set_key_unchecked(key2,&ks); |
| 168 | #endif | 168 | #endif |
| 169 | DES_cbc_cksum((const unsigned char*)str,key2,length,&ks,key2); | 169 | DES_cbc_cksum((const unsigned char*)str,key2,length,&ks,key2); |
| 170 | memset(&ks,0,sizeof(ks)); | 170 | OPENSSL_cleanse(&ks,sizeof(ks)); |
| 171 | DES_set_odd_parity(key1); | 171 | DES_set_odd_parity(key1); |
| 172 | DES_set_odd_parity(key2); | 172 | DES_set_odd_parity(key2); |
| 173 | } | 173 | } |
