Home
last modified time | relevance | path

Searched refs:ctp (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c247 sa->ctp.cipher.length = sa->icv_len + sa->ctp.cipher.offset; in esp_inb_init()
256 sa->ctp.auth.raw = sa->ctp.cipher.raw; in esp_inb_init()
259 sa->ctp.auth.offset = 0; in esp_inb_init()
265 sa->cofs.ofs.cipher.head = sa->ctp.cipher.offset - sa->ctp.auth.offset; in esp_inb_init()
301 sa->ctp.cipher.length = 0; in esp_outb_init()
306 sa->ctp.cipher.length = sa->iv_len; in esp_outb_init()
317 sa->ctp.auth.raw = sa->ctp.cipher.raw; in esp_outb_init()
320 sa->ctp.auth.offset = hlen; in esp_outb_init()
326 sa->cofs.ofs.cipher.head = sa->ctp.cipher.offset - sa->ctp.auth.offset; in esp_outb_init()
327 sa->cofs.ofs.cipher.tail = (sa->ctp.auth.offset + sa->ctp.auth.length) - in esp_outb_init()
[all …]
H A Desp_inb.c31 sop->cipher.data.offset = pofs + sa->ctp.cipher.offset; in sop_ciph_auth_prepare()
32 sop->cipher.data.length = plen - sa->ctp.cipher.length; in sop_ciph_auth_prepare()
33 sop->auth.data.offset = pofs + sa->ctp.auth.offset; in sop_ciph_auth_prepare()
34 sop->auth.data.length = plen - sa->ctp.auth.length; in sop_ciph_auth_prepare()
48 sop->aead.data.offset = pofs + sa->ctp.cipher.offset; in sop_aead_prepare()
49 sop->aead.data.length = plen - sa->ctp.cipher.length; in sop_aead_prepare()
136 *pofs += sa->ctp.auth.offset; in inb_cpu_crypto_prepare()
137 clen = plen - sa->ctp.auth.length; in inb_cpu_crypto_prepare()
231 clen = plen - sa->ctp.cipher.length; in inb_prepare()
531 const uint32_t cofs = sa->ctp.cipher.offset; in tun_process()
[all …]
H A Desp_outb.c31 sop->cipher.data.offset = sa->ctp.cipher.offset + pofs; in sop_ciph_auth_prepare()
32 sop->cipher.data.length = sa->ctp.cipher.length + plen; in sop_ciph_auth_prepare()
33 sop->auth.data.offset = sa->ctp.auth.offset + pofs; in sop_ciph_auth_prepare()
34 sop->auth.data.length = sa->ctp.auth.length + plen; in sop_ciph_auth_prepare()
48 sop->aead.data.offset = sa->ctp.cipher.offset + pofs; in sop_aead_prepare()
49 sop->aead.data.length = sa->ctp.cipher.length + plen; in sop_aead_prepare()
435 *pofs += sa->ctp.auth.offset; in outb_cpu_crypto_prepare()
436 clen = plen + sa->ctp.auth.length; in outb_cpu_crypto_prepare()
H A Dsa.h90 } ctp; member
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun5i-a13-pocketbook-touch-lux-3.dts66 regulator-name = "vdd-1v8-nor-ctp";
84 reg_1v8_ctp: regulator-ctp {
86 regulator-name = "vdd-ctp";
H A Dsun6i-a31s-primo81.dts99 ctp@5d {
H A Dsun8i-a83t-tbs-a711.dts427 regulator-name = "vcc-ctp";
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c610 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local
611 const BYTE* const ctStart = ctp; in ZSTD_estimateSubBlockSize_symbolType()
629 while (ctp < ctEnd) { in ZSTD_estimateSubBlockSize_symbolType()
630 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateSubBlockSize_symbolType()
631 …else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of addit… in ZSTD_estimateSubBlockSize_symbolType()
632 ctp++; in ZSTD_estimateSubBlockSize_symbolType()
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-oceanic-5205-5inmfd.dts72 regulator-name = "vdd-ctp";
H A Dsun50i-a64-amarula-relic.dts297 regulator-name = "vcc-ctp";
H A Dsun50i-a64-pinephone.dtsi365 regulator-name = "vcc-lcd-ctp-stk";
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h237 #define newproc(f, a, cid, pri, ctp, pid) (ENOSYS)
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12318 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local
12319 const BYTE* const ctStart = ctp; in ZSTD_estimateSubBlockSize_symbolType()
12333 while (ctp < ctEnd) { in ZSTD_estimateSubBlockSize_symbolType()
12334 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateSubBlockSize_symbolType()
12335 …else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of addit… in ZSTD_estimateSubBlockSize_symbolType()
12336 ctp++; in ZSTD_estimateSubBlockSize_symbolType()