Home
last modified time | relevance | path

Searched refs:crp_iv_start (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcryptodev.h482 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 Dcrypto.c1355 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 Dcryptodev.c935 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 Dnlmsec.c623 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 Dxform_esp.c461 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 Dcryptocteon.c334 crypto_copydata(crp, crp->crp_iv_start, csp->csp_ivlen, in cryptocteon_process()