Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 36) sorted by relevance

12

/linux-4.19.296/crypto/
Dblowfish_common.c309 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
317 const u32 *P = bctx->p; in encrypt_block() local
339 yl ^= P[16]; in encrypt_block()
340 yr ^= P[17]; in encrypt_block()
352 u32 *P = ctx->p; in blowfish_setkey() local
364 P[i] = bf_pbox[i]; in blowfish_setkey()
373 P[i] = P[i] ^ temp; in blowfish_setkey()
383 P[i] = data[0]; in blowfish_setkey()
384 P[i + 1] = data[1]; in blowfish_setkey()
Dblowfish_generic.c39 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
46 const u32 *P = ctx->p; in bf_encrypt() local
68 yl ^= P[16]; in bf_encrypt()
69 yr ^= P[17]; in bf_encrypt()
80 const u32 *P = ctx->p; in bf_decrypt() local
102 yl ^= P[1]; in bf_decrypt()
103 yr ^= P[0]; in bf_decrypt()
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_blowfish.c360 #define EROUND(a, b, n) do { b ^= P[n]; a ^= bf_F(b); } while (0)
361 #define DROUND(a, b, n) do { a ^= bf_F(b); b ^= P[n]; } while (0)
374 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local
422 yl ^= P[16]; in dsp_bf_encrypt()
423 yr ^= P[17]; in dsp_bf_encrypt()
466 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local
520 yr ^= P[17]; in dsp_bf_decrypt()
521 yl ^= P[16]; in dsp_bf_decrypt()
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() argument
585 yl ^= P[16]; in encrypt_block()
[all …]
/linux-4.19.296/fs/jfs/
Djfs_btree.h67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
72 P = (TYPE *)&JFS_IP(IP)->ROOT;\
80 P = (MP)->data;\
82 P = NULL;\
155 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
160 P = (TYPE *)MP->data;\
162 P = (TYPE *)&JFS_IP(IP)->ROOT;\
Djfs_xtree.c67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
71 if ((le16_to_cpu((P)->header.nextindex) < XTENTRYSTART) || \
72 (le16_to_cpu((P)->header.nextindex) > \
73 le16_to_cpu((P)->header.maxentry)) || \
74 (le16_to_cpu((P)->header.maxentry) > \
88 #define XT_GETSEARCH(IP, LEAF, BN, MP, P, INDEX) \ argument
89 BT_GETSEARCH(IP, LEAF, BN, MP, xtpage_t, P, INDEX, i_xtroot)
/linux-4.19.296/crypto/async_tx/
Dasync_pq.c42 #define P(b, d) (b[d-2]) macro
184 &P(blocks, disks), 2, in async_gen_syndrome()
189 BUG_ON(disks > MAX_DISKS || !(P(blocks, disks) || Q(blocks, disks))); in async_gen_syndrome()
227 if (P(blocks, disks)) in async_gen_syndrome()
228 unmap->addr[j++] = dma_map_page(device->dev, P(blocks, disks), in async_gen_syndrome()
257 if (!P(blocks, disks)) { in async_gen_syndrome()
258 P(blocks, disks) = pq_scribble_page; in async_gen_syndrome()
334 if (!P(blocks, disks)) { in async_syndrome_val()
338 pq[0] = dma_map_page(dev, P(blocks, disks), in async_syndrome_val()
373 struct page *p_src = P(blocks, disks); in async_syndrome_val()
[all …]
/linux-4.19.296/fs/9p/
DKconfig14 bool "Enable 9P client caching support"
22 bool "9P POSIX Access Control Lists"
34 bool "9P Security Labels"
40 labels in the 9P filesystem.
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dio.c622 mem_in_buffer(a, RBuffer->P, IoAdapter->RBuffer.P, in mem_look_ahead()
685 byte *P = (byte *)buffer; in io_in_buffer() local
688 *P = inpp(Port); in io_in_buffer()
689 P++; in io_in_buffer()
698 inppw_buffer(Port, P, len + 1); in io_in_buffer()
706 inppw_buffer(Port, ((PISDN_ADAPTER)a->io)->RBuffer.P, ((PISDN_ADAPTER)a->io)->RBuffer.length + 1); in io_look_ahead()
727 byte *P = (byte *)buffer; in io_out_buffer() local
730 outpp(Port, *P); in io_out_buffer()
731 P++; in io_out_buffer()
740 outppw_buffer(Port, P, len + 1); in io_out_buffer()
[all …]
Dio.h257 extern void *PTR_P(ADAPTER *a, ENTITY *e, void *P);
267 void io_in_buffer(ADAPTER *a, void *adr, void *P, word length);
271 void io_out_buffer(ADAPTER *a, void *adr, void *P, word length);
282 void mem_in_buffer(ADAPTER *a, void *adr, void *P, word length);
286 void mem_out_buffer(ADAPTER *a, void *adr, void *P, word length);
Ddi_defs.h46 byte P[270]; /* data/parameter field */ member
69 byte *P; member
Ddi.h53 void (*ram_in_buffer)(ADAPTER *a, void *adr, void *P, word length);
57 void (*ram_out_buffer)(ADAPTER *a, void *adr, void *P, word length);
Ddebug.c22 static void single_p(byte *P, word *PLength, byte Id);
24 static word SuperTraceCreateReadReq(byte *P, const char *path);
1145 e->X->P = (byte *)xdata; in SuperTraceReadRequest()
1214 e->X->P = (byte *)&pC->xbuffer[0]; in SuperTraceASSIGN()
1235 e->X->P = (byte *)&pC->xbuffer[0]; in SuperTraceREMOVE()
1263 e->X->P = (byte *)xdata; in SuperTraceTraceOnRequest()
1296 e->X->P = (byte *)pVar; in SuperTraceWriteVar()
1322 e->X->P = (byte *)xdata; in SuperTraceExecuteRequest()
1332 static word SuperTraceCreateReadReq(byte *P, const char *path) { in SuperTraceCreateReadReq() argument
1338 *P++ = ESC; in SuperTraceCreateReadReq()
[all …]
Ddi.c138 &ReqOut->XBuffer.P[length], in pr_out()
139 PTR_P(a, this, &X[i].P[this->XOffset]), in pr_out()
155 PTR_P(a, this, &X[i].P[0]), in pr_out()
631 memcpy(IoAdapter->RBuffer.P, cma, IoAdapter->RBuffer.length); in isdn_ind()
684 if (R[this->RCurrent].P) { in isdn_ind()
686 memcpy(PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
691 &RBuffer->P[offset], in isdn_ind()
692 PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
Ddivasmain.c458 inline void inppw_buffer(void __iomem *addr, void *P, int length) in inppw_buffer() argument
460 insw((unsigned long) addr, (word *) P, length >> 1); in inppw_buffer()
463 inline void outppw_buffer(void __iomem *addr, void *P, int length) in outppw_buffer() argument
465 outsw((unsigned long) addr, (word *) P, length >> 1); in outppw_buffer()
Dmessage.c913 if (!plci->data_sent || (ncci_ptr->DBuffer[ncci_ptr->data_out].P != plci->data_sent_ptr)) in cleanup_ncci_data()
914 TransmitBufferFree(plci->appl, ncci_ptr->DBuffer[ncci_ptr->data_out].P); in cleanup_ncci_data()
3010 data->P = (byte *)(long)(*((dword *)(parms[0].info))); in data_b3_req()
3014 data->P = TransmitBufferSet(appl, *(dword *)parms[0].info); in data_b3_req()
6483 byte *data = &plci->NL.RBuffer->P[0]; in nl_ind()
6555 && !(udata_forwarding_table[plci->RData[0].P[0] >> 5] & (1L << (plci->RData[0].P[0] & 0x1f)))) in nl_ind()
6557 switch (plci->RData[0].P[0]) in nl_ind()
6569 dtmf_indication(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind()
6577 …capidtmf_recv_process_block(&(plci->capidtmf_state), plci->RData[0].P + 1, (word)(plci->RData[0].P… in nl_ind()
6591 mixer_indication_xconnect_from(Id, plci, plci->RData[0].P, plci->RData[0].PLength); in nl_ind()
[all …]
Dum_idi.c583 e->e.X->P = (byte *)&req[1]; /* Our buffer is safe */ in process_idi_request()
688 e->e.R->P = (byte *)&pind[1]; in process_idi_ind()
707 (diva_um_idi_ind_hdr_t *) (e->e.R->P); in process_idi_ind()
/linux-4.19.296/drivers/regulator/
Dmax77620-regulator.c735 RAIL_LDO(LDO2, ldo2, "in-ldo2", P, 800000, 3950000, 50000),
736 RAIL_LDO(LDO3, ldo3, "in-ldo3-5", P, 800000, 3950000, 50000),
737 RAIL_LDO(LDO4, ldo4, "in-ldo4-6", P, 800000, 1587500, 12500),
738 RAIL_LDO(LDO5, ldo5, "in-ldo3-5", P, 800000, 3950000, 50000),
739 RAIL_LDO(LDO6, ldo6, "in-ldo4-6", P, 800000, 3950000, 50000),
753 RAIL_LDO(LDO2, ldo2, "in-ldo2", P, 800000, 3950000, 50000),
754 RAIL_LDO(LDO3, ldo3, "in-ldo3-5", P, 800000, 3950000, 50000),
755 RAIL_LDO(LDO4, ldo4, "in-ldo4-6", P, 800000, 1587500, 12500),
756 RAIL_LDO(LDO5, ldo5, "in-ldo3-5", P, 800000, 3950000, 50000),
757 RAIL_LDO(LDO6, ldo6, "in-ldo4-6", P, 800000, 3950000, 50000),
/linux-4.19.296/lib/raid6/
Ds390vx.uc123 z0 = stop; /* P/Q right side optimization */
131 /* P/Q data pages */
143 /* P/Q left side optimization */
Dneon.uc96 z0 = stop; /* P/Q right side optimization */
104 /* P/Q data pages */
115 /* P/Q left side optimization */
Dint.uc119 z0 = stop; /* P/Q right side optimization */
124 /* P/Q data pages */
135 /* P/Q left side optimization */
Dvpermxor.uc60 /* P syndrome */
/linux-4.19.296/crypto/asymmetric_keys/
Dx509_cert_parser.c501 #define DD2bin(P) ({ unsigned x = dec2bin(P[0]) * 10 + dec2bin(P[1]); P += 2; x; }) in x509_decode_time() argument
/linux-4.19.296/drivers/cpufreq/
DKconfig.x866 bool "Intel P state control"
11 This driver provides a P state for Intel core processors.
35 tristate "ACPI Processor P-States driver"
/linux-4.19.296/drivers/gpio/
Dgpio-tegra186.c562 TEGRA_MAIN_GPIO_PORT( P, 0x4000, 7, 4),
627 TEGRA194_MAIN_GPIO_PORT( P, 0x2a00, 8, 2),
/linux-4.19.296/drivers/s390/char/
Ddefkeymap.map92 keycode 87 = idiaeresis P

12