Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ stat
Class
stat
hsmd/hsmd.c:378–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
static void load_hsm(const struct secret *encryption_key)
377
{
378
struct stat st;
379
int fd = open(
"hsm_secret"
, O_RDONLY);
380
if (fd < 0)
381
status_failed(STATUS_FAIL_INTERNAL_ERROR,
Callers
1
load_hsm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected