Searched refs:ctp (Results 1 – 13 of 13) sorted by relevance
247 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 …]
31 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 …]
31 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()
90 } ctp; member
66 regulator-name = "vdd-1v8-nor-ctp";84 reg_1v8_ctp: regulator-ctp {86 regulator-name = "vdd-ctp";
99 ctp@5d {
427 regulator-name = "vcc-ctp";
610 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local611 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()
72 regulator-name = "vdd-ctp";
297 regulator-name = "vcc-ctp";
365 regulator-name = "vcc-lcd-ctp-stk";
237 #define newproc(f, a, cid, pri, ctp, pid) (ENOSYS)
12318 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local12319 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()