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

Function getKey

algorithm/TeaEncrypt.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61;
62void getKey(char sixkey[9],char *ret) {
63 Encrypt enc;
64 enc.getKeyPre(sixkey, ret);
65}
66int main() {
67 char password[] = "uu5!^%jg";
68 char res[100];

Callers 1

mainFunction · 0.70

Calls 1

getKeyPreMethod · 0.45

Tested by

no test coverage detected