MCPcopy Create free account
hub / github.com/F-Stack/f-stack / crypto_get_driver_session

Function crypto_get_driver_session

freebsd/opencrypto/crypto.c:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510void *
511crypto_get_driver_session(crypto_session_t crypto_session)
512{
513 return (crypto_session + 1);
514}
515
516const struct crypto_session_params *
517crypto_get_params(crypto_session_t crypto_session)

Callers 15

ossl_newsessionFunction · 0.85
ossl_processFunction · 0.85
blake2_newsessionFunction · 0.85
blake2_processFunction · 0.85
aesni_newsessionFunction · 0.85
aesni_processFunction · 0.85
armv8_crypto_newsessionFunction · 0.85
armv8_crypto_processFunction · 0.85
ccp_newsessionFunction · 0.85
ccp_freesessionFunction · 0.85
ccp_processFunction · 0.85
padlock_newsessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected