MCPcopy Index your code

hub / github.com/arnaucube/darkID-prototype / functions

Functions112 in github.com/arnaucube/darkID-prototype

↓ 29 callersFunctioncheck
(err error)
clientApp/errors.go:8
↓ 17 callersFunctioncheck
(err error)
serverIDsigner/errors.go:8
↓ 13 callersFunctioncheck
(err error)
darkID-login-example/errors.go:8
↓ 6 callersFunctionreadKeys
()
clientApp/keys.go:120
↓ 5 callersFunctiongetKeyByKeyID
(keyID string)
clientApp/keys.go:148
↓ 3 callersFunctionsaveKeys
(keys []Key)
clientApp/keys.go:132
↓ 2 callersFunctionParseRsaPublicKeyFromPemStr
(pubPEM string)
darkID-login-example/keys.go:68
↓ 2 callersFunctionnewToken
()
darkID-login-example/tokens.go:24
↓ 2 callersFunctionnewToken
()
serverIDsigner/tokens.go:24
↓ 2 callersFunctionopenPublicPEMKey
(path string)
clientApp/keys.go:112
↓ 2 callersFunctionrandPrime
(min int, max int)
serverIDsigner/ownrsa/prime.go:9
↓ 2 callersFunctionreadKeys
()
darkID-login-example/keys.go:119
↓ 1 callersFunctionBlindAndSendToSign
(keyID string)
clientApp/clientApp.go:66
↓ 1 callersFunctionDecrypt
(keyID string, encryptData EncryptData)
clientApp/clientApp.go:162
↓ 1 callersFunctionDecryptInt
(val int, privK RSAPrivateKey)
serverIDsigner/ownrsa/rsa.go:104
↓ 1 callersFunctionDelete
(keyID string)
clientApp/clientApp.go:136
↓ 1 callersFunctionEncrypt
(keyID string, encryptData EncryptData)
clientApp/clientApp.go:151
↓ 1 callersFunctionEncryptInt
(char int, pubK RSAPublicKey)
serverIDsigner/ownrsa/rsa.go:98
↓ 1 callersFunctionExportRsaPublicKeyAsPemStr
(pubkey rsa.PublicKey)
clientApp/keys.go:55
↓ 1 callersFunctionGUI
()
clientApp/main.go:40
↓ 1 callersFunctionGUI
()
darkID-login-example/main.go:44
↓ 1 callersFunctionIDs
()
clientApp/clientApp.go:21
↓ 1 callersFunctionLogger
(inner http.Handler, name string)
clientApp/restConfig.go:18
↓ 1 callersFunctionLogger
(inner http.Handler, name string)
darkID-login-example/restConfig.go:18
↓ 1 callersFunctionLogger
(inner http.Handler, name string)
serverIDsigner/restConfig.go:18
↓ 1 callersFunctionNewID
()
clientApp/clientApp.go:26
↓ 1 callersFunctionNewRouter
()
clientApp/restConfig.go:33
↓ 1 callersFunctionNewRouter
()
darkID-login-example/restConfig.go:33
↓ 1 callersFunctionNewRouter
()
serverIDsigner/restConfig.go:33
↓ 1 callersFunctionParseRsaPrivateKeyFromPemStr
(privPEM string)
clientApp/keys.go:43
↓ 1 callersFunctionParseRsaPrivateKeyFromPemStr
(privPEM string)
darkID-login-example/keys.go:42
↓ 1 callersFunctionParseRsaPublicKeyFromPemStr
(pubPEM string)
clientApp/keys.go:69
↓ 1 callersFunctionRandStringRunes
(n int)
darkID-login-example/RESTfunctions.go:109
↓ 1 callersFunctioncreateWindow
()
clientApp/GUI/main.js:15
↓ 1 callersFunctiongetCollection
(session *mgo.Session, collection string)
serverIDsigner/mongoOperations.go:22
↓ 1 callersFunctiongetProofFromStorage
(publicKey string)
darkID-login-example/RESTfunctions.go:96
↓ 1 callersFunctiongetSession
()
serverIDsigner/mongoOperations.go:7
↓ 1 callersFunctionhash
(s string)
clientApp/hash.go:8
↓ 1 callersFunctioninitializeToken
()
darkID-login-example/tokens.go:16
↓ 1 callersFunctioninitializeToken
()
serverIDsigner/tokens.go:16
↓ 1 callersFunctionopenPEMKey
(path string)
clientApp/keys.go:104
↓ 1 callersFunctionreadConfig
(path string)
clientApp/readConfig.go:16
↓ 1 callersFunctionreadConfig
(path string)
darkID-login-example/readConfig.go:16
↓ 1 callersFunctionreadConfig
(path string)
serverIDsigner/readConfig.go:21
↓ 1 callersFunctionreadKeys
()
serverIDsigner/keys.go:58
↓ 1 callersFunctionremoveKey
(keyID string, originalKeys []Key)
clientApp/keys.go:157
↓ 1 callersFunctionsaveKey
(k Key)
clientApp/keys.go:138
↓ 1 callersFunctionsaveKeys
(keys []Key)
darkID-login-example/keys.go:131
↓ 1 callersFunctionsavePEMKey
(fileName string, key *rsa.PrivateKey)
clientApp/keys.go:75
↓ 1 callersFunctionsavePEMKey
(fileName string, key *rsa.PrivateKey)
serverIDsigner/keys.go:23
↓ 1 callersFunctionsavePublicPEMKey
(fileName string, pubkey rsa.PublicKey)
clientApp/keys.go:88
↓ 1 callersFunctionsavePublicPEMKey
(fileName string, pubkey rsa.PublicKey)
serverIDsigner/keys.go:36
↓ 1 callersFunctionsieveOfEratosthenes
return list of primes less than N
serverIDsigner/ownrsa/prime.go:19
FunctionAnswerProof
(w http.ResponseWriter, r *http.Request)
darkID-login-example/RESTfunctions.go:74
FunctionArrayIntToString
(a []int, delim string)
serverIDsigner/ownrsa/rsa.go:214
FunctionBlind
(m []int, r int, pubK RSAPublicKey, privK RSAPrivateKey)
serverIDsigner/ownrsa/rsa.go:111
FunctionBlindSign
(w http.ResponseWriter, r *http.Request)
serverIDsigner/RESTfunctions.go:121
FunctionBlindSign
(m []int, privK RSAPrivateKey)
serverIDsigner/ownrsa/rsa.go:124
FunctionDecrypt
(c []int, privK RSAPrivateKey)
serverIDsigner/ownrsa/rsa.go:77
FunctionDecryptBigInt
(bigint *big.Int, privK RSAPrivateKey)
serverIDsigner/ownrsa/rsa.go:92
FunctionEncrypt
(m string, pubK RSAPublicKey)
serverIDsigner/ownrsa/rsa.go:69
FunctionEncryptBigInt
(bigint *big.Int, pubK RSAPublicKey)
serverIDsigner/ownrsa/rsa.go:87
FunctionExportRsaPrivateKeyAsPemStr
(privkey *rsa.PrivateKey)
clientApp/keys.go:32
FunctionExportRsaPrivateKeyAsPemStr
(privkey *rsa.PrivateKey)
darkID-login-example/keys.go:31
FunctionExportRsaPublicKeyAsPemStr
(pubkey rsa.PublicKey)
darkID-login-example/keys.go:54
FunctionGenerateKeyPair
()
serverIDsigner/ownrsa/rsa.go:41
FunctionGetBlindAndSendToSign
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:45
FunctionGetDelete
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:70
FunctionGetID
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:27
FunctionGetIDs
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:20
FunctionGetNewID
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:36
FunctionGetProof
(w http.ResponseWriter, r *http.Request)
darkID-login-example/RESTfunctions.go:39
FunctionGetServer
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:16
FunctionGetVerify
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:57
FunctionHomomorphicMultiplication
(c1 int, c2 int, pubK RSAPublicKey)
serverIDsigner/ownrsa/rsa.go:170
FunctionIndex
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:12
FunctionIndex
(w http.ResponseWriter, r *http.Request)
darkID-login-example/RESTfunctions.go:26
FunctionIndex
(w http.ResponseWriter, r *http.Request)
serverIDsigner/RESTfunctions.go:22
FunctionLogin
(w http.ResponseWriter, r *http.Request)
serverIDsigner/RESTfunctions.go:64
FunctionPackKey
(k RSA)
serverIDsigner/ownrsa/rsa.go:194
FunctionPostDecrypt
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:105
FunctionPostEncrypt
(w http.ResponseWriter, r *http.Request)
clientApp/clientAppRESTFunctions.go:86
FunctionPubKStringToBigInt
(kS RSAPublicKeyString)
serverIDsigner/ownrsa/rsa.go:180
FunctionSignup
(w http.ResponseWriter, r *http.Request)
serverIDsigner/RESTfunctions.go:31
FunctionStringToArrayInt
(s string, delim string)
serverIDsigner/ownrsa/rsa.go:217
FunctionUnblind
(blindsigned []int, r int, pubK RSAPublicKey)
serverIDsigner/ownrsa/rsa.go:133
FunctionUnpackKey
(p PackRSA)
serverIDsigner/ownrsa/rsa.go:201
FunctionVerify
(packPubK string)
clientApp/clientApp.go:131
FunctionVerify
(msg []int, mSigned []int, pubK RSAPublicKey)
serverIDsigner/ownrsa/rsa.go:146
FunctionVerifySign
(w http.ResponseWriter, r *http.Request)
serverIDsigner/RESTfunctions.go:153
Functiongcd
(a, b int)
serverIDsigner/ownrsa/prime.go:33
FunctiongetKeyByKeyID
(keyID string)
darkID-login-example/keys.go:147
FunctiongetKeyByKeyID
(keyID string)
serverIDsigner/keys.go:76
Functionhash
(s string)
darkID-login-example/hash.go:8
Functionmain
()
clientApp/main.go:17
Functionmain
()
darkID-login-example/main.go:18
Functionmain
()
serverIDsigner/main.go:24
FunctionopenPEMKey
(path string)
darkID-login-example/keys.go:103
FunctionopenPEMKey
(path string)
serverIDsigner/keys.go:52
FunctionopenPublicPEMKey
(path string)
darkID-login-example/keys.go:111
next →1–100 of 112, ranked by callers