MCPcopy Create free account
hub / github.com/assaultcube/AC / getauthkey

Function getauthkey

source/src/crypto.cpp:1022–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022const uchar *getauthkey(const char *name)
1023{
1024 loopvrev(authkeys) if(!strcmp(authkeys[i]->name, name)) return authkeys[i]->sk;
1025 return NULL;
1026}
1027
1028void authkey_(char **args, int numargs) // set up misc keys
1029{

Callers 2

authkey_Function · 0.85
crypto.cppFile · 0.85

Calls 1

loopvrevFunction · 0.70

Tested by

no test coverage detected