Home
last modified time | relevance | path

Searched refs:crypto_newsession (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c308 error = crypto_newsession(&sessp->fs_sid, &csp, CRYPTOCAP_F_SOFTWARE); in freebsd_crypt_newsession()
469 error = crypto_newsession(&sid, crip, in freebsd_crypt_newsession()
/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c651 error = crypto_newsession(&os->sid, &csp, in ktls_ocf_try()
659 error = crypto_newsession(&os->mac_sid, &mac_csp, in ktls_ocf_try()
H A Dcryptodev.h638 extern int crypto_newsession(crypto_session_t *cses,
H A Dcrypto.c910 crypto_newsession(crypto_session_t *cses, in crypto_newsession() function
1719 if (crypto_newsession(&nses, &csp, in crypto_invoke()
H A Dcryptodev.c661 error = crypto_newsession(&cses, &csp, crid); in cse_create()
/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c178 return crypto_newsession(&sav->tdb_cryptoid, &csp, V_crypto_support); in ipcomp_init()
H A Dxform_ah.c245 crypto_newsession(&sav->tdb_cryptoid, &csp, V_crypto_support); in ah_init()
H A Dxform_esp.c242 error = crypto_newsession(&sav->tdb_cryptoid, &csp, V_crypto_support); in esp_init()