Home
last modified time | relevance | path

Searched refs:Crypto_ParsePack (Results 1 – 4 of 4) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcrypto-keygen-standalone.c43 static size_t Crypto_ParsePack(const char *buf, size_t len, unsigned long header, const char **lump… in Crypto_ParsePack() function
151 if(!Crypto_ParsePack(buf, n, header, lumps, lumpsize, nlumps)) in file2lumps()
H A Dcrypto.c55 static size_t Crypto_ParsePack(const char *buf, size_t len, unsigned long header, const char **lump… in Crypto_ParsePack() function
434 if(Crypto_ParsePack(buf, len, FOURCC_D0PK, p, l, 2)) in Crypto_ReadPublicKey()
452 if(Crypto_ParsePack(buf, len, FOURCC_D0SI, p, l, 1)) in Crypto_AddPrivateKey()
1119 if(!Crypto_ParsePack((const char *) buffer, length_received, FOURCC_D0IR, p, l, 1)) in Crypto_KeyGen_Finished()
/dports/games/darkplaces/darkplaces/
H A Dcrypto-keygen-standalone.c43 static size_t Crypto_ParsePack(const char *buf, size_t len, unsigned long header, const char **lump… in Crypto_ParsePack() function
151 if(!Crypto_ParsePack(buf, n, header, lumps, lumpsize, nlumps)) in file2lumps()
H A Dcrypto.c55 static size_t Crypto_ParsePack(const char *buf, size_t len, unsigned long header, const char **lump… in Crypto_ParsePack() function
434 if(Crypto_ParsePack(buf, len, FOURCC_D0PK, p, l, 2)) in Crypto_ReadPublicKey()
452 if(Crypto_ParsePack(buf, len, FOURCC_D0SI, p, l, 1)) in Crypto_AddPrivateKey()
1119 if(!Crypto_ParsePack((const char *) buffer, length_received, FOURCC_D0IR, p, l, 1)) in Crypto_KeyGen_Finished()