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

Function crypto_get_params

freebsd/opencrypto/crypto.c:516–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516const struct crypto_session_params *
517crypto_get_params(crypto_session_t crypto_session)
518{
519 return (&crypto_session->csp);
520}
521
522struct auth_hash *
523crypto_auth_hash(const struct crypto_session_params *csp)

Callers 15

ossl_processFunction · 0.85
blake2_cipher_processFunction · 0.85
aesni_cipher_processFunction · 0.85
ccp_do_blkcipherFunction · 0.85
ccp_gcmFunction · 0.85
ccp_processFunction · 0.85
padlock_processFunction · 0.85
cryptocteon_processFunction · 0.85
xlp_sec_processFunction · 0.85
crypto_read_ivFunction · 0.85
cod_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected