Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1512
static 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_encrypt
Function · 0.85
des_ecb_decrypt
Function · 0.85
des3_ecb_encrypt
Function · 0.85
des3_ecb_decrypt
Function · 0.85
Calls
2
_desfunc
Function · 0.85
burn_stack
Function · 0.85
Tested by
no test coverage detected