HomeSort by relevance Sort by last modified time
    Searched full:useasm (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/crypto/sha1/
fallback_test.go 19 if useAsm == false {
22 useAsm = false
23 defer func() { useAsm = true }()
sha1block_s390x.go 12 var useAsm = featureCheck()
sha1block_s390x.s 23 MOVBZ ·useAsm(SB), R4
  /prebuilts/go/darwin-x86/src/crypto/sha256/
fallback_test.go 19 if useAsm == false {
22 useAsm = false
23 defer func() { useAsm = true }()
sha256block_s390x.go 12 var useAsm = featureCheck()
sha256block_s390x.s 23 MOVBZ ·useAsm(SB), R4
  /prebuilts/go/darwin-x86/src/crypto/sha512/
fallback_test.go 19 if useAsm == false {
22 useAsm = false
23 defer func() { useAsm = true }()
sha512block_s390x.go 12 var useAsm = featureCheck()
sha512block_s390x.s 23 MOVBZ ·useAsm(SB), R4
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 19 if useAsm == false {
22 useAsm = false
23 defer func() { useAsm = true }()
sha1block_s390x.go 12 var useAsm = featureCheck()
sha1block_s390x.s 23 MOVBZ ·useAsm(SB), R4
  /prebuilts/go/linux-x86/src/crypto/sha256/
fallback_test.go 19 if useAsm == false {
22 useAsm = false
23 defer func() { useAsm = true }()
sha256block_s390x.go 12 var useAsm = featureCheck()
sha256block_s390x.s 23 MOVBZ ·useAsm(SB), R4
  /prebuilts/go/linux-x86/src/crypto/sha512/
fallback_test.go 19 if useAsm == false {
22 useAsm = false
23 defer func() { useAsm = true }()
sha512block_s390x.go 12 var useAsm = featureCheck()
sha512block_s390x.s 23 MOVBZ ·useAsm(SB), R4
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_amd64.go 21 var useAsm = cipherhw.AESGCMSupport()
24 if !useAsm {
71 if useAsm {
cipher_s390x.go 33 var useAsm = cipherhw.AESGCMSupport()
36 if !useAsm {
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_amd64.go 21 var useAsm = cipherhw.AESGCMSupport()
24 if !useAsm {
71 if useAsm {
cipher_s390x.go 33 var useAsm = cipherhw.AESGCMSupport()
36 if !useAsm {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
aes.a 39 nonce?dst?Tgclocals·86c8f6b11f59fda6ca9c0d5a02b2c33f?Tgclocals·369983d93970bddde422b54ff734f9d2?""".(*gcmAsm).Open?Bcrypto/subtle.ConstantTimeCompare?"".errOpen?8runtime.memclrNoHeapPointers?"".gcmAesDec?tag.len?tag.cap?.autotmp_81?expectedTag?tag.ptr?.autotmp_82?.autotmp_49?~r5?ciphertext?Tgclocals·7ef043e10de2715ba47d1523420c482b?Tgclocals·5adebc6ca5b1920719f3ab1d153a56c9?""".encryptBlockGo? "".te0? "".te1? "".te2? "".te3?$runtime.panicindex?"".sbox0?t1?type.uint32?t0?s3?s2?s1?s0?r?nr?src?xk?type.[]uint32?Tgclocals·1c3c8a9d47ed40f27c10312f31f2a755?Tgclocals·69c1753bd5f81501d95132d08af04464?>$GOROOT/src/crypto/aes/block.go?""".decryptBlockGo? "".td0? "".td1? "".td2? "".td3?"".sbox1?"".subw?w?"".rotw?"".expandKeyGo?"".powx?&runtime.panicdivide?dec?enc?key?*"".KeySizeError.Error?strconv.Itoa?Rgo.string."crypto/aes: invalid key size "?*runtime.concatstring2?k?(type."".KeySizeError?Tgclocals·54241e171da8af6ae173d69da0236748?@$GOROOT/src/crypto/aes/cipher.go?"".NewCipher?"".newCipher?:go.itab."".KeySizeError,error?runtime.convT2I?.autotmp_149?0type.crypto/cipher.Block?Tgclocals·564c88c798e834d77927d2fafb0b5dca?&"".newCipherGeneric?"type."".aesCipher? runtime.duffzero? runtime.duffcopy?Rgo.itab.*"".aesCipher,crypto/cipher.Block?(runtime.typedmemmove?.autotmp_160?.autotmp_159?.autotmp_161?type.*uint32?&c?$type.*"".aesCipher?.autotmp_156?Tgclocals·d13b5346b133fb6497f334d9e7024319?Tgclocals·4e390e1183d26dd6a6654860d59150d3?2"".(*aesCipher).BlockSize?."".(*aesCipher).Encrypt?Zgo.string."crypto/aes: output not full block"?Xgo.string."crypto/aes: input not full block"?.autotmp_165?.autotmp_163?Tgclocals·cf1e8212632df64b1f0b279e56480b47?Tgclocals·41e5a036c744cdd3cfc401bc27728577?."".(*aesCipher).Decrypt?.autotmp_169?.autotmp_167?"".useAsm?(type."".aesCipherAsm?"".expandKeyAsm?"".hasGCMAsm?(type."".aesCipherGCM?Xgo.itab.*"".aesCipherGCM,crypto/cipher.Block?Xgo.itab.*"".aesCipherAsm,crypto/cipher.Block?.autotmp_187?.autotmp_185?.autotmp_188?.autotmp_186?*type.*"".aesCipherAsm?.autotmp_184?.autotmp_175?Tgclocals·65747ea35650c407d4ff147db2abb98b?Tgclocals·fc3b202e001de8f7c65d35f343963fb2?L$GOROOT/src/crypto/aes/cipher_amd64.go?8"".(*aesCipherAsm).BlockSize?4"".(*aesCipherAsm).Encrypt?$"".encryptBlockAsm?.autotmp_192?.autotmp_190?4"".(*aesCipherAsm).Decrypt?$"".decryptBlockAsm?.autotmp_199?.autotmp_197?"".expandKey?"".init?"".initdone·?"runtime.throwinit?$crypto/cipher.init?strconv.init?bgo.string."cipher: message authentication failed"?errors.New?Lcrypto/internal/cipherhw.AESGCMSupport?>$GOROOT/src/crypto/aes/modes.go?8"".(*aesCipherGCM).BlockSize?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
aes.a 39 nonce?dst?Tgclocals·86c8f6b11f59fda6ca9c0d5a02b2c33f?Tgclocals·369983d93970bddde422b54ff734f9d2?""".(*gcmAsm).Open?Bcrypto/subtle.ConstantTimeCompare?"".errOpen?8runtime.memclrNoHeapPointers?"".gcmAesDec?tag.len?tag.cap?.autotmp_81?expectedTag?tag.ptr?.autotmp_82?.autotmp_49?~r5?ciphertext?Tgclocals·7ef043e10de2715ba47d1523420c482b?Tgclocals·5adebc6ca5b1920719f3ab1d153a56c9?""".encryptBlockGo? "".te0? "".te1? "".te2? "".te3?$runtime.panicindex?"".sbox0?t1?type.uint32?t0?s3?s2?s1?s0?r?nr?src?xk?type.[]uint32?Tgclocals·1c3c8a9d47ed40f27c10312f31f2a755?Tgclocals·69c1753bd5f81501d95132d08af04464?>$GOROOT/src/crypto/aes/block.go?""".decryptBlockGo? "".td0? "".td1? "".td2? "".td3?"".sbox1?"".subw?w?"".rotw?"".expandKeyGo?"".powx?&runtime.panicdivide?dec?enc?key?*"".KeySizeError.Error?strconv.Itoa?Rgo.string."crypto/aes: invalid key size "?*runtime.concatstring2?k?(type."".KeySizeError?Tgclocals·54241e171da8af6ae173d69da0236748?@$GOROOT/src/crypto/aes/cipher.go?"".NewCipher?"".newCipher?:go.itab."".KeySizeError,error?runtime.convT2I?.autotmp_149?0type.crypto/cipher.Block?Tgclocals·564c88c798e834d77927d2fafb0b5dca?&"".newCipherGeneric?"type."".aesCipher? runtime.duffzero? runtime.duffcopy?Rgo.itab.*"".aesCipher,crypto/cipher.Block?(runtime.typedmemmove?.autotmp_160?.autotmp_159?.autotmp_161?type.*uint32?&c?$type.*"".aesCipher?.autotmp_156?Tgclocals·d13b5346b133fb6497f334d9e7024319?Tgclocals·4e390e1183d26dd6a6654860d59150d3?2"".(*aesCipher).BlockSize?."".(*aesCipher).Encrypt?Zgo.string."crypto/aes: output not full block"?Xgo.string."crypto/aes: input not full block"?.autotmp_165?.autotmp_163?Tgclocals·cf1e8212632df64b1f0b279e56480b47?Tgclocals·41e5a036c744cdd3cfc401bc27728577?."".(*aesCipher).Decrypt?.autotmp_169?.autotmp_167?"".useAsm?(type."".aesCipherAsm?"".expandKeyAsm?"".hasGCMAsm?(type."".aesCipherGCM?Xgo.itab.*"".aesCipherGCM,crypto/cipher.Block?Xgo.itab.*"".aesCipherAsm,crypto/cipher.Block?.autotmp_187?.autotmp_185?.autotmp_188?.autotmp_186?*type.*"".aesCipherAsm?.autotmp_184?.autotmp_175?Tgclocals·65747ea35650c407d4ff147db2abb98b?Tgclocals·fc3b202e001de8f7c65d35f343963fb2?L$GOROOT/src/crypto/aes/cipher_amd64.go?8"".(*aesCipherAsm).BlockSize?4"".(*aesCipherAsm).Encrypt?$"".encryptBlockAsm?.autotmp_192?.autotmp_190?4"".(*aesCipherAsm).Decrypt?$"".decryptBlockAsm?.autotmp_199?.autotmp_197?"".expandKey?"".init?"".initdone·?"runtime.throwinit?$crypto/cipher.init?strconv.init?bgo.string."cipher: message authentication failed"?errors.New?Lcrypto/internal/cipherhw.AESGCMSupport?>$GOROOT/src/crypto/aes/modes.go?8"".(*aesCipherGCM).BlockSize?
    [all...]
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 

Completed in 4547 milliseconds

1 2