MCPcopy Index your code
hub / github.com/XanderYe/dnf / getKeyPre

Method getKeyPre

algorithm/TeaEncrypt.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class Encrypt {
6 public:
7 void getKeyPre(char sixkey[9],char *ret) {
8 ret[0] = 0;
9 char res1[80];
10 encrypt(sixkey, res1);
11 strcat(ret, res1);
12 strcat(ret, postfix);
13 }
14 private:
15 long long bytes_to_long(char *t) {
16 unsigned char *r = (unsigned char *)t;

Callers 1

getKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected