File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,22 @@ func mapName(path string) string {
39
39
}
40
40
switch pathSlash {
41
41
case "crypto/aes/asm/vpaes-armv7.pl" ,
42
+ "crypto/bn/asm/bn-armv8.pl" ,
42
43
"crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl" ,
44
+ "crypto/cipher_extra/asm/chacha20_poly1305_armv8.pl" ,
43
45
"crypto/cipher_extra/asm/chacha20_poly1305_x86_64.pl" ,
46
+ "crypto/ec/asm/p256_beeu-armv8-asm.pl" ,
44
47
"crypto/ec/asm/p256_beeu-x86_64-asm.pl" ,
48
+ "crypto/modes/asm/aesv8-gcm-armv8.pl" ,
45
49
"crypto/modes/asm/ghash-neon-armv8.pl" ,
46
50
"crypto/modes/asm/ghash-ssse3-x86.pl" ,
47
51
"crypto/modes/asm/ghash-ssse3-x86_64.pl" ,
48
52
"crypto/rand/asm/rdrand-x86_64.pl" :
49
53
return ""
50
54
case "crypto/ec/asm/p256-x86_64-asm.pl" :
51
55
return filepath .FromSlash ("crypto/ec/asm/ecp_nistz256-x86_64.pl" )
56
+ case "crypto/ec/asm/p256-armv8-asm.pl" :
57
+ return filepath .FromSlash ("crypto/ec/asm/ecp_nistz256-armv8.pl" )
52
58
}
53
59
return path
54
60
}
You can’t perform that action at this time.
0 commit comments