Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kgssapi/krb5/
HDkcrypto_aes.c97 crypto_newsession(&as->as_session_sha1, &csp, in aes_set_key()
106 crypto_newsession(&as->as_session_aes, &csp, in aes_set_key()
/freebsd-14-stable/sys/geom/eli/
HDg_eli_crypto.c76 error = crypto_newsession(&sid, &csp, CRYPTOCAP_F_SOFTWARE); in g_eli_crypto_cipher()
HDg_eli.c566 error = crypto_newsession(&wr->w_sid, &csp, in g_eli_newsession()
570 error = crypto_newsession(&wr->w_sid, &csp, in g_eli_newsession()
574 error = crypto_newsession(&wr->w_sid, &csp, in g_eli_newsession()
/freebsd-14-stable/sys/opencrypto/
HDktls_ocf.c1105 error = crypto_newsession(&os->sid, &csp, in ktls_ocf_try()
1113 error = crypto_newsession(&os->mac_sid, &mac_csp, in ktls_ocf_try()
1124 error = crypto_newsession(&os->recrypt_sid, &recrypt_csp, in ktls_ocf_try()
HDcryptodev.h611 int crypto_newsession(crypto_session_t *cses,
HDcrypto.c948 crypto_newsession(crypto_session_t *cses, in crypto_newsession() function
1570 if (crypto_newsession(&nses, &csp, in crypto_invoke()
HDcryptodev.c490 error = crypto_newsession(&cses, &csp, crid); in cse_create()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDcrypto_os.c313 error = crypto_newsession(&sessp->fs_sid, &csp, CRYPTOCAP_F_SOFTWARE); in freebsd_crypt_newsession()
/freebsd-14-stable/sys/dev/wg/
HDwg_crypto.c273 int ret = crypto_newsession(&chacha20_poly1305_sid, &csp, CRYPTOCAP_F_SOFTWARE); in crypto_init()
/freebsd-14-stable/sys/netipsec/
HDxform_ipcomp.c180 return crypto_newsession(&sav->tdb_cryptoid, &csp, V_crypto_support); in ipcomp_init()
HDxform_ah.c248 crypto_newsession(&sav->tdb_cryptoid, &csp, V_crypto_support); in ah_init()
HDxform_esp.c251 error = crypto_newsession(&sav->tdb_cryptoid, &csp, V_crypto_support); in esp_init()
/freebsd-14-stable/sys/net/
HDif_ovpn.c798 error = crypto_newsession(&kdir->cryptoid, &csp, in ovpn_create_kkey_dir()
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c2416 error = crypto_newsession(&s->sw_session, csp, in ccr_newsession()
/freebsd-14-stable/share/man/man9/
HDMakefile1006 crypto_session.9 crypto_newsession.9 \