MCPcopy Create free account

hub / github.com/bovarysme/memories / functions

Functions136 in github.com/bovarysme/memories

MethodOpen
(a, b, c, d []byte)
crypto/aes/modes_test.go:47
MethodOpen
Open authenticates and decrypts ciphertext. See the cipher.AEAD interface for details.
crypto/aes/gcm_s390x.go:241
MethodOpen
Open authenticates and decrypts ciphertext. See the cipher.AEAD interface for details.
crypto/aes/gcm_s390x.go:333
MethodOverhead
()
crypto/aes/modes_test.go:45
MethodOverhead
()
crypto/aes/aes_gcm.go:77
MethodOverhead
()
crypto/aes/gcm_s390x.go:95
MethodSeal
(a, b, c, d []byte)
crypto/aes/modes_test.go:46
MethodSeal
Seal encrypts and authenticates plaintext. See the cipher.AEAD interface for details.
crypto/aes/aes_gcm.go:98
MethodSeal
Seal encrypts and authenticates plaintext. See the cipher.AEAD interface for details.
crypto/aes/gcm_s390x.go:217
MethodSeal
Seal encrypts and authenticates plaintext. See the cipher.AEAD interface for details.
crypto/aes/gcm_s390x.go:311
MethodSetIV
(iv []byte)
crypto/aes/cbc_s390x.go:56
FunctionTestCBCDecAble
Test the cbcDecAble interface is detected correctly by the cipher package.
crypto/aes/modes_test.go:85
FunctionTestCBCEncAble
Test the cbcEncAble interface is detected correctly by the cipher package.
crypto/aes/modes_test.go:73
FunctionTestCTRAble
Test the ctrAble interface is detected correctly by the cipher package.
crypto/aes/modes_test.go:103
FunctionTestCipherDecrypt
Test Cipher Decrypt against FIPS 197 examples.
crypto/aes/aes_test.go:303
FunctionTestCipherEncrypt
Test Cipher Encrypt method against FIPS 197 examples.
crypto/aes/aes_test.go:284
FunctionTestExpandKey
Test key expansion against FIPS 197 examples.
crypto/aes/aes_test.go:216
FunctionTestGCMAble
Test the gcmAble interface is detected correctly by the cipher package.
crypto/aes/modes_test.go:51
FunctionTestMul
Test all mul inputs against bit-by-bit n² algorithm.
crypto/aes/aes_test.go:52
FunctionTestPowx
See const.go for overview of math here. Test that powx is initialized correctly. (Can adapt this code to generate it too.)
crypto/aes/aes_test.go:15
FunctionTestSboxes
Check that S-boxes are inverses of each other. They have more structure that we could test, but if this sanity check passes, we'll assume the cut and
crypto/aes/aes_test.go:75
FunctionTestShortBlocks
Test short input/output. Assembly used to not notice. See issue 7928.
crypto/aes/aes_test.go:324
FunctionTestTd
Test that decryption tables are correct. (Can adapt this code to generate them too.)
crypto/aes/aes_test.go:106
FunctionTestTe
Test that encryption tables are correct. (Can adapt this code to generate them too.)
crypto/aes/aes_test.go:88
MethodXORKeyStream
(dst, src []byte)
crypto/aes/ctr_s390x.go:66
MethodXORKeyStream
(a, b []byte)
crypto/aes/modes_test.go:99
FunctiondoEncryptKeyAsm
go:noescape
crypto/aes/cipher_ppc64le.go:23
FunctionexpandKey
expandKey is used by BenchmarkExpand and should call an assembly implementation if one is available.
crypto/aes/cipher_generic.go:24
FunctionexpandKey
expandKey is used by BenchmarkExpand. cipher message (KM) does not need key expansion so there is no assembly equivalent.
crypto/aes/cipher_s390x.go:85
FunctionexpandKey
expandKey is used by BenchmarkExpand to ensure that the asm implementation of key expansion is used for the benchmark when it is available.
crypto/aes/cipher_ppc64le.go:77
FunctionhasGCMAsm
The following functions are defined in gcm_amd64.s.
crypto/aes/aes_gcm.go:16
Functioninit
()
main.go:18
Functionmain
()
main.go:54
FunctionnewCipher
newCipher calls the newCipherGeneric function directly. Platforms with hardware accelerated implementations of AES should implement their own version
crypto/aes/cipher_generic.go:18
FunctionnewCipher
(key []byte)
crypto/aes/cipher_s390x.go:36
FunctionnewCipher
(key []byte)
crypto/aes/cipher_ppc64le.go:37
← previous101–136 of 136, ranked by callers