Searched refs:crypto_getreq (Results 1 – 20 of 20) sorted by relevance
| /src/sys/kgssapi/krb5/ ! |
| H A D | kcrypto_aes.c | 148 crp = crypto_getreq(as->as_session_aes, M_WAITOK); in aes_encrypt_1() 328 crp = crypto_getreq(as->as_session_sha1, M_WAITOK); in aes_checksum()
|
| /src/sys/geom/eli/ ! |
| H A D | g_eli_crypto.c | 78 crp = crypto_getreq(sid, M_NOWAIT); in g_eli_crypto_cipher()
|
| H A D | g_eli_privacy.c | 315 crp = crypto_getreq(wr->w_sid, M_WAITOK); in g_eli_crypto_run()
|
| H A D | g_eli_integrity.c | 515 crp = crypto_getreq(wr->w_sid, M_WAITOK); in g_eli_auth_run()
|
| /src/sys/netipsec/ ! |
| H A D | xform_ipcomp.c | 235 crp = crypto_getreq(cryptoid, M_NOWAIT); in ipcomp_input() 493 crp = crypto_getreq(cryptoid, M_NOWAIT); in ipcomp_output()
|
| H A D | xform_ah.c | 609 crp = crypto_getreq(cryptoid, M_NOWAIT); in ah_input() 988 crp = crypto_getreq(cryptoid, M_NOWAIT); in ah_output()
|
| H A D | xform_esp.c | 358 crp = crypto_getreq(cryptoid, M_NOWAIT); in esp_input() 876 crp = crypto_getreq(cryptoid, M_NOWAIT); in esp_output()
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ ! |
| H A D | crypto_os.c | 353 crp = crypto_getreq(session->fs_sid, M_WAITOK); in freebsd_crypt_uio()
|
| /src/sys/opencrypto/ ! |
| H A D | cryptodev.h | 638 struct cryptop *crypto_getreq(crypto_session_t cses, int how);
|
| H A D | cryptodev.c | 673 crp = crypto_getreq(cse->cses, M_WAITOK); in cryptodev_op() 901 crp = crypto_getreq(cse->cses, M_WAITOK); in cryptodev_aead()
|
| H A D | crypto.c | 1632 crypto_getreq(crypto_session_t cses, int how) in crypto_getreq() function 1654 new = crypto_getreq(cses, how); in crypto_clonereq()
|
| /src/sys/net/ ! |
| H A D | if_ovpn.c | 2148 crp = crypto_getreq(key->encrypt->cryptoid, M_NOWAIT); in ovpn_transmit_to_peer() 2599 crp = crypto_getreq(key->decrypt->cryptoid, M_NOWAIT); in ovpn_udp_input()
|
| /src/contrib/libdiff/test/ ! |
| H A D | expect021.diff | 580 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| H A D | test117.right-P.txt | 961 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| H A D | test122.right-P.txt | 961 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| H A D | test021.right.txt | 961 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| H A D | test117.left-P.txt | 947 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| H A D | test021.left.txt | 1001 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| H A D | test122.left-P.txt | 991 crwu->cr_crp = crypto_getreq(MAXPHYS >> DEV_BSHIFT);
|
| /src/share/man/man9/ ! |
| H A D | Makefile | 1005 crypto_request.9 crypto_getreq.9 \
|