MCPcopy 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
498uint32_t
499crypto_ses2hid(crypto_session_t crypto_session)
500{
501 return (crypto_session->cap->cc_hid);
502}
503
504uint32_t
505crypto_ses2caps(crypto_session_t crypto_session)

Callers 1

cse_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected