Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ crypto_ses2hid
Function
crypto_ses2hid
freebsd/opencrypto/crypto.c:498–502 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
uint32_t
499
crypto_ses2hid(crypto_session_t crypto_session)
500
{
501
return (crypto_session->cap->cc_hid);
502
}
503
504
uint32_t
505
crypto_ses2caps(crypto_session_t crypto_session)
Callers
1
cse_create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected