dousao8152 2017-06-20 08:58
浏览 265
已采纳

如何在Golang中使用在汇编代码中定义的函数?

In golangs AES crypto package cipher_amd64.go makes use of functions that are defined in assembler code (asm_amd64.s). In the mentioned go file only the function headers are defined:

// defined in asm_amd64.s
func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)
func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)

How can I use these functions in my own code? Just declaring the headers and importing "crypto/aes" as in the mentioned .go file does not work (undefined: expandKeyAsm).

Thank you very much!

  • 写回答

1条回答 默认 最新

  • doubengman2072 2017-06-20 10:47
    关注
    1. Copy the asm_amd64.s contents over to your package
    2. Define the functions somewehere in that package
    3. Use those functions in the package

    Example (with the asm_amd64.s in the same package):

    package main
    
    import "fmt"
    
    func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
    func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)
    func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32)
    
    func main() {
        var nr int
        var xk uint32
        var dst byte
        var src byte
    
        fmt.Printf("Before:\t%v, %v, %v, %v
    ", nr, xk, dst, src)
    
        encryptBlockAsm(nr, &xk, &dst, &src)
    
        fmt.Printf("After:\t%v, %v, %v, %v
    ", nr, xk, dst, src)
    }
    

    Yields:

    Before: 0, 0, 0, 0
    After:  0, 0, 231, 173
    

    I have no idea what the inputs should be but at least it demonstrates this does something :)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab在安装时报错 无法找到入口 无法定位程序输入点
  • ¥15 收益高的广告联盟有哪些
  • ¥15 Android Studio webview 的使用问题, 播放器横屏全屏
  • ¥15 删掉jdk后重新下载,Java web所需要的eclipse无法使用
  • ¥15 uniapp正式环境中通过webapi将本地数据推送到设备出现的跨域问题
  • ¥15 xui建立节点,显示错误
  • ¥15 关于#单片机#的问题:开始、复位、十进制的功能可以实现,但是切换八进制的功能无法实现(按下按键也没有效果),把初始状态调成八进制,也是八进制可以实现但是切换到十进制不行(相关搜索:汇编语言|计数器)
  • ¥15 VINS-Mono或Fusion中feature_manager中estimated_depth是特征的深度还是逆深度?
  • ¥15 谷歌浏览器如何备份抖音网页数据
  • ¥15 分别有什么商家下面需要非常多的骑手为它工作?