MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / desfunc

Function desfunc

extern/libtomcrypt/src/ciphers/des.c:1512–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1510
1511#ifdef LTC_CLEAN_STACK
1512static void desfunc(ulong32 *block, const ulong32 *keys)
1513{
1514 _desfunc(block, keys);
1515 burn_stack(sizeof(ulong32) * 4 + sizeof(int));
1516}
1517#endif
1518
1519 /**

Callers 4

des_ecb_encryptFunction · 0.85
des_ecb_decryptFunction · 0.85
des3_ecb_encryptFunction · 0.85
des3_ecb_decryptFunction · 0.85

Calls 2

_desfuncFunction · 0.85
burn_stackFunction · 0.85

Tested by

no test coverage detected