Home
last modified time | relevance | path

Searched defs:crp (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-12-stable/sys/geom/eli/
Dg_eli_privacy.c70 g_eli_crypto_read_done(struct cryptop *crp) in g_eli_crypto_read_done()
121 g_eli_crypto_write_done(struct cryptop *crp) in g_eli_crypto_write_done()
234 struct cryptop *crp; in g_eli_crypto_run() local
Dg_eli_integrity.c131 g_eli_auth_read_done(struct cryptop *crp) in g_eli_auth_read_done()
256 g_eli_auth_write_done(struct cryptop *crp) in g_eli_auth_write_done()
409 struct cryptop *crp; in g_eli_auth_run() local
Dg_eli_crypto.c52 g_eli_crypto_done(struct cryptop *crp) in g_eli_crypto_done()
65 struct cryptop *crp; in g_eli_crypto_cipher() local
/freebsd-12-stable/sys/crypto/ccp/
Dccp_hardware.c1204 struct cryptop *crp, struct cryptodesc *crd, int error) in ccp_do_hmac_done()
1247 struct cryptop *crp; in ccp_hmac_done() local
1255 ccp_do_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, in ccp_do_hmac()
1297 ccp_hmac(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp) in ccp_hmac()
1329 struct cryptop *crp; in ccp_blkcipher_done() local
1345 ccp_collect_iv(struct ccp_session *s, struct cryptop *crp, in ccp_collect_iv()
1415 ccp_do_xts(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp, in ccp_do_xts()
1486 struct cryptop *crp, struct cryptodesc *crd, in ccp_do_blkcipher()
1683 ccp_blkcipher(struct ccp_queue *qp, struct ccp_session *s, struct cryptop *crp) in ccp_blkcipher()
1702 struct cryptop *crp; in ccp_authenc_done() local
[all …]
Dccp.c94 ccp_populate_sglist(struct sglist *sg, struct cryptop *crp) in ccp_populate_sglist()
113 ccp_gcm_soft(struct ccp_session *s, struct cryptop *crp, in ccp_gcm_soft()
574 ccp_process(device_t dev, struct cryptop *crp, int hint) in ccp_process()
/freebsd-12-stable/sys/dev/cxgbe/crypto/
Dt4_crypto.c249 ccr_populate_sglist(struct sglist *sg, struct cryptop *crp) in ccr_populate_sglist()
390 struct cryptop *crp) in ccr_populate_wreq()
434 ccr_hash(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_hash()
561 ccr_hash_done(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_hash_done()
576 ccr_blkcipher(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp) in ccr_blkcipher()
749 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_blkcipher_done()
778 ccr_authenc(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_authenc()
1098 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_authenc_done()
1127 ccr_gcm(struct ccr_softc *sc, struct ccr_session *s, struct cryptop *crp, in ccr_gcm()
1415 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error) in ccr_gcm_done()
[all …]
/freebsd-12-stable/sys/mips/nlm/dev/sec/
Dnlmsec.c201 xlp_sec_print_data(struct cryptop *crp) in xlp_sec_print_data()
518 struct cryptop *crp = NULL; in xlp_copyiv() local
549 xlp_get_nsegs(struct cryptop *crp, unsigned int *nsegs) in xlp_get_nsegs()
638 xlp_sec_process(device_t dev, struct cryptop *crp, int hint) in xlp_sec_process()
Dnlmseclib.c99 struct cryptop *crp = NULL; in nlm_crypto_form_srcdst_segs() local
/freebsd-12-stable/sys/netipsec/
Dxform_ipcomp.c196 struct cryptop *crp; in ipcomp_input() local
275 ipcomp_input_cb(struct cryptop *crp) in ipcomp_input_cb()
397 struct cryptop *crp; in ipcomp_output() local
527 ipcomp_output_cb(struct cryptop *crp) in ipcomp_output_cb()
Dxform_esp.c298 struct cryptop *crp; in esp_input() local
476 esp_input_cb(struct cryptop *crp) in esp_input_cb()
675 struct cryptop *crp; in esp_output() local
924 esp_output_cb(struct cryptop *crp) in esp_output_cb()
Dxform_ah.c565 struct cryptop *crp; in ah_input() local
716 ah_input_cb(struct cryptop *crp) in ah_input_cb()
873 struct cryptop *crp; in ah_output() local
1102 ah_output_cb(struct cryptop *crp) in ah_output_cb()
/freebsd-12-stable/sys/kgssapi/krb5/
Dkcrypto_des3.c156 des3_crypto_cb(struct cryptop *crp) in des3_crypto_cb()
180 struct cryptop *crp; in des3_encrypt_1() local
237 struct cryptop *crp; in des3_checksum() local
Dkcrypto_aes.c120 aes_crypto_cb(struct cryptop *crp) in aes_crypto_cb()
144 struct cryptop *crp; in aes_encrypt_1() local
323 struct cryptop *crp; in aes_checksum() local
Dkcrypto_des.c146 des1_crypto_cb(struct cryptop *crp) in des1_crypto_cb()
170 struct cryptop *crp; in des1_encrypt_1() local
/freebsd-12-stable/sys/opencrypto/
Dcrypto.c1023 crypto_dispatch(struct cryptop *crp) in crypto_dispatch()
1075 crypto_batch_enqueue(struct cryptop *crp) in crypto_batch_enqueue()
1240 struct cryptop *crp; in crypto_task_invoke() local
1257 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke()
1301 crypto_freereq(struct cryptop *crp) in crypto_freereq()
1347 struct cryptop *crp; in crypto_getreq() local
1369 crypto_done(struct cryptop *crp) in crypto_done()
1514 struct cryptop *crp, *submit; in crypto_proc() local
1751 struct cryptop *crp; in DB_SHOW_COMMAND() local
/freebsd-12-stable/sys/crypto/armv8/
Darmv8_crypto.c285 armv8_crypto_process(device_t dev, struct cryptop *crp, int hint __unused) in armv8_crypto_process()
339 armv8_crypto_cipher_alloc(struct cryptodesc *enccrd, struct cryptop *crp, in armv8_crypto_cipher_alloc()
377 struct cryptodesc *enccrd, struct cryptop *crp) in armv8_crypto_cipher_process()
/freebsd-12-stable/sys/crypto/aesni/
Daesni.c343 aesni_process(device_t dev, struct cryptop *crp, int hint __unused) in aesni_process()
432 aesni_cipher_alloc(struct cryptodesc *enccrd, struct cryptop *crp, in aesni_cipher_alloc()
671 struct cryptodesc *authcrd, struct cryptop *crp) in aesni_cipher_process()
727 struct cryptodesc *authcrd, struct cryptop *crp) in aesni_cipher_crypt()
880 struct cryptop *crp) in aesni_cipher_mac()
/freebsd-12-stable/sys/crypto/via/
Dpadlock_cipher.c169 padlock_cipher_alloc(struct cryptodesc *enccrd, struct cryptop *crp, in padlock_cipher_alloc()
202 struct cryptop *crp) in padlock_cipher_process()
Dpadlock.c232 padlock_process(device_t dev, struct cryptop *crp, int hint __unused) in padlock_process()
/freebsd-12-stable/sys/dev/sec/
Dsec.c1194 sec_split_crp(struct cryptop *crp, struct cryptodesc **enc, in sec_split_crp()
1278 sec_process(device_t dev, struct cryptop *crp, int hint) in sec_process()
1403 struct sec_session *ses, struct cryptop *crp, struct cryptodesc *enc, in sec_build_common_ns_desc()
1455 struct sec_session *ses, struct cryptop *crp, struct cryptodesc *enc, in sec_build_common_s_desc()
1539 struct sec_desc *desc, struct cryptop *crp, int buftype) in sec_aesu_make_desc()
1599 struct sec_desc *desc, struct cryptop *crp, int buftype) in sec_deu_make_desc()
1719 struct sec_desc *desc, struct cryptop *crp, int buftype) in sec_mdeu_make_desc()
/freebsd-12-stable/sys/dev/safexcel/
Dsafexcel.c162 struct cryptop *crp, *tmp; in safexcel_rdr_intr() local
1314 struct cryptop *crp; in safexcel_set_context() local
1381 struct cryptop *crp; in safexcel_set_command() local
1628 struct cryptop *crp; in safexcel_instr_sha_hash() local
1653 struct cryptop *crp; in safexcel_instr_ccm() local
1766 struct cryptop *crp; in safexcel_instr_gcm() local
2013 struct cryptop *crp; in safexcel_create_chain_cb() local
2159 struct cryptop *crp; in safexcel_create_chain() local
2646 safexcel_process(device_t dev, struct cryptop *crp, int hint) in safexcel_process()
/freebsd-12-stable/sys/dev/glxsb/
Dglxsb_hash.c159 struct cryptop *crp) in glxsb_hash_process()
/freebsd-12-stable/sys/crypto/blake2/
Dblake2_cryptodev.c234 blake2_process(device_t dev, struct cryptop *crp, int hint __unused) in blake2_process()
361 blake2_cipher_process(struct blake2_session *ses, struct cryptop *crp) in blake2_cipher_process()
/freebsd-12-stable/lib/libc/rpc/
Dpmap_rmt.c154 xdr_rmtcallres(XDR *xdrs, struct rmtcallres *crp) in xdr_rmtcallres()
/freebsd-12-stable/sys/rpc/
Dsvc_auth.c167 svc_getcred(struct svc_req *rqst, struct ucred **crp, int *flavorp) in svc_getcred()

12