Searched refs:crp_iv_start (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.h | 482 int crp_iv_start; /* Location of IV. IV length is from member 724 crypto_copydata(crp, crp->crp_iv_start, csp->csp_ivlen, iv); in crypto_read_iv()
|
| H A D | crypto.c | 1355 KASSERT(crp->crp_iv_start == 0, in crp_sanity() 1358 KASSERT(crp->crp_iv_start == 0, in crp_sanity() 1361 KASSERT(crp->crp_iv_start < ilen, in crp_sanity() 1363 KASSERT(crp->crp_iv_start + csp->csp_ivlen <= ilen, in crp_sanity()
|
| H A D | cryptodev.c | 935 crp->crp_iv_start = 0; in cryptodev_op() 1128 crp->crp_iv_start = crp->crp_payload_start; in cryptodev_aead()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmsec.c | 623 cmd->ivoff = crp->crp_iv_start; in xlp_sec_process() 669 cmd->ivoff = crp->crp_iv_start; in xlp_sec_process()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_esp.c | 461 crp->crp_iv_start = skip + hlen - sav->ivlen; in esp_input() 885 crp->crp_iv_start = skip + hlen - sav->ivlen; in esp_output() 886 m_copyback(m, crp->crp_iv_start, sav->ivlen, ivp); in esp_output()
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteon.c | 334 crypto_copydata(crp, crp->crp_iv_start, csp->csp_ivlen, in cryptocteon_process()
|