Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
103 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
200 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
H A Dsm4-neon-core.S131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
/linux/arch/powerpc/kernel/vdso/
H A Dvgetrandom-chacha.S103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument
/linux/arch/x86/net/
H A Dbpf_jit_comp.c44 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
45 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
46 #define EMIT5(b1, b2, b3, b4, b5) \ argument
53 #define EMIT3_off32(b1, b2, b3, off) \ argument
55 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
942 u8 b1, b2, b3; in emit_mov_imm32() local
1862 u8 b2 = 0, b3 = 0; in do_jit() local
/linux/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S69 a3, b3, c3, d3, \ argument
121 a3, b3, c3, d3, \ argument
H A Daria-aesni-avx-asm_64.S69 a3, b3, c3, d3, \ argument
121 a3, b3, c3, d3, \ argument
H A Daria-aesni-avx2-asm_64.S85 a3, b3, c3, d3, \ argument
137 a3, b3, c3, d3, \ argument
/linux/lib/crypto/
H A Dcurve25519-hacl64.c355 u64 b3; in fdifference() local
730 u8 *b3 = output + 24; in format_fcontract_store() local
/linux/drivers/gpu/drm/bridge/
H A Dtc358764.c74 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c391 u8 b3[] = in ttusb_init_controller() local
/linux/tools/mm/
H A Dslabinfo.c809 char b1[20], b2[20], b3[20], b4[20]; totals() local
[all...]
/linux/arch/x86/kernel/
H A Duprobes.c49 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/linux/include/video/
H A Dnewport.h28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c3480 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local